Merge "orange.p2.repo: integrate hue base driver & sdt" into dev
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 20d2f75..0000000
--- 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 169c786..0000000
--- 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 f395f41..0000000
--- 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 ba63848..0000000
--- 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 4e9b649..0000000
--- 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 bf0e931..c784863 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>