Author: akazakov
Date: 2011-04-28 18:55:19 -0400 (Thu, 28 Apr 2011)
New Revision: 30949
Modified:
trunk/jst/features/org.jboss.tools.jst.feature/feature.xml
trunk/jst/features/org.jboss.tools.jst.feature/pom.xml
trunk/jst/features/org.jboss.tools.jst.test.feature/
trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml
trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/feature.xml
trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF
trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.jsp.base.test/META-INF/MANIFEST.MF
trunk/jst/plugins/org.jboss.tools.jst.jsp.base.test/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/META-INF/MANIFEST.MF
trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.web.ui/META-INF/MANIFEST.MF
trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml
trunk/jst/plugins/org.jboss.tools.jst.web/META-INF/MANIFEST.MF
trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml
trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8815
Modified: trunk/jst/features/org.jboss.tools.jst.feature/feature.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.feature/feature.xml 2011-04-28 22:50:46 UTC
(rev 30948)
+++ trunk/jst/features/org.jboss.tools.jst.feature/feature.xml 2011-04-28 22:55:19 UTC
(rev 30949)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jst.feature"
label="%featureName"
- version="3.1.0.qualifier">
+ version="3.3.0.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: trunk/jst/features/org.jboss.tools.jst.feature/pom.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.feature/pom.xml 2011-04-28 22:50:46 UTC (rev
30948)
+++ trunk/jst/features/org.jboss.tools.jst.feature/pom.xml 2011-04-28 22:55:19 UTC (rev
30949)
@@ -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.3.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Property changes on: trunk/jst/features/org.jboss.tools.jst.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
Modified: trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml 2011-04-28 22:50:46
UTC (rev 30948)
+++ trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml 2011-04-28 22:55:19
UTC (rev 30949)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jst.test.feature"
label="JST Test Feature"
- version="1.0.0.qualifier"
+ version="1.1.0.qualifier"
provider-name="JBoss by RedHat">
<description
url="http://www.example.com/description">
Modified: trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/feature.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/feature.xml 2011-04-28
22:50:46 UTC (rev 30948)
+++ trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/feature.xml 2011-04-28
22:55:19 UTC (rev 30949)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jst.web.tiles.feature"
label="%featureName"
- version="3.1.0.qualifier">
+ version="3.3.0.qualifier">
<description
url="http://www.jboss.org/tools">
%description
Modified: trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml 2011-04-28 22:50:46
UTC (rev 30948)
+++ trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml 2011-04-28 22:55:19
UTC (rev 30949)
@@ -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.3.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
Modified: trunk/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF 2011-04-28 22:50:46 UTC
(rev 30948)
+++ trunk/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF 2011-04-28 22:55:19 UTC
(rev 30949)
@@ -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.3.0.qualifier
Bundle-Activator: org.jboss.tools.jst.css.CSSPlugin
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Modified: trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml 2011-04-28 22:50:46 UTC (rev 30948)
+++ trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml 2011-04-28 22:55:19 UTC (rev 30949)
@@ -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.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp.base.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp.base.test/META-INF/MANIFEST.MF 2011-04-28
22:50:46 UTC (rev 30948)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp.base.test/META-INF/MANIFEST.MF 2011-04-28
22:55:19 UTC (rev 30949)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Base Classes for JSP Editor Related Tests
Bundle-SymbolicName: org.jboss.tools.jst.jsp.base.test
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jface;bundle-version="3.6.0",
org.eclipse.core.resources;bundle-version="3.6.0",
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp.base.test/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp.base.test/pom.xml 2011-04-28 22:50:46 UTC
(rev 30948)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp.base.test/pom.xml 2011-04-28 22:55:19 UTC
(rev 30949)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.base.test</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/META-INF/MANIFEST.MF 2011-04-28 22:50:46 UTC
(rev 30948)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/META-INF/MANIFEST.MF 2011-04-28 22:55:19 UTC
(rev 30949)
@@ -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.3.0.qualifier
Export-Package:
org.jboss.tools.jst.web,
org.jboss.tools.jst.web.browser,
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml 2011-04-28 22:50:46 UTC (rev 30948)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml 2011-04-28 22:55:19 UTC (rev 30949)
@@ -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.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/META-INF/MANIFEST.MF 2011-04-28
22:50:46 UTC (rev 30948)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/META-INF/MANIFEST.MF 2011-04-28
22:55:19 UTC (rev 30949)
@@ -47,5 +47,5 @@
org.eclipse.core.runtime,
org.eclipse.gef,
org.eclipse.core.expressions
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml 2011-04-28 22:50:46 UTC
(rev 30948)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml 2011-04-28 22:55:19 UTC
(rev 30949)
@@ -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.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/META-INF/MANIFEST.MF 2011-04-28 22:50:46
UTC (rev 30948)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/META-INF/MANIFEST.MF 2011-04-28 22:55:19
UTC (rev 30949)
@@ -48,6 +48,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.3.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml 2011-04-28 22:50:46 UTC (rev
30948)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml 2011-04-28 22:55:19 UTC (rev
30949)
@@ -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.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
\ No newline at end of file
Modified: trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF 2011-04-28 22:50:46
UTC (rev 30948)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/META-INF/MANIFEST.MF 2011-04-28 22:55:19
UTC (rev 30949)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jst.jsp.test
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
Require-Bundle: org.junit,
org.jboss.tools.tests,
org.eclipse.core.resources,
Modified: trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml 2011-04-28 22:50:46 UTC (rev
30948)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml 2011-04-28 22:55:19 UTC (rev
30949)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.jsp.test</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>