[jbosstools-commits] JBoss Tools SVN: r30937 - in branches/jbosstools-3.2.x/common: features/org.jboss.tools.common.all.tests.feature and 16 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Apr 28 16:02:10 EDT 2011


Author: akazakov
Date: 2011-04-28 16:02:10 -0400 (Thu, 28 Apr 2011)
New Revision: 30937

Modified:
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.feature/feature.xml
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.feature/pom.xml
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.tests.feature/feature.xml
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.tests.feature/pom.xml
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.core.feature/feature.xml
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.core.feature/pom.xml
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.feature/feature.xml
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.feature/pom.xml
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.text.ext.feature/feature.xml
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.text.ext.feature/pom.xml
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.ui.feature/feature.xml
   branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.ui.feature/pom.xml
   branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF
   branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.el.core/pom.xml
   branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF
   branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.model/pom.xml
   branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF
   branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.projecttemplates/pom.xml
   branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF
   branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/pom.xml
   branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common/META-INF/MANIFEST.MF
   branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common/pom.xml
   branches/jbosstools-3.2.x/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF
   branches/jbosstools-3.2.x/common/tests/org.jboss.tools.common.model.test/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8814

Modified: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.feature/feature.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.feature/feature.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.feature/feature.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.all.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.1.1.qualifier"
       provider-name="%featureProvider">
 
    <description>

Modified: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.feature/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.feature/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.feature/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.1.1-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>

Modified: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.tests.feature/feature.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.tests.feature/feature.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.tests.feature/feature.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.all.tests.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.1.1.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: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.tests.feature/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.tests.feature/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.all.tests.feature/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.1.1-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>

Modified: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.core.feature/feature.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.core.feature/feature.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.core.feature/feature.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.core.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.1.1.qualifier"
       provider-name="%providerName">
 
    <description url="http://www.jboss.org/tools">

Modified: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.core.feature/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.core.feature/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.core.feature/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.1.1-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>

Modified: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.feature/feature.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.feature/feature.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.feature/feature.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.1.1.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: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.feature/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.feature/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.feature/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.1.1-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>

Modified: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.text.ext.feature/feature.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.text.ext.feature/feature.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.text.ext.feature/feature.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.text.ext.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.1.1.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: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.text.ext.feature/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.text.ext.feature/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.text.ext.feature/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.1.1-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>

Modified: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.ui.feature/feature.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.ui.feature/feature.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.ui.feature/feature.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.common.ui.feature"
       label="%featureName"
-      version="3.1.0.qualifier"
+      version="3.1.1.qualifier"
       provider-name="%providerName">
 
    <description url="http://www.jboss.org/tools">

Modified: branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.ui.feature/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.ui.feature/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/features/org.jboss.tools.common.ui.feature/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.1.1-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 </project>

Modified: branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common/META-INF/MANIFEST.MF	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common/META-INF/MANIFEST.MF	2011-04-28 20:02:10 UTC (rev 30937)
@@ -28,7 +28,7 @@
  org.eclipse.ui.workbench.texteditor,
  org.eclipse.jface.text,
  org.apache.commons.httpclient
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-ManifestVersion: 2
 Bundle-RequiredExecutionEnvironment: J2SE-1.5

Modified: branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common</artifactId> 
-	<version>3.2.0-SNAPSHOT</version>
+	<version>3.2.1-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>

Modified: branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF	2011-04-28 20:02:10 UTC (rev 30937)
@@ -5,7 +5,7 @@
 Bundle-Localization: plugin
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.jboss.tools.common.el.core;singleton:=true
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
 Export-Package: org.jboss.tools.common.el.core,
  org.jboss.tools.common.el.core.ca,
  org.jboss.tools.common.el.core.ca.preferences,

Modified: branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.el.core/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.el.core/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.el.core/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.el.core</artifactId> 
-	<version>3.2.0-SNAPSHOT</version>
+	<version>3.2.1-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>

Modified: branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.2.1.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-ClassPath: org.jboss.tools.common.model.jar

Modified: branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.model/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.model/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.model/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.2.1-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>

Modified: branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.projecttemplates/META-INF/MANIFEST.MF	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.2.1.qualifier
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.5

Modified: branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.projecttemplates/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.projecttemplates/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.projecttemplates/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.2.1-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>

Modified: branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/META-INF/MANIFEST.MF	2011-04-28 20:02:10 UTC (rev 30937)
@@ -7,7 +7,7 @@
  org.jboss.tools.common.text.ext.hyperlink.xpl,
  org.jboss.tools.common.text.ext.util,
  org.jboss.tools.common.text.ext.util.xpl
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
 Bundle-Name: %Bundle-Name.0
 Bundle-ManifestVersion: 2
 Bundle-Vendor: %providerName

Modified: branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/plugins/org.jboss.tools.common.text.ext/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -8,6 +8,6 @@
 	</parent>
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>org.jboss.tools.common.text.ext</artifactId> 
-	<version>3.2.0-SNAPSHOT</version>
+	<version>3.2.1-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 </project>

Modified: branches/jbosstools-3.2.x/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.2.1.qualifier
 Bundle-Vendor: %Bundle-Vendor.0
 Export-Package: org.jboss.tools.common.model.test,
  org.jboss.tools.common.model.util.test

Modified: branches/jbosstools-3.2.x/common/tests/org.jboss.tools.common.model.test/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/common/tests/org.jboss.tools.common.model.test/pom.xml	2011-04-28 19:59:18 UTC (rev 30936)
+++ branches/jbosstools-3.2.x/common/tests/org.jboss.tools.common.model.test/pom.xml	2011-04-28 20:02:10 UTC (rev 30937)
@@ -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.2.1-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>



More information about the jbosstools-commits mailing list