Include DropDown examples demo bundle in build and p2 repository

Change-Id: Ia2f446f3c49d7aac6864e11cf3bd1b8f66670961
Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
diff --git a/examples/org.eclipse.rap.addons.dropdown.demo.examples/pom.xml b/examples/org.eclipse.rap.addons.dropdown.demo.examples/pom.xml
index e1974cf..a742fe9 100644
--- a/examples/org.eclipse.rap.addons.dropdown.demo.examples/pom.xml
+++ b/examples/org.eclipse.rap.addons.dropdown.demo.examples/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (C) 2012 EclipseSource and others.
+  Copyright (C) 2012, 2015 EclipseSource and others.
   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
@@ -15,10 +15,10 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.eclipse.rap</groupId>
-    <artifactId>org.eclipse.rap.demo.examples.parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
-    <relativePath>../../org.eclipse.rap/releng/org.eclipse.rap.demo.examples.build/parent/</relativePath>
+    <groupId>org.eclipse.rap.incubator</groupId>
+    <artifactId>org.eclipse.rap.incubator-parent</artifactId>
+    <version>0.1.0-SNAPSHOT</version>
+    <relativePath>../../../org.eclipse.rap.incubator.releng/releng/org.eclipse.rap.incubator.releng/parent</relativePath>
   </parent>
 
   <artifactId>org.eclipse.rap.addons.dropdown.demo.examples</artifactId>
diff --git a/releng/org.eclipse.rap.dropdown.build/pom.xml b/releng/org.eclipse.rap.dropdown.build/pom.xml
index 1aaad1a..e7e3333 100644
--- a/releng/org.eclipse.rap.dropdown.build/pom.xml
+++ b/releng/org.eclipse.rap.dropdown.build/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (C) 2013, 2014 EclipseSource and others.
+  Copyright (C) 2013, 2015 EclipseSource and others.
   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
@@ -30,6 +30,7 @@
     <module>../../tests/org.eclipse.rap.addons.autosuggest.test</module>
     <module>../../tests/org.eclipse.rap.jstestrunner</module>
     <module>../../features/org.eclipse.rap.dropdown.feature</module>
+    <module>../../examples/org.eclipse.rap.addons.dropdown.demo.examples</module>
     <module>repository</module>
   </modules>
 
diff --git a/releng/org.eclipse.rap.dropdown.build/repository/category.xml b/releng/org.eclipse.rap.dropdown.build/repository/category.xml
index 1e14012..79fca46 100644
--- a/releng/org.eclipse.rap.dropdown.build/repository/category.xml
+++ b/releng/org.eclipse.rap.dropdown.build/repository/category.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (C) 2013, 2014 EclipseSource and others
+  Copyright (C) 2013, 2015 EclipseSource and others
   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
@@ -21,4 +21,8 @@
     <category name="org.eclipse.rap.incubator.category"/>
   </feature>
 
+   <bundle id="org.eclipse.rap.addons.dropdown.demo.examples">
+      <category name="org.eclipse.rap.incubator.category"/>
+   </bundle>
+
 </site>