[jbosstools-commits] JBoss Tools SVN: r30935 - in trunk/common: features/org.jboss.tools.common.all.tests.feature and 18 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Apr 28 15:57:31 EDT 2011


Author: akazakov
Date: 2011-04-28 15:57:31 -0400 (Thu, 28 Apr 2011)
New Revision: 30935

Modified:
   trunk/common/features/org.jboss.tools.common.all.feature/feature.xml
   trunk/common/features/org.jboss.tools.common.all.feature/pom.xml
   trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml
   trunk/common/features/org.jboss.tools.common.all.tests.feature/pom.xml
   trunk/common/features/org.jboss.tools.common.core.feature/feature.xml
   trunk/common/features/org.jboss.tools.common.core.feature/pom.xml
   trunk/common/features/org.jboss.tools.common.feature/feature.xml
   trunk/common/features/org.jboss.tools.common.feature/pom.xml
   trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml
   trunk/common/features/org.jboss.tools.common.text.ext.feature/pom.xml
   trunk/common/features/org.jboss.tools.common.ui.feature/feature.xml
   trunk/common/features/org.jboss.tools.common.ui.feature/pom.xml
   trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF
   trunk/common/plugins/org.jboss.tools.common.el.ui/pom.xml
   trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF
   trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml
   trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF
   trunk/common/plugins/org.jboss.tools.common.model/pom.xml
   trunk/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF
   trunk/common/plugins/org.jboss.tools.common.projecttemplates/pom.xml
   trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF
   trunk/common/plugins/org.jboss.tools.common.resref.core/pom.xml
   trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF
   trunk/common/tests/org.jboss.tools.common.el.core.test/pom.xml
   trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF
   trunk/common/tests/org.jboss.tools.common.model.test/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8815

Modified: trunk/common/features/org.jboss.tools.common.all.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/feature.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.all.feature/feature.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.all.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.3.0.qualifier"
       provider-name="%featureProvider">
 
    <description>

Modified: trunk/common/features/org.jboss.tools.common.all.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.all.feature/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.all.feature</artifactId> 
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>
\ No newline at end of file

Modified: trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.all.tests.feature/feature.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.all.tests.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.3.0.qualifier"
       provider-name="%featureProvider"
       image="eclipse_update_120.jpg">
 
@@ -19,31 +19,16 @@
    </license>
 
    <requires>
-      <import plugin="org.junit" version="3.8.1"  match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.runtime" version="3.3.0"  match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.resources" version="3.3.0"  match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ant.core" version="3.1.100"  match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.resources" version="3.2.0"  match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.runtime" version="3.2.0"  match="greaterOrEqual"/>
-      <import plugin="org.eclipse.debug.core" version="3.2.0"  match="greaterOrEqual"/>
+      <import plugin="org.junit" version="3.8.1" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.runtime" version="3.3.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.resources" version="3.3.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ant.core" version="3.1.100" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.resources" version="3.2.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.runtime" version="3.2.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.debug.core" version="3.2.0" match="greaterOrEqual"/>
    </requires>
 
-	<!-- add to allow buildTests and tests to run via an Athena build; remove for uberbuilder -->
-   <!-- <plugin
-         id="org.eclipse.ant.optional.junit"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         fragment="true"/>
-
    <plugin
-         id="org.eclipse.test"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/> -->
-	<!-- add to allow buildTests and tests to run via an Athena build; remove for uberbuilder -->
-
-   <plugin
          id="org.jboss.tools.tests"
          download-size="0"
          install-size="0"
@@ -55,76 +40,34 @@
          install-size="0"
          version="0.0.0"/>
 
-   <!-- <plugin
-         id="org.jboss.tools.common.el.core.test.source"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/> -->
-
    <plugin
          id="org.jboss.tools.common.model.test"
          download-size="0"
          install-size="0"
          version="0.0.0"/>
 
-   <!-- <plugin
-         id="org.jboss.tools.common.model.test.source"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/> -->
-
    <plugin
          id="org.jboss.tools.common.model.ui.test"
          download-size="0"
          install-size="0"
          version="0.0.0"/>
 
-   <!-- <plugin
-         id="org.jboss.tools.common.model.ui.test.source"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/> -->
-
    <plugin
          id="org.jboss.tools.common.test"
          download-size="0"
          install-size="0"
          version="0.0.0"/>
 
