Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBOLLE Sebastien2018-06-06 14:40:43 +0000
committerMahdi Ben Alaya2018-07-02 12:53:31 +0000
commitc56ed76e77474637aa6627afdc894ed2bae555c4 (patch)
tree76d9f39f5a9b3259e85693ecb794e5347badbef3
parent940ada02ccdc067b39265274ea7d291e71f8f655 (diff)
downloadorg.eclipse.om2m-c56ed76e77474637aa6627afdc894ed2bae555c4.tar.gz
org.eclipse.om2m-c56ed76e77474637aa6627afdc894ed2bae555c4.tar.xz
org.eclipse.om2m-c56ed76e77474637aa6627afdc894ed2bae555c4.zip
protocols: remove old hue base driver folders.
These folders are now useless. Signed-off-by: BOLLE Sebastien <sebastien.bolle@orange.com>
-rw-r--r--protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/META-INF/MANIFEST.MF17
-rw-r--r--protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/build.properties24
-rw-r--r--protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/lib/json-simple-1.1.jarbin16046 -> 0 bytes
-rw-r--r--protocols/com.orange.basedriver.hue/com.orange.service.hue/META-INF/MANIFEST.MF9
-rw-r--r--protocols/com.orange.basedriver.hue/com.orange.service.hue/build.properties23
-rw-r--r--protocols/pom.xml1
6 files changed, 0 insertions, 74 deletions
diff --git a/protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/META-INF/MANIFEST.MF b/protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/META-INF/MANIFEST.MF
deleted file mode 100644
index 20d2f750..00000000
--- a/protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,17 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: com.orange.impl.service.hue
-Bundle-SymbolicName: com.orange.impl.service.hue
-Bundle-Version: 1.0.0.qualifier
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
-Bundle-ClassPath: .,
- lib/json-simple-1.1.jar
-Service-Component: OSGI-INF/component-devices.xml
-Import-Package: com.orange.service.hue,
- com.orange.service.hue.types,
- org.osgi.framework,
- org.osgi.service.cm,
- org.osgi.service.component,
- org.osgi.service.device,
- org.osgi.service.log,
- org.osgi.service.upnp
diff --git a/protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/build.properties b/protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/build.properties
deleted file mode 100644
index 169c7860..00000000
--- a/protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/build.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-###############################################################################
-# Copyright (c) 2013-2016 LAAS-CNRS (www.laas.fr)
-# 7 Colonel Roche 31077 Toulouse - France
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Initial Contributors:
-# Thierry Monteil : Project manager, technical co-manager
-# Mahdi Ben Alaya : Technical co-manager
-# Samir Medjiah : Technical co-manager
-# Khalil Drira : Strategy expert
-# Guillaume Garzone : Developer
-# François Aïssaoui : Developer
-#
-# New contributors :
-###############################################################################
-source.. = src/main/java/
-output.. = bin/
-bin.includes = META-INF/,\
- .,\
- lib/json-simple-1.1.jar
diff --git a/protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/lib/json-simple-1.1.jar b/protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/lib/json-simple-1.1.jar
deleted file mode 100644
index f395f414..00000000
--- a/protocols/com.orange.basedriver.hue/com.orange.impl.service.hue/lib/json-simple-1.1.jar
+++ /dev/null
Binary files differ
diff --git a/protocols/com.orange.basedriver.hue/com.orange.service.hue/META-INF/MANIFEST.MF b/protocols/com.orange.basedriver.hue/com.orange.service.hue/META-INF/MANIFEST.MF
deleted file mode 100644
index ba638487..00000000
--- a/protocols/com.orange.basedriver.hue/com.orange.service.hue/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,9 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: com.orange.service.hue
-Bundle-SymbolicName: com.orange.service.hue
-Bundle-Version: 1.0.0.qualifier
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
-Bundle-ClassPath: .
-Export-Package: com.orange.service.hue,
- com.orange.service.hue.types
diff --git a/protocols/com.orange.basedriver.hue/com.orange.service.hue/build.properties b/protocols/com.orange.basedriver.hue/com.orange.service.hue/build.properties
deleted file mode 100644
index 4e9b6494..00000000
--- a/protocols/com.orange.basedriver.hue/com.orange.service.hue/build.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-###############################################################################
-# Copyright (c) 2013-2016 LAAS-CNRS (www.laas.fr)
-# 7 Colonel Roche 31077 Toulouse - France
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Initial Contributors:
-# Thierry Monteil : Project manager, technical co-manager
-# Mahdi Ben Alaya : Technical co-manager
-# Samir Medjiah : Technical co-manager
-# Khalil Drira : Strategy expert
-# Guillaume Garzone : Developer
-# François Aïssaoui : Developer
-#
-# New contributors :
-###############################################################################
-source.. = src/main/java/
-output.. = bin/
-bin.includes = META-INF/,\
- .
diff --git a/protocols/pom.xml b/protocols/pom.xml
index bf0e9311..c784863b 100644
--- a/protocols/pom.xml
+++ b/protocols/pom.xml
@@ -32,7 +32,6 @@
</prerequisites>
<modules>
- <!--module>com.orange.basedriver.hue</module-->
<module>org.eclipse.om2m.protocols.hue</module>
</modules>

Back to the top