Adjust build to bundle changes

Replaced viewer with autosuggest
add pom.xml files to new bundles
diff --git a/bundles/org.eclipse.rap.addons.autosuggest/pom.xml b/bundles/org.eclipse.rap.addons.autosuggest/pom.xml
new file mode 100644
index 0000000..27cdec3
--- /dev/null
+++ b/bundles/org.eclipse.rap.addons.autosuggest/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (C) 2013 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
+  http://www.eclipse.org/legal/epl-v10.html
+
+  Contributors:
+     EclipseSource - initial implementation
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <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</artifactId>
+  <version>0.1.0-SNAPSHOT</version>
+  <packaging>eclipse-plugin</packaging>
+
+</project>
diff --git a/features/org.eclipse.rap.dropdown.feature/feature.xml b/features/org.eclipse.rap.dropdown.feature/feature.xml
index e000dc2..3120966 100644
--- a/features/org.eclipse.rap.dropdown.feature/feature.xml
+++ b/features/org.eclipse.rap.dropdown.feature/feature.xml
@@ -32,14 +32,14 @@
          unpack="false"/>
 
    <plugin
-         id="org.eclipse.rap.addons.dropdown.viewer"
+         id="org.eclipse.rap.addons.autosuggest"
          download-size="0"
          install-size="0"
          version="0.0.0"
          unpack="false"/>
 
    <plugin
-         id="org.eclipse.rap.addons.dropdown.viewer.source"
+         id="org.eclipse.rap.addons.autosuggest.source"
          download-size="0"
          install-size="0"
          version="0.0.0"
diff --git a/releng/org.eclipse.rap.dropdown.build/pom.xml b/releng/org.eclipse.rap.dropdown.build/pom.xml
index f16eae0..4cb10a5 100644
--- a/releng/org.eclipse.rap.dropdown.build/pom.xml
+++ b/releng/org.eclipse.rap.dropdown.build/pom.xml
@@ -27,10 +27,11 @@
 
   <modules>
     <module>../../bundles/org.eclipse.rap.addons.dropdown</module>
-    <module>../../bundles/org.eclipse.rap.addons.dropdown.viewer</module>
-    <!-- 
+    <module>../../bundles/org.eclipse.rap.addons.autosuggest</module>
+    <!--
     <module>../../tests/org.eclipse.rap.addons.dropdown.test</module>
      -->
+    <module>../../tests/org.eclipse.rap.addons.autosuggest.test</module>
     <module>../../features/org.eclipse.rap.dropdown.feature</module>
     <module>repository</module>
   </modules>
diff --git a/tests/org.eclipse.rap.addons.autosuggest.test/pom.xml b/tests/org.eclipse.rap.addons.autosuggest.test/pom.xml
new file mode 100644
index 0000000..924c9fc
--- /dev/null
+++ b/tests/org.eclipse.rap.addons.autosuggest.test/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (C) 2013 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
+  http://www.eclipse.org/legal/epl-v10.html
+
+  Contributors:
+     EclipseSource - initial implementation
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <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.autosuggest.test</artifactId>
+  <version>0.1.0-SNAPSHOT</version>
+  <packaging>eclipse-test-plugin</packaging>
+
+</project>