Add org.eclipse.rap.demo.clientscripting project to build
* add new modules to master pom.xml
* adjust build configuration in org.eclipse.rap.demo.clientscripting
* create new separate feature for demo bundle
diff --git a/bundles/org.eclipse.rap.demo.clientscripting/pom.xml b/bundles/org.eclipse.rap.demo.clientscripting/pom.xml
index 37f2a6e..5de1d5e 100644
--- a/bundles/org.eclipse.rap.demo.clientscripting/pom.xml
+++ b/bundles/org.eclipse.rap.demo.clientscripting/pom.xml
@@ -15,10 +15,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.rap</groupId>
- <artifactId>org.eclipse.rap.demo.examples.parent</artifactId>
- <version>1.5.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.demo.clientscripting</artifactId>
diff --git a/features/org.eclipse.rap.clientscripting.examples.feature/.project b/features/org.eclipse.rap.clientscripting.examples.feature/.project
new file mode 100644
index 0000000..5d7b2ca
--- /dev/null
+++ b/features/org.eclipse.rap.clientscripting.examples.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.rap.clientscripting.examples.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
diff --git a/features/org.eclipse.rap.clientscripting.examples.feature/.settings/org.eclipse.core.resources.prefs b/features/org.eclipse.rap.clientscripting.examples.feature/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/features/org.eclipse.rap.clientscripting.examples.feature/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/features/org.eclipse.rap.clientscripting.examples.feature/.settings/org.eclipse.core.runtime.prefs b/features/org.eclipse.rap.clientscripting.examples.feature/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 0000000..5a0ad22
--- /dev/null
+++ b/features/org.eclipse.rap.clientscripting.examples.feature/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/features/org.eclipse.rap.clientscripting.examples.feature/build.properties b/features/org.eclipse.rap.clientscripting.examples.feature/build.properties
new file mode 100644
index 0000000..64f93a9
--- /dev/null
+++ b/features/org.eclipse.rap.clientscripting.examples.feature/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/features/org.eclipse.rap.clientscripting.examples.feature/feature.xml b/features/org.eclipse.rap.clientscripting.examples.feature/feature.xml
new file mode 100644
index 0000000..a2d4813
--- /dev/null
+++ b/features/org.eclipse.rap.clientscripting.examples.feature/feature.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.rap.clientscripting.examples.feature"
+ label="RAP ClientScripting Examples (Incubation)"
+ version="0.1.100.qualifier"
+ provider-name="Eclipse.org - RAP Incubator">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.eclipse.rap.demo.clientscripting"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.rap.demo.clientscripting.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/features/org.eclipse.rap.clientscripting.examples.feature/pom.xml b/features/org.eclipse.rap.clientscripting.examples.feature/pom.xml
new file mode 100644
index 0000000..28e8fa3
--- /dev/null
+++ b/features/org.eclipse.rap.clientscripting.examples.feature/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 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.clientscripting.examples.feature</artifactId>
+ <version>0.1.100-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+
+</project>
diff --git a/releng/org.eclipse.rap.clientscripting.build/pom.xml b/releng/org.eclipse.rap.clientscripting.build/pom.xml
index 29429cc..e9ae3de 100644
--- a/releng/org.eclipse.rap.clientscripting.build/pom.xml
+++ b/releng/org.eclipse.rap.clientscripting.build/pom.xml
@@ -27,8 +27,10 @@
<modules>
<module>../../bundles/org.eclipse.rap.clientscripting</module>
+ <module>../../bundles/org.eclipse.rap.demo.clientscripting</module>
<module>../../tests/org.eclipse.rap.clientscripting.test</module>
<module>../../features/org.eclipse.rap.clientscripting.feature</module>
+ <module>../../features/org.eclipse.rap.clientscripting.examples.feature</module>
<module>repository</module>
</modules>
diff --git a/releng/org.eclipse.rap.clientscripting.build/repository/category.xml b/releng/org.eclipse.rap.clientscripting.build/repository/category.xml
index 227a7e3..5a69541 100644
--- a/releng/org.eclipse.rap.clientscripting.build/repository/category.xml
+++ b/releng/org.eclipse.rap.clientscripting.build/repository/category.xml
@@ -21,4 +21,10 @@
<category name="org.eclipse.rap.category"/>
</feature>
+ <feature url="http://eclipse.org/rap"
+ id="org.eclipse.rap.clientscripting.examples.feature"
+ version="0.1.100.qualifier">
+ <category name="org.eclipse.rap.category"/>
+ </feature>
+
</site>