Author: akazakov
Date: 2011-04-28 19:01:42 -0400 (Thu, 28 Apr 2011)
New Revision: 30950
Modified:
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.feature/feature.xml
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.feature/pom.xml
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.test.feature/
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.web.tiles.feature/feature.xml
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.css/pom.xml
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.text.ext/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.tiles.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web/pom.xml
branches/jbosstools-3.2.x/jst/tests/org.jboss.tools.jst.web.kb.test/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8814
Modified: branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.feature/feature.xml
===================================================================
---
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.feature/feature.xml 2011-04-28
22:55:19 UTC (rev 30949)
+++
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.feature/feature.xml 2011-04-28
23:01:42 UTC (rev 30950)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jst.feature"
label="%featureName"
- version="3.1.0.qualifier">
+ version="3.1.1.qualifier">
<description
url="http://www.jboss.org/tools">
%description
@@ -12,16 +12,16 @@
%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>
-
<plugin
id="org.jboss.tools.jst.web"
download-size="0"
@@ -57,20 +57,20 @@
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false" />
+ unpack="false"/>
<plugin
id="org.jboss.tools.jst.text.ext"
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false" />
+ unpack="false"/>
- <plugin
+ <plugin
id="org.jboss.tools.jst.css"
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false" />
+ unpack="false"/>
</feature>
Modified: branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.feature/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.feature/pom.xml 2011-04-28
22:55:19 UTC (rev 30949)
+++ branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.feature/pom.xml 2011-04-28
23:01:42 UTC (rev 30950)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jst.features</groupId>
<artifactId>org.jboss.tools.jst.feature</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Property changes on:
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
Modified:
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.web.tiles.feature/feature.xml
===================================================================
---
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.web.tiles.feature/feature.xml 2011-04-28
22:55:19 UTC (rev 30949)
+++
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.web.tiles.feature/feature.xml 2011-04-28
23:01:42 UTC (rev 30950)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jst.web.tiles.feature"
label="%featureName"
- version="3.1.0.qualifier">
+ version="3.1.1.qualifier">
<description
url="http://www.jboss.org/tools">
%description
Modified:
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml
===================================================================
---
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml 2011-04-28
22:55:19 UTC (rev 30949)
+++
branches/jbosstools-3.2.x/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml 2011-04-28
23:01:42 UTC (rev 30950)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jst.features</groupId>
<artifactId>org.jboss.tools.jst.web.tiles.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/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF 2011-04-28
22:55:19 UTC (rev 30949)
+++
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF 2011-04-28
23:01:42 UTC (rev 30950)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.jboss.tools.jst.css;singleton:=true
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
Bundle-Activator: org.jboss.tools.jst.css.CSSPlugin
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Modified: branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.css/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.css/pom.xml 2011-04-28
22:55:19 UTC (rev 30949)
+++ branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.css/pom.xml 2011-04-28
23:01:42 UTC (rev 30950)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.css</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified:
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.text.ext/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.text.ext/META-INF/MANIFEST.MF 2011-04-28
22:55:19 UTC (rev 30949)
+++
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.text.ext/META-INF/MANIFEST.MF 2011-04-28
23:01:42 UTC (rev 30950)
@@ -5,7 +5,7 @@
org.jboss.tools.jst.text.ext.hyperlink,
org.jboss.tools.jst.text.ext.hyperlink.jsp,
org.jboss.tools.jst.text.ext.util
-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/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml 2011-04-28
22:55:19 UTC (rev 30949)
+++ branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml 2011-04-28
23:01:42 UTC (rev 30950)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.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/jst/plugins/org.jboss.tools.jst.web/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web/META-INF/MANIFEST.MF 2011-04-28
22:55:19 UTC (rev 30949)
+++
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web/META-INF/MANIFEST.MF 2011-04-28
23:01:42 UTC (rev 30950)
@@ -22,7 +22,7 @@
org.eclipse.jst.jsp.core,
org.eclipse.jst.j2ee.core;bundle-version="1.1.300",
org.eclipse.wst.common.project.facet.core;bundle-version="1.4.0"
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
Export-Package:
org.jboss.tools.jst.web,
org.jboss.tools.jst.web.browser,
Modified: branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web/pom.xml 2011-04-28
22:55:19 UTC (rev 30949)
+++ branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web/pom.xml 2011-04-28
23:01:42 UTC (rev 30950)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.web</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified:
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/META-INF/MANIFEST.MF 2011-04-28
22:55:19 UTC (rev 30949)
+++
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/META-INF/MANIFEST.MF 2011-04-28
23:01:42 UTC (rev 30950)
@@ -3,7 +3,7 @@
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jst.web.kb;singleton:=true
Bundle-Localization: plugin
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
Bundle-Activator: org.jboss.tools.jst.web.kb.WebKbPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Modified: branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml 2011-04-28
22:55:19 UTC (rev 30949)
+++ branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml 2011-04-28
23:01:42 UTC (rev 30950)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.web.kb</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified:
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.tiles.ui/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.tiles.ui/META-INF/MANIFEST.MF 2011-04-28
22:55:19 UTC (rev 30949)
+++
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.tiles.ui/META-INF/MANIFEST.MF 2011-04-28
23:01:42 UTC (rev 30950)
@@ -47,5 +47,5 @@
org.eclipse.core.runtime,
org.eclipse.gef,
org.eclipse.core.expressions
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml
===================================================================
---
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml 2011-04-28
22:55:19 UTC (rev 30949)
+++
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml 2011-04-28
23:01:42 UTC (rev 30950)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.web.tiles.ui</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified:
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.ui/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.ui/META-INF/MANIFEST.MF 2011-04-28
22:55:19 UTC (rev 30949)
+++
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.ui/META-INF/MANIFEST.MF 2011-04-28
23:01:42 UTC (rev 30950)
@@ -49,6 +49,6 @@
org.jboss.tools.jst.web.kb,
org.eclipse.ui.forms,
org.jboss.tools.common.el.ui
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Modified: branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml 2011-04-28
22:55:19 UTC (rev 30949)
+++ branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml 2011-04-28
23:01:42 UTC (rev 30950)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.web.ui</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified:
branches/jbosstools-3.2.x/jst/tests/org.jboss.tools.jst.web.kb.test/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.2.x/jst/tests/org.jboss.tools.jst.web.kb.test/META-INF/MANIFEST.MF 2011-04-28
22:55:19 UTC (rev 30949)
+++
branches/jbosstools-3.2.x/jst/tests/org.jboss.tools.jst.web.kb.test/META-INF/MANIFEST.MF 2011-04-28
23:01:42 UTC (rev 30950)
@@ -3,7 +3,7 @@
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jst.web.kb.test;singleton:=true
Bundle-Localization: plugin
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
Modified: branches/jbosstools-3.2.x/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml 2011-04-28
22:55:19 UTC (rev 30949)
+++ branches/jbosstools-3.2.x/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml 2011-04-28
23:01:42 UTC (rev 30950)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.web.kb.test</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>