Bump version to 0.2.0 for SWT Listener support
diff --git a/bundles/org.eclipse.rap.clientscripting.demo/META-INF/MANIFEST.MF b/bundles/org.eclipse.rap.clientscripting.demo/META-INF/MANIFEST.MF
index 56f15c9..00c68e1 100644
--- a/bundles/org.eclipse.rap.clientscripting.demo/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.rap.clientscripting.demo/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@
Bundle-ManifestVersion: 2
Bundle-Name: RAP ClientScripting Demo
Bundle-SymbolicName: org.eclipse.rap.clientscripting.demo;singleton:=true
-Bundle-Version: 0.1.100.qualifier
+Bundle-Version: 0.2.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.eclipse.rap.rwt;bundle-version="[2.1.0,2.2.0)"
+Require-Bundle: org.eclipse.rap.rwt;bundle-version="[2.1.0,3.0.0)"
Bundle-Vendor: Eclipse.org - RAP Incubator
-Import-Package: org.eclipse.rap.clientscripting;version="0.1.100",
+Import-Package: org.eclipse.rap.clientscripting;version="0.2.0",
org.osgi.framework;version="[1.4.0,2.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.rap.clientscripting.demo.Activator
diff --git a/bundles/org.eclipse.rap.clientscripting/META-INF/MANIFEST.MF b/bundles/org.eclipse.rap.clientscripting/META-INF/MANIFEST.MF
index 7d15f20..945287d 100644
--- a/bundles/org.eclipse.rap.clientscripting/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.rap.clientscripting/META-INF/MANIFEST.MF
@@ -2,22 +2,10 @@
Bundle-ManifestVersion: 2
Bundle-Name: RAP ClientScripting
Bundle-SymbolicName: org.eclipse.rap.clientscripting;singleton:=true
-Bundle-Version: 0.1.100.qualifier
+Bundle-Version: 0.2.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.rap.clientscripting;version="0.1.100",
- org.eclipse.rap.clientscripting.internal;version="0.1.100";x-friends:="org.eclipse.rap.clientscripting.test",
- org.eclipse.rap.clientscripting.internal.resources;version="0.1.100";x-friends:="org.eclipse.rap.clientscripting.jstest"
+Export-Package: org.eclipse.rap.clientscripting;version="0.2.0",
+ org.eclipse.rap.clientscripting.internal;version="0.2.0";x-friends:="org.eclipse.rap.clientscripting.test",
+ org.eclipse.rap.clientscripting.internal.resources;version="0.2.0";x-friends:="org.eclipse.rap.clientscripting.jstest"
Bundle-Vendor: Eclipse.org - RAP Incubator
-Import-Package: org.eclipse.rap.rwt;version="[2.0.0,3.0.0)",
- org.eclipse.rap.rwt.application;version="[2.0.0,3.0.0)",
- org.eclipse.rap.rwt.client;version="[2.0.0,3.0.0)",
- org.eclipse.rap.rwt.client.service;version="[2.0.0,3.0.0)",
- org.eclipse.rap.rwt.internal.protocol;version="[2.0.0,3.0.0)",
- org.eclipse.rap.rwt.internal.remote;version="[2.0.0,3.0.0)",
- org.eclipse.rap.rwt.lifecycle;version="[2.0.0,3.0.0)",
- org.eclipse.rap.rwt.remote;version="[2.0.0,3.0.0)",
- org.eclipse.rap.rwt.service;version="[2.0.0,3.0.0)",
- org.eclipse.swt,
- org.eclipse.swt.events,
- org.eclipse.swt.widgets
-Require-Bundle: org.eclipse.rap.rwt
+Require-Bundle: org.eclipse.rap.rwt;bundle-version="[2.1.0,3.0.0)"
diff --git a/bundles/org.eclipse.rap.clientscripting/pom.xml b/bundles/org.eclipse.rap.clientscripting/pom.xml
index bf423f8..da34bde 100644
--- a/bundles/org.eclipse.rap.clientscripting/pom.xml
+++ b/bundles/org.eclipse.rap.clientscripting/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2012 EclipseSource and others.
+ Copyright (C) 2012, 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
@@ -22,7 +22,7 @@
</parent>
<artifactId>org.eclipse.rap.clientscripting</artifactId>
- <version>0.1.100-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/bundles/org.eclipse.rap.demo.clientscripting/META-INF/MANIFEST.MF b/bundles/org.eclipse.rap.demo.clientscripting/META-INF/MANIFEST.MF
index d5cb204..b61f8fd 100644
--- a/bundles/org.eclipse.rap.demo.clientscripting/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.rap.demo.clientscripting/META-INF/MANIFEST.MF
@@ -2,14 +2,13 @@
Bundle-ManifestVersion: 2
Bundle-Name: Validation Example Page
Bundle-SymbolicName: org.eclipse.rap.demo.clientscripting
-Bundle-Version: 0.1.100.qualifier
+Bundle-Version: 0.2.0.qualifier
Bundle-Activator: org.eclipse.rap.demo.clientscripting.internal.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.eclipse.jface.dialogs,
- org.eclipse.rap.clientscripting,
- org.eclipse.rap.clientscripting.internal.resources,
+Import-Package: org.eclipse.rap.clientscripting;version="0.2.0",
+ org.eclipse.rap.clientscripting.internal.resources;version="0.2.0",
org.osgi.framework;version="1.3.0"
-Require-Bundle: org.eclipse.rap.rwt;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.rap.examples;bundle-version="[2.0.0,3.0.0)"
+Require-Bundle: org.eclipse.rap.rwt;bundle-version="[2.1.0,3.0.0)",
+ org.eclipse.rap.examples;bundle-version="[2.1.0,3.0.0)"
Bundle-Vendor: Eclipse.org - RAP Incubator
diff --git a/bundles/org.eclipse.rap.demo.clientscripting/pom.xml b/bundles/org.eclipse.rap.demo.clientscripting/pom.xml
index 5de1d5e..7361a84 100644
--- a/bundles/org.eclipse.rap.demo.clientscripting/pom.xml
+++ b/bundles/org.eclipse.rap.demo.clientscripting/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2011, 2012 EclipseSource and others.
+ Copyright (C) 2011, 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
@@ -22,7 +22,7 @@
</parent>
<artifactId>org.eclipse.rap.demo.clientscripting</artifactId>
- <version>0.1.100-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/features/org.eclipse.rap.clientscripting.examples.feature/feature.xml b/features/org.eclipse.rap.clientscripting.examples.feature/feature.xml
index a2d4813..4efba5c 100644
--- a/features/org.eclipse.rap.clientscripting.examples.feature/feature.xml
+++ b/features/org.eclipse.rap.clientscripting.examples.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.rap.clientscripting.examples.feature"
label="RAP ClientScripting Examples (Incubation)"
- version="0.1.100.qualifier"
+ version="0.2.0.qualifier"
provider-name="Eclipse.org - RAP Incubator">
<description url="http://www.example.com/description">
diff --git a/features/org.eclipse.rap.clientscripting.examples.feature/pom.xml b/features/org.eclipse.rap.clientscripting.examples.feature/pom.xml
index 28e8fa3..1edce5e 100644
--- a/features/org.eclipse.rap.clientscripting.examples.feature/pom.xml
+++ b/features/org.eclipse.rap.clientscripting.examples.feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2012 EclipseSource and others
+ Copyright (C) 2012, 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
@@ -22,7 +22,7 @@
</parent>
<artifactId>org.eclipse.rap.clientscripting.examples.feature</artifactId>
- <version>0.1.100-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/features/org.eclipse.rap.clientscripting.feature/feature.xml b/features/org.eclipse.rap.clientscripting.feature/feature.xml
index a778892..0c2356f 100644
--- a/features/org.eclipse.rap.clientscripting.feature/feature.xml
+++ b/features/org.eclipse.rap.clientscripting.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.rap.clientscripting.feature"
label="RAP ClientScripting (Incubation)"
- version="0.1.100.qualifier"
+ version="0.2.0.qualifier"
provider-name="Eclipse.org - RAP Incubator">
<description url="http://www.example.com/description">
diff --git a/features/org.eclipse.rap.clientscripting.feature/pom.xml b/features/org.eclipse.rap.clientscripting.feature/pom.xml
index 5e3736b..1830479 100644
--- a/features/org.eclipse.rap.clientscripting.feature/pom.xml
+++ b/features/org.eclipse.rap.clientscripting.feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2012 EclipseSource and others
+ Copyright (C) 2012,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
@@ -22,7 +22,7 @@
</parent>
<artifactId>org.eclipse.rap.clientscripting.feature</artifactId>
- <version>0.1.100-SNAPSHOT</version>
+ <version>0.2.0-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 e9ae3de..f23b24b 100644
--- a/releng/org.eclipse.rap.clientscripting.build/pom.xml
+++ b/releng/org.eclipse.rap.clientscripting.build/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2012 EclipseSource and others.
+ Copyright (C) 2012, 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
@@ -22,7 +22,7 @@
</parent>
<artifactId>org.eclipse.rap.clientscripting.build</artifactId>
- <version>0.1.100-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/releng/org.eclipse.rap.clientscripting.build/repository/category.xml b/releng/org.eclipse.rap.clientscripting.build/repository/category.xml
index 5a69541..480a593 100644
--- a/releng/org.eclipse.rap.clientscripting.build/repository/category.xml
+++ b/releng/org.eclipse.rap.clientscripting.build/repository/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2011, EclipseSource and others
+ Copyright (C) 2011, 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
@@ -17,13 +17,13 @@
<feature url="http://eclipse.org/rap"
id="org.eclipse.rap.clientscripting.feature"
- version="0.1.100.qualifier">
+ version="0.2.0.qualifier">
<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">
+ version="0.2.0.qualifier">
<category name="org.eclipse.rap.category"/>
</feature>
diff --git a/releng/org.eclipse.rap.clientscripting.build/repository/pom.xml b/releng/org.eclipse.rap.clientscripting.build/repository/pom.xml
index 09c0174..25bca5b 100644
--- a/releng/org.eclipse.rap.clientscripting.build/repository/pom.xml
+++ b/releng/org.eclipse.rap.clientscripting.build/repository/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2011, 2012 EclipseSource and others
+ Copyright (C) 2011, 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
@@ -22,7 +22,7 @@
</parent>
<artifactId>org.eclipse.rap.clientscripting-repository</artifactId>
- <version>0.1.100-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<build>
diff --git a/tests/org.eclipse.rap.clientscripting.jstest/META-INF/MANIFEST.MF b/tests/org.eclipse.rap.clientscripting.jstest/META-INF/MANIFEST.MF
index 7b6957f..236bec7 100644
--- a/tests/org.eclipse.rap.clientscripting.jstest/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.rap.clientscripting.jstest/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@
Bundle-ManifestVersion: 2
Bundle-Name: JavaScript Tests for RAP ClientScripting
Bundle-SymbolicName: org.eclipse.rap.clientscripting.jstest
-Bundle-Version: 0.1.100.qualifier
+Bundle-Version: 0.2.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.rap.rwt.jstest;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.rap.clientscripting;bundle-version="0.1.100"
+ org.eclipse.rap.clientscripting;bundle-version="0.2.0"
Service-Component: OSGI-INF/resourceContribution.xml, OSGI-INF/testContribution.xml
Bundle-Vendor: Eclipse.org - RAP Incubator
diff --git a/tests/org.eclipse.rap.clientscripting.test/META-INF/MANIFEST.MF b/tests/org.eclipse.rap.clientscripting.test/META-INF/MANIFEST.MF
index 7561a4b..771ffe0 100644
--- a/tests/org.eclipse.rap.clientscripting.test/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.rap.clientscripting.test/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tests for RAP ClientScripting
Bundle-SymbolicName: org.eclipse.rap.clientscripting.test
-Bundle-Version: 0.1.100.qualifier
+Bundle-Version: 0.2.0.qualifier
Bundle-Vendor: Eclipse.org - RAP Incubator
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Fragment-Host: org.eclipse.rap.clientscripting;bundle-version="0.1.100"
+Fragment-Host: org.eclipse.rap.clientscripting;bundle-version="0.2.0"
Require-Bundle: org.junit;bundle-version="4.8.2",
org.mockito;bundle-version="[1.8.4,2.0.0)",
org.objenesis;bundle-version="[1.0.0,2.0.0)"
diff --git a/tests/org.eclipse.rap.clientscripting.test/pom.xml b/tests/org.eclipse.rap.clientscripting.test/pom.xml
index 585b23d..6331885 100644
--- a/tests/org.eclipse.rap.clientscripting.test/pom.xml
+++ b/tests/org.eclipse.rap.clientscripting.test/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2012 EclipseSource and others.
+ Copyright (C) 2012, 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
@@ -22,7 +22,7 @@
</parent>
<artifactId>org.eclipse.rap.clientscripting.test</artifactId>
- <version>0.1.100-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>