Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Refactored before moving to Eclipse repo (#25).
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Charpenay committed Jun 19, 2018
1 parent bb79980 commit b1d431c
Show file tree
Hide file tree
Showing 47 changed files with 2,586 additions and 2,016 deletions.
44 changes: 44 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Contributing to Eclipse Thingweb

Thanks for your interest in this project.

## Project description

The Eclipse Thingweb project will start with three sub-projects in the toolkit:

* https://projects.eclipse.org/projects/iot.thingweb

## Developer resources

Information regarding source code management, builds, coding standards, and
more.

* https://projects.eclipse.org/projects/iot.thingweb/developer

The project maintains the following source code repositories

* https://github.com/eclipse/thingweb.website
* https://github.com/eclipse/thingweb.node-wot
* https://github.com/eclipse/thingweb.directory

## Eclipse Contributor Agreement

Before your contribution can be accepted by the project team contributors must
electronically sign the Eclipse Contributor Agreement (ECA).

* http://www.eclipse.org/legal/ECA.php

Commits that are provided by non-committers must have a Signed-off-by field in
the footer indicating that the author is aware of the terms by which the
contribution has been provided to the project. The non-committer must
additionally have an Eclipse Foundation account and must have a signed Eclipse
Contributor Agreement (ECA) on file.

For more information, please see the Eclipse Committer Handbook:
https://www.eclipse.org/projects/handbook/#resources-commit

## Contact

Contact the project developers via the project's "dev" list.

* https://dev.eclipse.org/mailman/listinfo/thingweb-dev
34 changes: 12 additions & 22 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
The MIT License (MIT)

Copyright (c) 2015 Thingweb, exploratory WoT implementations

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Copyright (c) 2018 Contributors to the Eclipse Foundation

See the NOTICE file(s) distributed with this work for additional
information regarding copyright ownership.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0, or the W3C Software Notice and
Document License (2015-05-13) which is available at
https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document.

SPDX-License-Identifier: EPL-2.0 OR W3C-20150513
44 changes: 44 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Notices for Eclipse Thingweb

This content is produced and maintained by the Eclipse Thingweb project.

* Project home: https://projects.eclipse.org/projects/iot.thingweb

## Trademarks

Eclipse Thingweb is a trademark of the Eclipse Foundation.

## Copyright

All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.

## Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0, or the W3C Software Notice and Document
License (2015-05-13) which is available at
https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document.

SPDX-License-Identifier: EPL-2.0 OR W3C-20150513

## Source Code

The project maintains the following source code repositories:

* https://github.com/eclipse/thingweb.website
* https://github.com/eclipse/thingweb.node-wot
* https://github.com/eclipse/thingweb.directory

## Third-party Content

## Cryptography

Content may contain encryption software. The country in which you are currently
may have restrictions on the import, possession, and use, and/or re-export to
another country, of encryption software. BEFORE using any encryption software,
please check the country's laws, regulations and policies concerning the import,
possession, or use, and re-export of encryption software, to see if this is
permitted.
115 changes: 58 additions & 57 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,58 +1,59 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2015 Siemens AG and the thingweb community
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/

apply plugin: 'java'
apply plugin: 'application'
apply plugin: 'eclipse'

sourceSets {
main {
resources {
srcDirs = ["src/main/resources"]
}
}
}

repositories {
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}

dependencies {
compile 'org.eclipse.californium:californium-core:1.0.0-M3'
compile 'com.ontotext.graphdb:graphdb-free-runtime:8.4.0'
compile 'log4j:log4j:1.2.17'
compile 'io.swagger:swagger-core:1.5.16'
compile 'org.eclipse.jetty:jetty-maven-plugin:9.3.6.v20151106'
compile 'org.eclipse.jetty:jetty-servlets:9.3.6.v20151106'
compile 'commons-cli:commons-cli:1.4'

testCompile 'junit:junit:4.8'
testCompile 'com.github.everit-org.json-schema:org.everit.json.schema:1.8.0'
}

version = '0.8.1'
group = 'de.thingweb'
/*
* The MIT License (MIT)
*
* Copyright (c) 2015 Siemens AG and the thingweb community
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/

apply plugin: 'java'
apply plugin: 'application'
apply plugin: 'eclipse'

sourceSets {
main {
resources {
srcDirs = ["src/main/resources"]
}
}
}

repositories {
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}

dependencies {
compile 'org.eclipse.californium:californium-core:1.0.0-M3'
compile 'com.ontotext.graphdb:graphdb-free-runtime:8.4.0'
compile 'log4j:log4j:1.2.17'
compile 'org.slf4j:slf4j-log4j12:1.7.25'
compile 'io.swagger:swagger-core:1.5.16'
compile 'org.eclipse.jetty:jetty-maven-plugin:9.3.6.v20151106'
compile 'org.eclipse.jetty:jetty-servlets:9.3.6.v20151106'
compile 'commons-cli:commons-cli:1.4'

testCompile 'junit:junit:4.8'
testCompile 'com.github.everit-org.json-schema:org.everit.json.schema:1.8.0'
}

version = '0.8.1'
group = 'de.thingweb'
mainClassName = 'de.thingweb.directory.ThingDirectory'
25 changes: 0 additions & 25 deletions src/main/java/de/thingweb/directory/rest/RESTServletContainer.java

This file was deleted.

27 changes: 0 additions & 27 deletions src/main/java/de/thingweb/directory/servlet/TDLookUpEpServlet.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b1d431c

Please sign in to comment.