[jbosstools-commits] JBoss Tools SVN: r42374 - in branches/jbosstools-3.3.x/ws: features and 28 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Jul 3 17:46:12 EDT 2012
Author: nickboldt
Date: 2012-07-03 17:46:11 -0400 (Tue, 03 Jul 2012)
New Revision: 42374
Modified:
branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.feature/feature.xml
branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.feature/pom.xml
branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.jaxrs.feature/feature.xml
branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.jaxrs.feature/pom.xml
branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.test.feature/feature.xml
branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.test.feature/pom.xml
branches/jbosstools-3.3.x/ws/features/pom.xml
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.core/pom.xml
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.core/pom.xml
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.ui/pom.xml
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.ui/pom.xml
branches/jbosstools-3.3.x/ws/plugins/pom.xml
branches/jbosstools-3.3.x/ws/pom.xml
branches/jbosstools-3.3.x/ws/site/pom.xml
branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.core.test/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.core.test/pom.xml
branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.creation.core.test/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml
branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.jaxrs.core.test/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.jaxrs.core.test/pom.xml
branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.bot.test/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.test/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.test/pom.xml
branches/jbosstools-3.3.x/ws/tests/pom.xml
Log:
JBDS-2212 apply ~/Screenshots/JBDS2212-ws-upversion-33x.patch to upversion to 1.3.1
Modified: branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.feature/feature.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.feature/feature.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.feature/feature.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.ws.feature"
label="%featureName"
- version="1.2.2.qualifier"
+ version="1.3.1.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.ws.ui">
Modified: branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.feature/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.feature/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.feature/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>features</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.features</groupId>
<artifactId>org.jboss.tools.ws.feature</artifactId>
Modified: branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.jaxrs.feature/feature.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.jaxrs.feature/feature.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.jaxrs.feature/feature.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.ws.jaxrs.feature"
label="%featureName"
- version="1.2.2.qualifier"
+ version="1.3.1.qualifier"
provider-name="JBoss by Red Hat">
<description>
Modified: branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.jaxrs.feature/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.jaxrs.feature/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.jaxrs.feature/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>features</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.features</groupId>
<artifactId>org.jboss.tools.ws.jaxrs.feature</artifactId>
Modified: branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.test.feature/feature.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.test.feature/feature.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.test.feature/feature.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.ws.test.feature" label="%featureName" version="1.2.2.qualifier" provider-name="%featureProvider">
+<feature id="org.jboss.tools.ws.test.feature" label="%featureName" version="1.3.1.qualifier" provider-name="%featureProvider">
<description>
%description
Modified: branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.test.feature/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.test.feature/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/features/org.jboss.tools.ws.test.feature/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>features</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.features</groupId>
<artifactId>org.jboss.tools.ws.test.feature</artifactId>
Modified: branches/jbosstools-3.3.x/ws/features/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/features/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/features/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>ws</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>features</artifactId>
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.core/META-INF/MANIFEST.MF 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,34 +1,34 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %PLUGIN_NAME
-Bundle-SymbolicName: org.jboss.tools.ws.core;singleton:=true
-Bundle-Version: 1.2.2.qualifier
-Bundle-Localization: plugin
-Bundle-Activator: org.jboss.tools.ws.core.JBossWSCorePlugin
-Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
- org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
- org.eclipse.core.resources;bundle-version="3.7.0",
- org.eclipse.jst.ws;bundle-version="1.0.509",
- org.eclipse.jdt.core;bundle-version="3.7.0",
- org.eclipse.jdt.launching;bundle-version="3.6.1",
- org.eclipse.jst.jsf.core;bundle-version="1.3.105",
- org.eclipse.jst.jsf.ui;bundle-version="1.3.2",
- org.eclipse.wst.common.modulecore;bundle-version="1.2.101",
- org.eclipse.jdt.launching;bundle-version="3.6.1",
- org.eclipse.jst.jsf.core;bundle-version="1.3.105",
- org.eclipse.jst.jsf.ui;bundle-version="1.3.2",
- org.eclipse.jdt.launching;bundle-version="3.6.1",
- org.eclipse.jst.j2ee;bundle-version="1.1.501",
- org.eclipse.jst.ws.consumption.ui;bundle-version="1.1.401",
- org.jboss.ide.eclipse.as.classpath.core;bundle-version="2.3.0"
-Bundle-ActivationPolicy: lazy
-Bundle-Vendor: %PLUGIN_PROVIDER
-Export-Package: org.jboss.tools.ws.core,
- org.jboss.tools.ws.core.classpath,
- org.jboss.tools.ws.core.command,
- org.jboss.tools.ws.core.facet.delegate,
- org.jboss.tools.ws.core.messages,
- org.jboss.tools.ws.core.utils
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %PLUGIN_NAME
+Bundle-SymbolicName: org.jboss.tools.ws.core;singleton:=true
+Bundle-Version: 1.3.1.qualifier
+Bundle-Localization: plugin
+Bundle-Activator: org.jboss.tools.ws.core.JBossWSCorePlugin
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.core.resources;bundle-version="3.7.0",
+ org.eclipse.jst.ws;bundle-version="1.0.509",
+ org.eclipse.jdt.core;bundle-version="3.7.0",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.jst.jsf.core;bundle-version="1.3.105",
+ org.eclipse.jst.jsf.ui;bundle-version="1.3.2",
+ org.eclipse.wst.common.modulecore;bundle-version="1.2.101",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.jst.jsf.core;bundle-version="1.3.105",
+ org.eclipse.jst.jsf.ui;bundle-version="1.3.2",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.jst.j2ee;bundle-version="1.1.501",
+ org.eclipse.jst.ws.consumption.ui;bundle-version="1.1.401",
+ org.jboss.ide.eclipse.as.classpath.core;bundle-version="2.3.0"
+Bundle-ActivationPolicy: lazy
+Bundle-Vendor: %PLUGIN_PROVIDER
+Export-Package: org.jboss.tools.ws.core,
+ org.jboss.tools.ws.core.classpath,
+ org.jboss.tools.ws.core.command,
+ org.jboss.tools.ws.core.facet.delegate,
+ org.jboss.tools.ws.core.messages,
+ org.jboss.tools.ws.core.utils
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.core/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.core/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.core/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>plugins</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.plugins</groupId>
<artifactId>org.jboss.tools.ws.core</artifactId>
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,51 +1,51 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
-Bundle-SymbolicName: org.jboss.tools.ws.creation.core;singleton:=true
-Bundle-Version: 1.2.2.qualifier
-Bundle-Activator: org.jboss.tools.ws.creation.core.JBossWSCreationCorePlugin
-Bundle-Vendor: %Bundle-Vendor.0
-Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
- org.eclipse.wst.ws;bundle-version="1.1.203",
- org.eclipse.core.resources;bundle-version="3.7.1",
- org.eclipse.jst.ws;bundle-version="1.0.509",
- org.eclipse.jem.util;bundle-version="2.1.100",
- org.jboss.tools.ws.core,
- org.eclipse.wst.wsdl;bundle-version="1.2.202",
- org.eclipse.wst.command.env.core;bundle-version="1.0.205",
- org.eclipse.wst.command.env;bundle-version="1.0.409",
- org.apache.ant;bundle-version="[1.8.2,1.9.0)",
- org.apache.xerces;bundle-version="[2.9.0,3.0.0)",
- org.eclipse.jst.j2ee;bundle-version="1.1.501";visibility:=reexport,
- org.eclipse.jst.j2ee.core;bundle-version="1.2.101";visibility:=reexport,
- org.eclipse.jst.jee;bundle-version="1.0.401",
- org.eclipse.emf.common;bundle-version="2.7.0",
- org.eclipse.emf.ecore;bundle-version="2.7.0",
- org.eclipse.jdt.core;bundle-version="3.7.1",
- org.eclipse.jface.text;bundle-version="3.7.1",
- org.eclipse.core.filebuffers;bundle-version="3.5.200",
- org.eclipse.jdt.ui;bundle-version="3.7.1",
- org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
- org.eclipse.wst.server.core;bundle-version="1.1.303",
- org.eclipse.jem.util;bundle-version="2.1.100",
- org.jboss.tools.common,
- org.jboss.ide.eclipse.as.classpath.core,
- org.eclipse.jst.server.core;bundle-version="1.2.202",
- org.eclipse.jdt;bundle-version="3.7.1",
- org.eclipse.jdt.launching;bundle-version="3.6.1",
- org.eclipse.debug.core;bundle-version="3.7.0",
- org.eclipse.jst.jee.web;bundle-version="1.0.301",
- javax.wsdl;visibility:=reexport,
- org.eclipse.jst.ws.annotations.core;bundle-version="1.1.0",
- org.eclipse.wst.common.emfworkbench.integration;bundle-version="1.2.101"
-Bundle-ActivationPolicy: lazy
-Export-Package: org.jboss.tools.ws.creation.core,
- org.jboss.tools.ws.creation.core.commands,
- org.jboss.tools.ws.creation.core.data,
- org.jboss.tools.ws.creation.core.messages,
- org.jboss.tools.ws.creation.core.utils
-Bundle-ClassPath: .
-Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.jboss.tools.ws.creation.core;singleton:=true
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.ws.creation.core.JBossWSCreationCorePlugin
+Bundle-Vendor: %Bundle-Vendor.0
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.wst.ws;bundle-version="1.1.203",
+ org.eclipse.core.resources;bundle-version="3.7.1",
+ org.eclipse.jst.ws;bundle-version="1.0.509",
+ org.eclipse.jem.util;bundle-version="2.1.100",
+ org.jboss.tools.ws.core,
+ org.eclipse.wst.wsdl;bundle-version="1.2.202",
+ org.eclipse.wst.command.env.core;bundle-version="1.0.205",
+ org.eclipse.wst.command.env;bundle-version="1.0.409",
+ org.apache.ant;bundle-version="[1.8.2,1.9.0)",
+ org.apache.xerces;bundle-version="[2.9.0,3.0.0)",
+ org.eclipse.jst.j2ee;bundle-version="1.1.501";visibility:=reexport,
+ org.eclipse.jst.j2ee.core;bundle-version="1.2.101";visibility:=reexport,
+ org.eclipse.jst.jee;bundle-version="1.0.401",
+ org.eclipse.emf.common;bundle-version="2.7.0",
+ org.eclipse.emf.ecore;bundle-version="2.7.0",
+ org.eclipse.jdt.core;bundle-version="3.7.1",
+ org.eclipse.jface.text;bundle-version="3.7.1",
+ org.eclipse.core.filebuffers;bundle-version="3.5.200",
+ org.eclipse.jdt.ui;bundle-version="3.7.1",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
+ org.eclipse.wst.server.core;bundle-version="1.1.303",
+ org.eclipse.jem.util;bundle-version="2.1.100",
+ org.jboss.tools.common,
+ org.jboss.ide.eclipse.as.classpath.core,
+ org.eclipse.jst.server.core;bundle-version="1.2.202",
+ org.eclipse.jdt;bundle-version="3.7.1",
+ org.eclipse.jdt.launching;bundle-version="3.6.1",
+ org.eclipse.debug.core;bundle-version="3.7.0",
+ org.eclipse.jst.jee.web;bundle-version="1.0.301",
+ javax.wsdl;visibility:=reexport,
+ org.eclipse.jst.ws.annotations.core;bundle-version="1.1.0",
+ org.eclipse.wst.common.emfworkbench.integration;bundle-version="1.2.101"
+Bundle-ActivationPolicy: lazy
+Export-Package: org.jboss.tools.ws.creation.core,
+ org.jboss.tools.ws.creation.core.commands,
+ org.jboss.tools.ws.creation.core.data,
+ org.jboss.tools.ws.creation.core.messages,
+ org.jboss.tools.ws.creation.core.utils
+Bundle-ClassPath: .
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>plugins</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.plugins</groupId>
<artifactId>org.jboss.tools.ws.creation.core</artifactId>
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.ui/META-INF/MANIFEST.MF 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,31 +1,31 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %PLUGIN_NAME
-Bundle-Localization: plugin
-Bundle-SymbolicName: org.jboss.tools.ws.creation.ui;singleton:=true
-Bundle-Version: 1.2.2.qualifier
-Bundle-Activator: org.jboss.tools.ws.creation.ui.JBossWSCreationUIPlugin
-Bundle-Vendor: %PLUGIN_PROVIDER
-Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.core.resources;bundle-version="3.7.0",
- org.eclipse.jst.ws.consumption.ui;bundle-version="1.1.401",
- org.eclipse.wst.ws;bundle-version="1.1.203",
- org.eclipse.wst.common.environment;bundle-version="1.0.400",
- org.eclipse.wst.command.env.core;bundle-version="1.0.205",
- org.eclipse.emf.common;bundle-version="2.7.0",
- org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
- org.eclipse.wst.command.env.ui;bundle-version="1.1.103",
- org.eclipse.jst.ws;bundle-version="1.0.509",
- org.eclipse.wst.command.env;bundle-version="1.0.409",
- org.eclipse.jdt.core;bundle-version="3.7.1",
- org.eclipse.jst.ws.ui;bundle-version="1.0.403",
- org.jboss.tools.ws.creation.core,
- org.jboss.tools.ws.core,
- org.eclipse.jst.ws.creation.ui;bundle-version="1.0.609",
- org.eclipse.wst.common.modulecore;bundle-version="1.2.101",
- org.jboss.tools.ws.ui,
- org.eclipse.jdt.ui;bundle-version="3.7.1"
-Bundle-ActivationPolicy: lazy
-Export-Package: org.jboss.tools.ws.creation.ui.wsrt
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %PLUGIN_NAME
+Bundle-Localization: plugin
+Bundle-SymbolicName: org.jboss.tools.ws.creation.ui;singleton:=true
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.ws.creation.ui.JBossWSCreationUIPlugin
+Bundle-Vendor: %PLUGIN_PROVIDER
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.core.resources;bundle-version="3.7.0",
+ org.eclipse.jst.ws.consumption.ui;bundle-version="1.1.401",
+ org.eclipse.wst.ws;bundle-version="1.1.203",
+ org.eclipse.wst.common.environment;bundle-version="1.0.400",
+ org.eclipse.wst.command.env.core;bundle-version="1.0.205",
+ org.eclipse.emf.common;bundle-version="2.7.0",
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.wst.command.env.ui;bundle-version="1.1.103",
+ org.eclipse.jst.ws;bundle-version="1.0.509",
+ org.eclipse.wst.command.env;bundle-version="1.0.409",
+ org.eclipse.jdt.core;bundle-version="3.7.1",
+ org.eclipse.jst.ws.ui;bundle-version="1.0.403",
+ org.jboss.tools.ws.creation.core,
+ org.jboss.tools.ws.core,
+ org.eclipse.jst.ws.creation.ui;bundle-version="1.0.609",
+ org.eclipse.wst.common.modulecore;bundle-version="1.2.101",
+ org.jboss.tools.ws.ui,
+ org.eclipse.jdt.ui;bundle-version="3.7.1"
+Bundle-ActivationPolicy: lazy
+Export-Package: org.jboss.tools.ws.creation.ui.wsrt
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>plugins</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.plugins</groupId>
<artifactId>org.jboss.tools.ws.creation.ui</artifactId>
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.core/META-INF/MANIFEST.MF 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,45 +1,45 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Localization: plugin
-Bundle-Name: %PLUGIN_NAME
-Bundle-Vendor: %PLUGIN_PROVIDER
-Bundle-SymbolicName: org.jboss.tools.ws.jaxrs.core;singleton:=true
-Bundle-Version: 1.2.2.qualifier
-Bundle-Activator: org.jboss.tools.ws.jaxrs.core.JBossJaxrsCorePlugin
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
- org.eclipse.core.resources;bundle-version="3.7.100";visibility:=reexport,
- org.eclipse.equinox.ds;bundle-version="1.3.0";visibility:=reexport,
- org.eclipse.jdt.core;bundle-version="3.7.0";visibility:=reexport,
- org.eclipse.jdt.launching;bundle-version="3.6.0";visibility:=reexport,
- org.eclipse.jdt.launching.macosx;bundle-version="3.2.100";resolution:=optional;visibility:=reexport,
- org.eclipse.jface.text;bundle-version="3.7.0";visibility:=reexport,
- org.eclipse.jst.j2ee.ejb;bundle-version="1.1.502",
- org.eclipse.ui.workbench;bundle-version="3.7.0";visibility:=reexport,
- org.eclipse.jdt.core.manipulation;bundle-version="1.3.0";visibility:=reexport,
- org.eclipse.ui.editors;bundle-version="3.7.0";visibility:=reexport,
- org.eclipse.core.commands;bundle-version="3.6.0";visibility:=reexport,
- org.eclipse.ui;bundle-version="3.7.0";visibility:=reexport,
- org.eclipse.ltk.core.refactoring;bundle-version="3.5.200";visibility:=reexport,
- org.eclipse.wst.validation;bundle-version="1.2.300";visibility:=reexport,
- org.eclipse.jst.j2ee.web;bundle-version="1.1.301";visibility:=reexport,
- org.eclipse.jst.j2ee.core;bundle-version="1.1.301";visibility:=reexport,
- org.eclipse.core.resources;bundle-version="3.5.1";visibility:=reexport,
- org.eclipse.jst.j2ee;bundle-version="1.1.301";visibility:=reexport,
- org.eclipse.emf.ecore;bundle-version="2.5.0";visibility:=reexport,
- org.eclipse.wst.common.frameworks.ui;bundle-version="1.1.301",
- org.eclipse.jface.text;bundle-version="3.7.1"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-ActivationPolicy: lazy
-Export-Package: javax.ws.rs,
- javax.ws.rs.core,
- javax.ws.rs.ext,
- org.jboss.tools.ws.jaxrs.core;x-friends:="org.jboss.tools.ws.jaxrs.core.test",
- org.jboss.tools.ws.jaxrs.core.configuration,
- org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder;x-friends:="org.jboss.tools.ws.jaxrs.core.test",
- org.jboss.tools.ws.jaxrs.core.internal.metamodel.domain;x-friends:="org.jboss.tools.ws.jaxrs.core.test",
- org.jboss.tools.ws.jaxrs.core.internal.utils;x-friends:="org.jboss.tools.ws.jaxrs.core.test",
- org.jboss.tools.ws.jaxrs.core.jdt,
- org.jboss.tools.ws.jaxrs.core.metamodel,
- org.jboss.tools.ws.jaxrs.core.pubsub
-Bundle-ClassPath: .,
- lib/jaxrs-api.jar
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Localization: plugin
+Bundle-Name: %PLUGIN_NAME
+Bundle-Vendor: %PLUGIN_PROVIDER
+Bundle-SymbolicName: org.jboss.tools.ws.jaxrs.core;singleton:=true
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.ws.jaxrs.core.JBossJaxrsCorePlugin
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.core.resources;bundle-version="3.7.100";visibility:=reexport,
+ org.eclipse.equinox.ds;bundle-version="1.3.0";visibility:=reexport,
+ org.eclipse.jdt.core;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jdt.launching;bundle-version="3.6.0";visibility:=reexport,
+ org.eclipse.jdt.launching.macosx;bundle-version="3.2.100";resolution:=optional;visibility:=reexport,
+ org.eclipse.jface.text;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jst.j2ee.ejb;bundle-version="1.1.502",
+ org.eclipse.ui.workbench;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jdt.core.manipulation;bundle-version="1.3.0";visibility:=reexport,
+ org.eclipse.ui.editors;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.core.commands;bundle-version="3.6.0";visibility:=reexport,
+ org.eclipse.ui;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.ltk.core.refactoring;bundle-version="3.5.200";visibility:=reexport,
+ org.eclipse.wst.validation;bundle-version="1.2.300";visibility:=reexport,
+ org.eclipse.jst.j2ee.web;bundle-version="1.1.301";visibility:=reexport,
+ org.eclipse.jst.j2ee.core;bundle-version="1.1.301";visibility:=reexport,
+ org.eclipse.core.resources;bundle-version="3.5.1";visibility:=reexport,
+ org.eclipse.jst.j2ee;bundle-version="1.1.301";visibility:=reexport,
+ org.eclipse.emf.ecore;bundle-version="2.5.0";visibility:=reexport,
+ org.eclipse.wst.common.frameworks.ui;bundle-version="1.1.301",
+ org.eclipse.jface.text;bundle-version="3.7.1"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy
+Export-Package: javax.ws.rs,
+ javax.ws.rs.core,
+ javax.ws.rs.ext,
+ org.jboss.tools.ws.jaxrs.core;x-friends:="org.jboss.tools.ws.jaxrs.core.test",
+ org.jboss.tools.ws.jaxrs.core.configuration,
+ org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder;x-friends:="org.jboss.tools.ws.jaxrs.core.test",
+ org.jboss.tools.ws.jaxrs.core.internal.metamodel.domain;x-friends:="org.jboss.tools.ws.jaxrs.core.test",
+ org.jboss.tools.ws.jaxrs.core.internal.utils;x-friends:="org.jboss.tools.ws.jaxrs.core.test",
+ org.jboss.tools.ws.jaxrs.core.jdt,
+ org.jboss.tools.ws.jaxrs.core.metamodel,
+ org.jboss.tools.ws.jaxrs.core.pubsub
+Bundle-ClassPath: .,
+ lib/jaxrs-api.jar
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.core/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.core/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.core/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>plugins</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.plugins</groupId>
<artifactId>org.jboss.tools.ws.jaxrs.core</artifactId>
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.ui/META-INF/MANIFEST.MF 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,42 +1,42 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Localization: plugin
-Bundle-Name: %PLUGIN_NAME
-Bundle-Vendor: %PLUGIN_PROVIDER
-Bundle-SymbolicName: org.jboss.tools.ws.jaxrs.ui;singleton:=true
-Bundle-Version: 1.2.2.qualifier
-Bundle-Activator: org.jboss.tools.ws.jaxrs.ui.JBossJaxrsUIPlugin
-Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.ui.ide;bundle-version="3.7.0",
- org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
- org.eclipse.jdt.core;bundle-version="3.6.0",
- org.eclipse.jdt.core.manipulation;bundle-version="1.3.0",
- org.jboss.tools.ws.jaxrs.core;bundle-version="1.2.0",
- org.eclipse.ui.navigator;bundle-version="3.5.0",
- org.eclipse.ui.navigator.resources;bundle-version="3.4.200",
- org.eclipse.ui.views;bundle-version="3.5.0",
- org.eclipse.core.resources;bundle-version="3.6.0",
- org.eclipse.jface.databinding;bundle-version="1.4.0",
- org.eclipse.jst.ws.jaxrs.core;bundle-version="1.0.200",
- org.eclipse.jst.common.project.facet.core;bundle-version="1.4.102",
- org.eclipse.jst.common.project.facet.ui;bundle-version="1.4.102",
- org.eclipse.ui.workbench.texteditor;bundle-version="3.6.0",
- org.eclipse.wst.common.project.facet.core;bundle-version="1.4.102",
- org.eclipse.jdt.ui;bundle-version="3.7.0",
- org.eclipse.jdt.doc.user;bundle-version="3.7.0";resolution:=optional,
- org.eclipse.core.resources;bundle-version="3.7.0",
- org.eclipse.equinox.ds;bundle-version="1.3.0",
- org.eclipse.jdt.core;bundle-version="3.7.0",
- org.eclipse.jface.text;bundle-version="3.7.0",
- org.eclipse.ui.workbench;bundle-version="3.7.0",
- org.eclipse.jdt.core.manipulation;bundle-version="1.4.0",
- org.eclipse.ui.editors;bundle-version="3.7.0",
- org.eclipse.core.commands;bundle-version="3.6.0",
- org.eclipse.ltk.core.refactoring;bundle-version="3.5.200",
- org.eclipse.wst.validation;bundle-version="1.2.300",
- org.eclipse.wst.server.core;bundle-version="1.1.303",
- org.eclipse.debug.core;bundle-version="3.7.0",
- org.eclipse.debug.ui;bundle-version="3.7.101"
-Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-ClassPath: .
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Localization: plugin
+Bundle-Name: %PLUGIN_NAME
+Bundle-Vendor: %PLUGIN_PROVIDER
+Bundle-SymbolicName: org.jboss.tools.ws.jaxrs.ui;singleton:=true
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.ws.jaxrs.ui.JBossJaxrsUIPlugin
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.ui.ide;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
+ org.eclipse.jdt.core;bundle-version="3.6.0",
+ org.eclipse.jdt.core.manipulation;bundle-version="1.3.0",
+ org.jboss.tools.ws.jaxrs.core;bundle-version="1.2.0",
+ org.eclipse.ui.navigator;bundle-version="3.5.0",
+ org.eclipse.ui.navigator.resources;bundle-version="3.4.200",
+ org.eclipse.ui.views;bundle-version="3.5.0",
+ org.eclipse.core.resources;bundle-version="3.6.0",
+ org.eclipse.jface.databinding;bundle-version="1.4.0",
+ org.eclipse.jst.ws.jaxrs.core;bundle-version="1.0.200",
+ org.eclipse.jst.common.project.facet.core;bundle-version="1.4.102",
+ org.eclipse.jst.common.project.facet.ui;bundle-version="1.4.102",
+ org.eclipse.ui.workbench.texteditor;bundle-version="3.6.0",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.102",
+ org.eclipse.jdt.ui;bundle-version="3.7.0",
+ org.eclipse.jdt.doc.user;bundle-version="3.7.0";resolution:=optional,
+ org.eclipse.core.resources;bundle-version="3.7.0",
+ org.eclipse.equinox.ds;bundle-version="1.3.0",
+ org.eclipse.jdt.core;bundle-version="3.7.0",
+ org.eclipse.jface.text;bundle-version="3.7.0",
+ org.eclipse.ui.workbench;bundle-version="3.7.0",
+ org.eclipse.jdt.core.manipulation;bundle-version="1.4.0",
+ org.eclipse.ui.editors;bundle-version="3.7.0",
+ org.eclipse.core.commands;bundle-version="3.6.0",
+ org.eclipse.ltk.core.refactoring;bundle-version="3.5.200",
+ org.eclipse.wst.validation;bundle-version="1.2.300",
+ org.eclipse.wst.server.core;bundle-version="1.1.303",
+ org.eclipse.debug.core;bundle-version="3.7.0",
+ org.eclipse.debug.ui;bundle-version="3.7.101"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ClassPath: .
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.ui/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.ui/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.jaxrs.ui/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>plugins</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.plugins</groupId>
<artifactId>org.jboss.tools.ws.jaxrs.ui</artifactId>
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.ui/META-INF/MANIFEST.MF 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,64 +1,64 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %PLUGIN_NAME
-Bundle-SymbolicName: org.jboss.tools.ws.ui;singleton:=true
-Bundle-Version: 1.2.2.qualifier
-Bundle-Activator: org.jboss.tools.ws.ui.JBossWSUIPlugin
-Bundle-Localization: plugin
-Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.core.resources;bundle-version="3.7.100",
- org.jboss.tools.ws.core,
- org.eclipse.ui.ide;bundle-version="3.7.0",
- org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
- org.eclipse.jdt.core;bundle-version="3.7.1",
- org.eclipse.jst.j2ee;bundle-version="1.1.501",
- org.eclipse.jem.util;bundle-version="2.1.100",
- org.jboss.tools.ws.creation.core,
- org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
- org.eclipse.wst.common.emfworkbench.integration;bundle-version="1.2.101",
- org.jboss.tools.common.ui,
- org.eclipse.core.filesystem;bundle-version="1.3.100",
- org.eclipse.wst.common.project.facet.ui;bundle-version="1.4.200",
- org.eclipse.wst.server.core;bundle-version="1.1.103",
- org.eclipse.core.filesystem;bundle-version="1.3.100",
- com.ibm.icu,
- org.eclipse.wst.internet.monitor.core;bundle-version="1.0.505",
- org.eclipse.wst.internet.monitor.ui;bundle-version="1.0.507",
- javax.wsdl;bundle-version="1.6.2",
- org.jdom,
- org.eclipse.ui.forms;bundle-version="3.5.100",
- org.eclipse.emf.common;bundle-version="2.7.0",
- org.eclipse.jdt.ui;bundle-version="3.7.1",
- org.eclipse.osgi;bundle-version="3.7.1",
- org.eclipse.jst.ws.annotations.core;bundle-version="1.1.0",
- org.apache.commons.codec;bundle-version="1.3.0",
- org.apache.commons.discovery;bundle-version="[0.2.0,1.0.0)",
- org.eclipse.xsd;bundle-version="2.7.0"
-Bundle-ActivationPolicy: lazy
-Export-Package: javax.ws.rs,
- javax.ws.rs.core,
- javax.ws.rs.ext,
- org.jboss.tools.ws.ui,
- org.jboss.tools.ws.ui.messages,
- org.jboss.tools.ws.ui.preferences,
- org.jboss.tools.ws.ui.utils,
- org.jboss.tools.ws.ui.views,
- org.jboss.tools.ws.ui.wizards
-Bundle-Vendor: %PLUGIN_PROVIDER
-Eclipse-RegisterBuddy: org.eclipse.jst.ws.annotations.core
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Import-Package: javax.activation,
- javax.mail,
- javax.mail.internet,
- javax.servlet;version="[2.4.0,3.0.0)",
- javax.servlet.http;version="[2.4.0,3.0.0)",
- org.apache.commons.logging;version="[1.0.4,2.0.0)",
- org.apache.commons.logging.impl;version="[1.0.4,2.0.0)",
- org.eclipse.jst.javaee.web,
- org.jboss.tools.ws.creation.core.commands,
- org.jboss.tools.ws.creation.core.data
-Bundle-ClassPath: .,
- lib/jaxrs-api.jar,
- lib/axis.jar,
- lib/jaxrpc.jar
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %PLUGIN_NAME
+Bundle-SymbolicName: org.jboss.tools.ws.ui;singleton:=true
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.ws.ui.JBossWSUIPlugin
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.core.resources;bundle-version="3.7.100",
+ org.jboss.tools.ws.core,
+ org.eclipse.ui.ide;bundle-version="3.7.0",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
+ org.eclipse.jdt.core;bundle-version="3.7.1",
+ org.eclipse.jst.j2ee;bundle-version="1.1.501",
+ org.eclipse.jem.util;bundle-version="2.1.100",
+ org.jboss.tools.ws.creation.core,
+ org.eclipse.wst.common.frameworks;bundle-version="1.2.101",
+ org.eclipse.wst.common.emfworkbench.integration;bundle-version="1.2.101",
+ org.jboss.tools.common.ui,
+ org.eclipse.core.filesystem;bundle-version="1.3.100",
+ org.eclipse.wst.common.project.facet.ui;bundle-version="1.4.200",
+ org.eclipse.wst.server.core;bundle-version="1.1.103",
+ org.eclipse.core.filesystem;bundle-version="1.3.100",
+ com.ibm.icu,
+ org.eclipse.wst.internet.monitor.core;bundle-version="1.0.505",
+ org.eclipse.wst.internet.monitor.ui;bundle-version="1.0.507",
+ javax.wsdl;bundle-version="1.6.2",
+ org.jdom,
+ org.eclipse.ui.forms;bundle-version="3.5.100",
+ org.eclipse.emf.common;bundle-version="2.7.0",
+ org.eclipse.jdt.ui;bundle-version="3.7.1",
+ org.eclipse.osgi;bundle-version="3.7.1",
+ org.eclipse.jst.ws.annotations.core;bundle-version="1.1.0",
+ org.apache.commons.codec;bundle-version="1.3.0",
+ org.apache.commons.discovery;bundle-version="[0.2.0,1.0.0)",
+ org.eclipse.xsd;bundle-version="2.7.0"
+Bundle-ActivationPolicy: lazy
+Export-Package: javax.ws.rs,
+ javax.ws.rs.core,
+ javax.ws.rs.ext,
+ org.jboss.tools.ws.ui,
+ org.jboss.tools.ws.ui.messages,
+ org.jboss.tools.ws.ui.preferences,
+ org.jboss.tools.ws.ui.utils,
+ org.jboss.tools.ws.ui.views,
+ org.jboss.tools.ws.ui.wizards
+Bundle-Vendor: %PLUGIN_PROVIDER
+Eclipse-RegisterBuddy: org.eclipse.jst.ws.annotations.core
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Import-Package: javax.activation,
+ javax.mail,
+ javax.mail.internet,
+ javax.servlet;version="[2.4.0,3.0.0)",
+ javax.servlet.http;version="[2.4.0,3.0.0)",
+ org.apache.commons.logging;version="[1.0.4,2.0.0)",
+ org.apache.commons.logging.impl;version="[1.0.4,2.0.0)",
+ org.eclipse.jst.javaee.web,
+ org.jboss.tools.ws.creation.core.commands,
+ org.jboss.tools.ws.creation.core.data
+Bundle-ClassPath: .,
+ lib/jaxrs-api.jar,
+ lib/axis.jar,
+ lib/jaxrpc.jar
Modified: branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.ui/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.ui/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/org.jboss.tools.ws.ui/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>plugins</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.plugins</groupId>
<artifactId>org.jboss.tools.ws.ui</artifactId>
Modified: branches/jbosstools-3.3.x/ws/plugins/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/plugins/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/plugins/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>ws</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>plugins</artifactId>
Modified: branches/jbosstools-3.3.x/ws/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -10,7 +10,7 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>ws</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>ws.all</name>
<packaging>pom</packaging>
<modules>
Modified: branches/jbosstools-3.3.x/ws/site/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/site/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/site/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>ws</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>ws.site</artifactId>
Modified: branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.core.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.core.test/META-INF/MANIFEST.MF 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.core.test/META-INF/MANIFEST.MF 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,40 +1,40 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
-Bundle-SymbolicName: org.jboss.tools.ws.core.test
-Bundle-Version: 1.2.2.qualifier
-Bundle-Activator: org.jboss.tools.ws.core.test.Activator
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.junit,
- org.jboss.tools.tests,
- org.jboss.tools.ws.core,
- org.eclipse.core.resources,
- org.eclipse.wst.common.project.facet.core,
- org.eclipse.wst.common.frameworks,
- org.eclipse.ui.ide,
- org.jboss.tools.ws.creation.core,
- org.eclipse.wst.command.env.ui,
- org.eclipse.wst.ws,
- org.jboss.tools.ws.creation.ui,
- org.eclipse.jst.j2ee,
- org.eclipse.jst.j2ee.core,
- org.eclipse.emf.common,
- org.eclipse.jem,
- org.eclipse.emf.ecore,
- org.eclipse.wst.server.core,
- org.eclipse.debug.core,
- org.jboss.tools.common,
- org.jboss.ide.eclipse.as.core,
- org.eclipse.jdt.core,
- org.eclipse.ui.console,
- org.eclipse.jface.text,
- org.jboss.ide.eclipse.as.classpath.core,
- org.eclipse.jst.common.project.facet.core
-Bundle-ActivationPolicy: lazy
-Export-Package: org.jboss.tools.ws.core.test,
- org.jboss.tools.ws.core.test.classpath
-Bundle-Vendor: %Bundle-Vendor.0
-Bundle-Localization: plugin
-Import-Package: org.eclipse.jdt.launching
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.jboss.tools.ws.core.test
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.ws.core.test.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.junit,
+ org.jboss.tools.tests,
+ org.jboss.tools.ws.core,
+ org.eclipse.core.resources,
+ org.eclipse.wst.common.project.facet.core,
+ org.eclipse.wst.common.frameworks,
+ org.eclipse.ui.ide,
+ org.jboss.tools.ws.creation.core,
+ org.eclipse.wst.command.env.ui,
+ org.eclipse.wst.ws,
+ org.jboss.tools.ws.creation.ui,
+ org.eclipse.jst.j2ee,
+ org.eclipse.jst.j2ee.core,
+ org.eclipse.emf.common,
+ org.eclipse.jem,
+ org.eclipse.emf.ecore,
+ org.eclipse.wst.server.core,
+ org.eclipse.debug.core,
+ org.jboss.tools.common,
+ org.jboss.ide.eclipse.as.core,
+ org.eclipse.jdt.core,
+ org.eclipse.ui.console,
+ org.eclipse.jface.text,
+ org.jboss.ide.eclipse.as.classpath.core,
+ org.eclipse.jst.common.project.facet.core
+Bundle-ActivationPolicy: lazy
+Export-Package: org.jboss.tools.ws.core.test,
+ org.jboss.tools.ws.core.test.classpath
+Bundle-Vendor: %Bundle-Vendor.0
+Bundle-Localization: plugin
+Import-Package: org.eclipse.jdt.launching
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.core.test/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.core.test/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.core.test/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>tests</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.tests</groupId>
<artifactId>org.jboss.tools.ws.core.test</artifactId>
Modified: branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.creation.core.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.creation.core.test/META-INF/MANIFEST.MF 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.creation.core.test/META-INF/MANIFEST.MF 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,44 +1,44 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
-Bundle-SymbolicName: org.jboss.tools.ws.creation.core.test
-Bundle-Version: 1.2.2.qualifier
-Bundle-Activator: org.jboss.tools.ws.creation.core.test.Activator
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.junit4,
- org.jboss.tools.tests,
- org.jboss.tools.ws.core,
- org.eclipse.core.resources,
- org.eclipse.wst.common.project.facet.core,
- org.eclipse.wst.common.frameworks,
- org.eclipse.ui.ide,
- org.jboss.tools.common.test,
- org.jboss.tools.ws.creation.core,
- org.eclipse.wst.command.env.ui,
- org.eclipse.wst.ws,
- org.jboss.tools.ws.creation.ui,
- org.eclipse.jst.j2ee,
- org.eclipse.jst.j2ee.core,
- org.eclipse.emf.common,
- org.eclipse.jem,
- org.eclipse.emf.ecore,
- org.eclipse.wst.server.core,
- org.eclipse.debug.core,
- org.jboss.tools.common,
- org.jboss.ide.eclipse.as.core,
- org.eclipse.jdt.core,
- org.eclipse.ui.console,
- org.eclipse.jface.text,
- org.jboss.ide.eclipse.as.classpath.core,
- org.jboss.ide.eclipse.as.ui,
- org.jboss.ide.eclipse.as.wtp.core,
- org.jboss.ide.eclipse.as.test
-Bundle-ActivationPolicy: lazy
-Export-Package: org.jboss.tools.ws.creation.core.test,
- org.jboss.tools.ws.creation.core.test.command
-Bundle-Vendor: %Bundle-Vendor.0
-Bundle-Localization: plugin
-Import-Package: org.eclipse.jdt.launching
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.jboss.tools.ws.creation.core.test
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.ws.creation.core.test.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.junit4,
+ org.jboss.tools.tests,
+ org.jboss.tools.ws.core,
+ org.eclipse.core.resources,
+ org.eclipse.wst.common.project.facet.core,
+ org.eclipse.wst.common.frameworks,
+ org.eclipse.ui.ide,
+ org.jboss.tools.common.test,
+ org.jboss.tools.ws.creation.core,
+ org.eclipse.wst.command.env.ui,
+ org.eclipse.wst.ws,
+ org.jboss.tools.ws.creation.ui,
+ org.eclipse.jst.j2ee,
+ org.eclipse.jst.j2ee.core,
+ org.eclipse.emf.common,
+ org.eclipse.jem,
+ org.eclipse.emf.ecore,
+ org.eclipse.wst.server.core,
+ org.eclipse.debug.core,
+ org.jboss.tools.common,
+ org.jboss.ide.eclipse.as.core,
+ org.eclipse.jdt.core,
+ org.eclipse.ui.console,
+ org.eclipse.jface.text,
+ org.jboss.ide.eclipse.as.classpath.core,
+ org.jboss.ide.eclipse.as.ui,
+ org.jboss.ide.eclipse.as.wtp.core,
+ org.jboss.ide.eclipse.as.test
+Bundle-ActivationPolicy: lazy
+Export-Package: org.jboss.tools.ws.creation.core.test,
+ org.jboss.tools.ws.creation.core.test.command
+Bundle-Vendor: %Bundle-Vendor.0
+Bundle-Localization: plugin
+Import-Package: org.eclipse.jdt.launching
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+
Modified: branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>tests</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.tests</groupId>
<artifactId>org.jboss.tools.ws.creation.core.test</artifactId>
Modified: branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.jaxrs.core.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.jaxrs.core.test/META-INF/MANIFEST.MF 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.jaxrs.core.test/META-INF/MANIFEST.MF 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,40 +1,40 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Localization: plugin
-Bundle-Name: %PLUGIN_NAME
-Bundle-Vendor: %PLUGIN_PROVIDER
-Bundle-SymbolicName: org.jboss.tools.ws.jaxrs.core.test;singleton:=true
-Bundle-Version: 1.2.2.qualifier
-Bundle-Activator: org.jboss.tools.ws.jaxrs.core.JBossJaxrsCoreTestsPlugin
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
- org.jboss.tools.ws.jaxrs.core;bundle-version="1.2.2",
- org.eclipse.ui.ide;bundle-version="3.7.0",
- org.slf4j.api;bundle-version="1.6.1",
- org.apache.commons.lang;bundle-version="2.1.0",
- org.eclipse.swt;bundle-version="3.7.0",
- org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
- org.eclipse.jst.ws.jaxrs.core;bundle-version="1.0.300",
- org.junit4;bundle-version="4.8.1",
- ch.qos.logback.core;bundle-version="0.9.27",
- ch.qos.logback.classic;bundle-version="0.9.27",
- org.eclipse.jdt.ui;bundle-version="3.7.0",
- org.eclipse.jdt.doc.user;bundle-version="3.7.0";resolution:=optional,
- org.eclipse.core.resources;bundle-version="3.7.0",
- org.eclipse.equinox.ds;bundle-version="1.3.0",
- org.eclipse.jdt.core;bundle-version="3.7.0",
- org.eclipse.jface.text;bundle-version="3.7.0",
- org.eclipse.ui.workbench;bundle-version="3.7.0",
- org.eclipse.jdt.core.manipulation;bundle-version="1.4.0",
- org.eclipse.ui.editors;bundle-version="3.7.0",
- org.eclipse.core.commands;bundle-version="3.6.0",
- org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.ltk.core.refactoring;bundle-version="3.5.200",
- org.eclipse.wst.validation;bundle-version="1.2.300"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-ActivationPolicy: lazy
-Eclipse-RegisterBuddy: org.apache.log4j
-Eclipse-BuddyPolicy: registered
-Bundle-ClassPath: .,
- lib/hamcrest-all-1.3.0RC2.jar,
- lib/mockito-core-1.9.0-rc1.jar,
- lib/objenesis-1.2.jar
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Localization: plugin
+Bundle-Name: %PLUGIN_NAME
+Bundle-Vendor: %PLUGIN_PROVIDER
+Bundle-SymbolicName: org.jboss.tools.ws.jaxrs.core.test;singleton:=true
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.ws.jaxrs.core.JBossJaxrsCoreTestsPlugin
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.jboss.tools.ws.jaxrs.core;bundle-version="1.2.2",
+ org.eclipse.ui.ide;bundle-version="3.7.0",
+ org.slf4j.api;bundle-version="1.6.1",
+ org.apache.commons.lang;bundle-version="2.1.0",
+ org.eclipse.swt;bundle-version="3.7.0",
+ org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
+ org.eclipse.jst.ws.jaxrs.core;bundle-version="1.0.300",
+ org.junit4;bundle-version="4.8.1",
+ ch.qos.logback.core;bundle-version="0.9.27",
+ ch.qos.logback.classic;bundle-version="0.9.27",
+ org.eclipse.jdt.ui;bundle-version="3.7.0",
+ org.eclipse.jdt.doc.user;bundle-version="3.7.0";resolution:=optional,
+ org.eclipse.core.resources;bundle-version="3.7.0",
+ org.eclipse.equinox.ds;bundle-version="1.3.0",
+ org.eclipse.jdt.core;bundle-version="3.7.0",
+ org.eclipse.jface.text;bundle-version="3.7.0",
+ org.eclipse.ui.workbench;bundle-version="3.7.0",
+ org.eclipse.jdt.core.manipulation;bundle-version="1.4.0",
+ org.eclipse.ui.editors;bundle-version="3.7.0",
+ org.eclipse.core.commands;bundle-version="3.6.0",
+ org.eclipse.ui;bundle-version="3.7.0",
+ org.eclipse.ltk.core.refactoring;bundle-version="3.5.200",
+ org.eclipse.wst.validation;bundle-version="1.2.300"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy
+Eclipse-RegisterBuddy: org.apache.log4j
+Eclipse-BuddyPolicy: registered
+Bundle-ClassPath: .,
+ lib/hamcrest-all-1.3.0RC2.jar,
+ lib/mockito-core-1.9.0-rc1.jar,
+ lib/objenesis-1.2.jar
Modified: branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.jaxrs.core.test/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.jaxrs.core.test/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.jaxrs.core.test/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>tests</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.tests</groupId>
<artifactId>org.jboss.tools.ws.jaxrs.core.test</artifactId>
Modified: branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.bot.test/META-INF/MANIFEST.MF 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.bot.test/META-INF/MANIFEST.MF 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,37 +1,37 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: WebService SWTBot Tests
-Bundle-SymbolicName: org.jboss.tools.ws.ui.bot.test
-Bundle-Version: 1.2.2.qualifier
-Bundle-Activator: org.jboss.tools.ws.ui.bot.test.Activator
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.apache.log4j;bundle-version="1.2.13",
- org.jboss.tools.ui.bot.ext,
- org.eclipse.jdt.ui,
- org.eclipse.swtbot.eclipse.core;bundle-version="2.0.0",
- org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.0",
- org.eclipse.swtbot.eclipse.ui;bundle-version="2.0.0",
- org.eclipse.swtbot.junit4_x;bundle-version="2.0.0",
- org.eclipse.swtbot.swt.finder;bundle-version="2.0.0",
- org.eclipse.ui.ide;bundle-version="3.5.1",
- org.eclipse.ui.forms;bundle-version="3.4.1",
- org.junit4;bundle-version="4.5.0",
- org.eclipse.core.resources,
- org.jboss.tools.ws.ui;bundle-version="1.1.0",
- org.eclipse.wst.common.project.facet.core,
- org.hamcrest;bundle-version="1.1.0"
-Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Eclipse-RegisterBuddy: org.apache.log4j
-Bundle-ClassPath: .
-Export-Package: org.jboss.tools.ws.ui.bot.test;
- uses:="org.eclipse.ui.plugin,
- org.eclipse.swtbot.eclipse.finder,
- javax.xml.namespace,
- junit.framework,
- org.eclipse.core.resources,
- org.jboss.tools.ui.bot.ext,
- org.osgi.framework,
- org.jboss.tools.ws.ui.bot.test.uiutils.wizards",
- org.jboss.tools.ws.ui.bot.test.webservice.eap
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: WebService SWTBot Tests
+Bundle-SymbolicName: org.jboss.tools.ws.ui.bot.test
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.ws.ui.bot.test.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.apache.log4j;bundle-version="1.2.13",
+ org.jboss.tools.ui.bot.ext,
+ org.eclipse.jdt.ui,
+ org.eclipse.swtbot.eclipse.core;bundle-version="2.0.0",
+ org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.0",
+ org.eclipse.swtbot.eclipse.ui;bundle-version="2.0.0",
+ org.eclipse.swtbot.junit4_x;bundle-version="2.0.0",
+ org.eclipse.swtbot.swt.finder;bundle-version="2.0.0",
+ org.eclipse.ui.ide;bundle-version="3.5.1",
+ org.eclipse.ui.forms;bundle-version="3.4.1",
+ org.junit4;bundle-version="4.5.0",
+ org.eclipse.core.resources,
+ org.jboss.tools.ws.ui;bundle-version="1.1.0",
+ org.eclipse.wst.common.project.facet.core,
+ org.hamcrest;bundle-version="1.1.0"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Eclipse-RegisterBuddy: org.apache.log4j
+Bundle-ClassPath: .
+Export-Package: org.jboss.tools.ws.ui.bot.test;
+ uses:="org.eclipse.ui.plugin,
+ org.eclipse.swtbot.eclipse.finder,
+ javax.xml.namespace,
+ junit.framework,
+ org.eclipse.core.resources,
+ org.jboss.tools.ui.bot.ext,
+ org.osgi.framework,
+ org.jboss.tools.ws.ui.bot.test.uiutils.wizards",
+ org.jboss.tools.ws.ui.bot.test.webservice.eap
Modified: branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>tests</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.tests</groupId>
<artifactId>org.jboss.tools.ws.ui.bot.test</artifactId>
Modified: branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.test/META-INF/MANIFEST.MF 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.test/META-INF/MANIFEST.MF 2012-07-03 21:46:11 UTC (rev 42374)
@@ -1,18 +1,18 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
-Bundle-SymbolicName: org.jboss.tools.ws.ui.test
-Bundle-Version: 1.2.2.qualifier
-Bundle-Activator: org.jboss.tools.ws.ui.test.Activator
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.junit4,
- org.jboss.tools.tests,
- org.jboss.tools.ws.ui,
- org.jboss.tools.ws.core,
- org.jboss.tools.common.ui,
- javax.wsdl;bundle-version="1.6.2"
-Bundle-ActivationPolicy: lazy
-Bundle-Vendor: %Bundle-Vendor.0
-Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.jboss.tools.ws.ui.test
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.ws.ui.test.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.junit4,
+ org.jboss.tools.tests,
+ org.jboss.tools.ws.ui,
+ org.jboss.tools.ws.core,
+ org.jboss.tools.common.ui,
+ javax.wsdl;bundle-version="1.6.2"
+Bundle-ActivationPolicy: lazy
+Bundle-Vendor: %Bundle-Vendor.0
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.test/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.test/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/tests/org.jboss.tools.ws.ui.test/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>tests</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws.tests</groupId>
<artifactId>org.jboss.tools.ws.ui.test</artifactId>
Modified: branches/jbosstools-3.3.x/ws/tests/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/tests/pom.xml 2012-07-03 21:45:27 UTC (rev 42373)
+++ branches/jbosstools-3.3.x/ws/tests/pom.xml 2012-07-03 21:46:11 UTC (rev 42374)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>ws</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.ws</groupId>
<artifactId>tests</artifactId>
More information about the jbosstools-commits
mailing list