-   <!-- <plugin
-         id="org.jboss.tools.common.test.source"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/> -->
-
-   <!-- <plugin
-         id="org.jboss.tools.common.text.ext.test.source"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/> -->
-
    <plugin
          id="org.jboss.tools.common.verification.test"
          download-size="0"
          install-size="0"
          version="0.0.0"/>
 
-   <!-- <plugin
-         id="org.jboss.tools.common.verification.test.source"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/> -->
-
    <plugin
          id="org.jboss.tools.common.verification.ui.test"
          download-size="0"
          install-size="0"
          version="0.0.0"/>
 
-   <!-- <plugin
-         id="org.jboss.tools.common.verification.ui.test.source"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/> -->
-
 </feature>

Modified: trunk/common/features/org.jboss.tools.common.all.tests.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.tests.feature/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.all.tests.feature/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.all.tests.feature</artifactId> 
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>
\ No newline at end of file

Modified: trunk/common/features/org.jboss.tools.common.core.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.core.feature/feature.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.core.feature/feature.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.core.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.3.0.qualifier"
       provider-name="%providerName">
 
    <description url="http://www.jboss.org/tools">

Modified: trunk/common/features/org.jboss.tools.common.core.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.core.feature/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.core.feature/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.core.feature</artifactId> 
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>
\ No newline at end of file

Modified: trunk/common/features/org.jboss.tools.common.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.feature/feature.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.feature/feature.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.3.0.qualifier"
       provider-name="%providerName">
 
    <description url="http://www.jboss.org/tools">
@@ -13,21 +13,21 @@
       %copyright
    </copyright>
 
-   <license>Red Hat, Inc. licenses these features and plugins to you under
+   <license>
+      Red Hat, Inc. licenses these features and plugins to you under
 certain open source licenses (or aggregations of such licenses), which
 in a particular case may include the Eclipse Public License, the GNU
 Lesser General Public License, and/or certain other open source
 licenses. For precise licensing details, consult the corresponding
 source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
 Raleigh NC 27606 USA.
-</license>
+   </license>
+
    <requires>
-      <import feature="org.eclipse.wst.common_core.feature"
-         version="0.0.0" match="greaterOrEqual"/>
-      <import feature="org.eclipse.wst.common_ui.feature"
-         version="0.0.0" match="greaterOrEqual"/>
+      <import feature="org.eclipse.wst.common_core.feature" version="0.0.0" match="greaterOrEqual"/>
+      <import feature="org.eclipse.wst.common_ui.feature" version="0.0.0" match="greaterOrEqual"/>
    </requires>
-   
+
    <plugin
          id="org.jboss.tools.common.el.core"
          download-size="0"
@@ -51,4 +51,5 @@
          download-size="0"
          install-size="0"
          version="0.0.0"/>
+
 </feature>

Modified: trunk/common/features/org.jboss.tools.common.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.feature/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.feature/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.feature</artifactId> 
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>
\ No newline at end of file

Modified: trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.text.ext.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.3.0.qualifier"
       provider-name="%providerName">
 
    <description url="http://www.jboss.org/tools">
@@ -13,22 +13,20 @@
       %copyright
    </copyright>
 
-   <license>Red Hat, Inc. licenses these features and plugins to you under
+   <license>
+      Red Hat, Inc. licenses these features and plugins to you under
 certain open source licenses (or aggregations of such licenses), which
 in a particular case may include the Eclipse Public License, the GNU
 Lesser General Public License, and/or certain other open source
 licenses. For precise licensing details, consult the corresponding
 source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
 Raleigh NC 27606 USA.
-</license>
+   </license>
 
    <requires>
-      <import feature="org.jboss.tools.common.core.feature" 
-         version="0.0.0" match="greaterOrEqual"/>
-      <import feature="org.eclipse.wst.common_core.feature"
-         version="0.0.0" match="greaterOrEqual"/>
-      <import feature="org.eclipse.wst.common_ui.feature"
-         version="0.0.0" match="greaterOrEqual"/>
+      <import feature="org.jboss.tools.common.core.feature" version="0.0.0" match="greaterOrEqual"/>
+      <import feature="org.eclipse.wst.common_core.feature" version="0.0.0" match="greaterOrEqual"/>
+      <import feature="org.eclipse.wst.common_ui.feature" version="0.0.0" match="greaterOrEqual"/>
    </requires>
 
    <plugin

Modified: trunk/common/features/org.jboss.tools.common.text.ext.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.text.ext.feature/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.text.ext.feature/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.text.ext.feature</artifactId> 
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>
\ No newline at end of file

