Re-organized UPnP sub-project. Now UPnP artifacts can be built from UPnP directory (and samples directory too) 

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@607057 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/upnp/samples/pom.xml b/upnp/samples/pom.xml
new file mode 100644
index 0000000..42c23a5
--- /dev/null
+++ b/upnp/samples/pom.xml
@@ -0,0 +1,30 @@
+<project>

+  <parent>

+    <groupId>org.apache.felix</groupId>

+    <artifactId>felix</artifactId>

+    <version>1.1.0-SNAPSHOT</version>

+    <relativePath>../../pom/pom.xml</relativePath>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <packaging>pom</packaging>

+  <name>Apache Felix UPnP Examples: Build</name>

+  <artifactId>upnp.examples.build</artifactId>

+  <version>0.9.0-SNAPSHOT</version>

+

+  <profiles>

+    <profile>

+      <id>packaging-bundle</id>

+      <activation>

+        <property>

+          <name>packaging</name>

+          <value>bundle</value>

+        </property>

+      </activation>

+      <modules>

+          <module>binarylight</module>

+          <module>clock</module>

+          <module>tv</module>

+      </modules>

+    </profile>

+  </profiles>

+</project>