Modified: trunk/common/features/org.jboss.tools.common.ui.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.ui.feature/feature.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.ui.feature/feature.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.ui.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.3.0.qualifier"
       provider-name="%providerName">
 
    <description url="http://www.jboss.org/tools">

Modified: trunk/common/features/org.jboss.tools.common.ui.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.ui.feature/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/features/org.jboss.tools.common.ui.feature/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.ui.feature</artifactId> 
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>
\ No newline at end of file

Modified: trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/plugins/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF	2011-04-28 19:57:31 UTC (rev 30935)
@@ -4,7 +4,7 @@
 Bundle-Localization: plugin
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.jboss.tools.common.el.ui;singleton:=true
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
 Export-Package: org.jboss.tools.common.el.ui,
  org.jboss.tools.common.el.ui.ca
 Bundle-Activator: org.jboss.tools.common.el.ui.ElUiPlugin

Modified: trunk/common/plugins/org.jboss.tools.common.el.ui/pom.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.ui/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/plugins/org.jboss.tools.common.el.ui/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.el.ui</artifactId> 
-	<version>3.2.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>
\ No newline at end of file

Modified: trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF	2011-04-28 19:57:31 UTC (rev 30935)
@@ -83,6 +83,6 @@
  org.eclipse.wst.common.emfworkbench.integration,
  org.eclipse.core.resources;visibility:=reexport,
  org.eclipse.core.runtime;visibility:=reexport
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-ClassPath: org.jboss.tools.common.model.jar

Modified: trunk/common/plugins/org.jboss.tools.common.model/pom.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/plugins/org.jboss.tools.common.model/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.model</artifactId> 
-	<version>3.2.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>
\ No newline at end of file

Modified: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF	2011-04-28 19:57:31 UTC (rev 30935)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.jboss.tools.common.model.ui.capabilities;singleton:=true
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.2.0.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui

Modified: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -9,6 +9,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.model.ui.capabilities</artifactId> 
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.2.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>
\ No newline at end of file

Modified: trunk/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF	2011-04-28 19:57:31 UTC (rev 30935)
@@ -9,6 +9,6 @@
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.ui,
  org.jboss.tools.common
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.5

Modified: trunk/common/plugins/org.jboss.tools.common.projecttemplates/pom.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.projecttemplates/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/plugins/org.jboss.tools.common.projecttemplates/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.projecttemplates</artifactId> 
-	<version>3.2.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>
\ No newline at end of file

Modified: trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/plugins/org.jboss.tools.common.resref.core/META-INF/MANIFEST.MF	2011-04-28 19:57:31 UTC (rev 30935)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.jboss.tools.common.resref.core
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.2.0.qualifier
 Bundle-Activator: org.jboss.tools.common.resref.core.ResourceReferencePlugin
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,

Modified: trunk/common/plugins/org.jboss.tools.common.resref.core/pom.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.resref.core/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/plugins/org.jboss.tools.common.resref.core/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.resref.core</artifactId> 
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.2.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>
\ No newline at end of file

Modified: trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/tests/org.jboss.tools.common.el.core.test/META-INF/MANIFEST.MF	2011-04-28 19:57:31 UTC (rev 30935)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.jboss.tools.common.el.core.test;singleton:=true
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
 Bundle-ClassPath: .
 Bundle-Vendor: %Bundle-Vendor.0
 Export-Package: org.jboss.tools.common.el.core.test

Modified: trunk/common/tests/org.jboss.tools.common.el.core.test/pom.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.el.core.test/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/tests/org.jboss.tools.common.el.core.test/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,7 +8,7 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.el.core.test</artifactId> 
-	<version>3.2.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
 	<properties>
 		<emma.filter>org.jboss.tools.common.el.core*,org.jboss.tools.common.el.internal.core*</emma.filter>

Modified: trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF	2011-04-28 19:57:31 UTC (rev 30935)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.jboss.tools.common.model.test;singleton:=true
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
 Bundle-Vendor: %Bundle-Vendor.0
 Export-Package: org.jboss.tools.common.model.test,
  org.jboss.tools.common.model.util.test

Modified: trunk/common/tests/org.jboss.tools.common.model.test/pom.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.model.test/pom.xml	2011-04-28 19:45:32 UTC (rev 30934)
+++ trunk/common/tests/org.jboss.tools.common.model.test/pom.xml	2011-04-28 19:57:31 UTC (rev 30935)
@@ -8,7 +8,7 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.model.test</artifactId>
-	<version>3.2.0-SNAPSHOT</version>
+	<version>3.3.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>



More information about the jbosstools-commits mailing list