JBoss Tools SVN: r30950 - in branches/jbosstools-3.2.x/jst: features/org.jboss.tools.jst.test.feature and 15 other directories.
by jbosstools-commits@lists.jboss.org
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>
13 years, 8 months
JBoss Tools SVN: r30949 - in trunk/jst: features/org.jboss.tools.jst.test.feature and 13 other directories.
by jbosstools-commits@lists.jboss.org
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>
13 years, 8 months
JBoss Tools SVN: r30948 - in trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test: projects/CDIConfigTest/lib and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2011-04-28 18:50:46 -0400 (Thu, 28 Apr 2011)
New Revision: 30948
Added:
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/lib/jboss-interceptor-api.jar
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/MyInterceptorBinding.java
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeInterceptorBinding.java
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeQualifier.java
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeStereotype.java
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/.classpath
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/META-INF/beans.xml
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/src/org/jboss/tools/cdi/seam/config/core/test/SeamDefinitionsTest.java
Log:
JBIDE-3120
https://issues.jboss.org/browse/JBIDE-3120
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/.classpath
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/.classpath 2011-04-28 22:50:02 UTC (rev 30947)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/.classpath 2011-04-28 22:50:46 UTC (rev 30948)
@@ -6,5 +6,6 @@
<classpathentry kind="lib" path="lib/javax.inject.jar"/>
<classpathentry kind="lib" path="lib/seam-config-xml.jar"/>
<classpathentry kind="lib" path="lib/seam-solder.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-interceptor-api.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/lib/jboss-interceptor-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/lib/jboss-interceptor-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/META-INF/beans.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/META-INF/beans.xml 2011-04-28 22:50:02 UTC (rev 30947)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/META-INF/beans.xml 2011-04-28 22:50:46 UTC (rev 30948)
@@ -10,11 +10,13 @@
xmlns:test605="urn:java:org.jboss.test605"
xmlns:test606="urn:java:org.jboss.test606"
xmlns:test607="urn:java:org.jboss.test607"
+ xmlns:test608="urn:java:org.jboss.test608"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://jboss.org/schema/cdi/beans_1_0.xsd">
<config:MyAnnotation>
<s:Qualifier1/>
</config:MyAnnotation>
+<!-- 6.2. Adding, replacing and modifying beans -->
<test602:Report>
<s:modifies/>
<test602:NewQualifier/>
@@ -25,6 +27,7 @@
<test602:NewQualifier/>
</test602:ReportDatasource>
+<!-- 6.3. Applying annotations using XML -->
<test603:QualifiedBean1>
<test603:OtherQualifier value1="AA" value2="1">false</test603:OtherQualifier>
</test603:QualifiedBean1>
@@ -33,12 +36,14 @@
<test603:OtherQualifier value1="BB" value2="2" value="true" />
</test603:QualifiedBean2>
+<!-- 6.4. Configuring Fields -->
<test6041:RobotFactory>
<test6041:robot>
<s:Produces/>
</test6041:robot>
</test6041:RobotFactory>
+<!-- 6.4.1. Initial Field Values -->
<test6041:MyBean>
<test6041:SomeQualifier/>
<test6041:company>Red Hat Inc</test6041:company>
@@ -66,6 +71,7 @@
</test6041:stringArrayField>
</test6041:ArrayFieldValue>
+<!-- 6.4.2. Inline Bean Declarations -->
<test6042:Knight>
<test6042:sword>
<s:value>
@@ -86,6 +92,7 @@
</test6042:horse>
</test6042:Knight>
+<!-- 6.5. Configuring methods -->
<test605:MethodBean>
<test605:doStuff>
<s:Produces/>
@@ -121,6 +128,7 @@
</test605:method>
</test605:MethodBean2>
+<!-- 6.6. Configuring the bean constructor -->
<test606:MyBean>
<s:parameters>
<s:Integer>
@@ -129,6 +137,7 @@
</s:parameters>
</test606:MyBean>
+<!-- 6.7. Overriding the type of an injection point -->
<test607:SomeBean>
<test607:someField>
<s:Inject/>
@@ -136,4 +145,26 @@
</test607:someField>
</test607:SomeBean>
+<!-- 6.8. Configuring Meta Annotations -->
+<test608:SomeStereotype>
+ <s:Stereotype/>
+ <test608:MyInterceptorBinding/>
+ <s:Named/>
+</test608:SomeStereotype>
+
+<test608:SomeQualifier>
+ <s:Qualifier/>
+</test608:SomeQualifier>
+
+<test608:SomeInterceptorBinding>
+ <s:InterceptorBinding/>
+</test608:SomeInterceptorBinding>
+
+<!-- 6.9. Virtual Producer Fields -->
+<s:String>
+ <s:Produces/>
+ <test606:MyQualifier />
+ <s:value>Version 1.23</s:value>
+</s:String>
+
</beans>
Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/MyInterceptorBinding.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/MyInterceptorBinding.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/MyInterceptorBinding.java 2011-04-28 22:50:46 UTC (rev 30948)
@@ -0,0 +1,21 @@
+package org.jboss.test608;
+
+import java.lang.annotation.Documented;
+import java.lang.annotation.Inherited;
+import java.lang.annotation.Retention;
+import java.lang.annotation.Target;
+
+import javax.interceptor.InterceptorBinding;
+
+import static java.lang.annotation.ElementType.METHOD;
+import static java.lang.annotation.ElementType.TYPE;
+import static java.lang.annotation.RetentionPolicy.RUNTIME;
+
+@InterceptorBinding
+@Inherited
+@Target({ TYPE, METHOD })
+@Retention(RUNTIME)
+@Documented
+public @interface MyInterceptorBinding {
+
+}
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/MyInterceptorBinding.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeInterceptorBinding.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeInterceptorBinding.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeInterceptorBinding.java 2011-04-28 22:50:46 UTC (rev 30948)
@@ -0,0 +1,18 @@
+package org.jboss.test608;
+
+import java.lang.annotation.Documented;
+import java.lang.annotation.Inherited;
+import java.lang.annotation.Retention;
+import java.lang.annotation.Target;
+
+import static java.lang.annotation.ElementType.METHOD;
+import static java.lang.annotation.ElementType.TYPE;
+import static java.lang.annotation.RetentionPolicy.RUNTIME;
+
+@Inherited
+@Target({ TYPE, METHOD })
+@Retention(RUNTIME)
+@Documented
+public @interface SomeInterceptorBinding {
+
+}
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeInterceptorBinding.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeQualifier.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeQualifier.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeQualifier.java 2011-04-28 22:50:46 UTC (rev 30948)
@@ -0,0 +1,18 @@
+package org.jboss.test608;
+
+import java.lang.annotation.Documented;
+import java.lang.annotation.Retention;
+import java.lang.annotation.Target;
+
+import static java.lang.annotation.ElementType.FIELD;
+import static java.lang.annotation.ElementType.METHOD;
+import static java.lang.annotation.ElementType.PARAMETER;
+import static java.lang.annotation.ElementType.TYPE;
+import static java.lang.annotation.RetentionPolicy.RUNTIME;
+
+@Target({ TYPE, METHOD, PARAMETER, FIELD })
+@Retention(RUNTIME)
+@Documented
+public @interface SomeQualifier {
+
+}
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeQualifier.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeStereotype.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeStereotype.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeStereotype.java 2011-04-28 22:50:46 UTC (rev 30948)
@@ -0,0 +1,17 @@
+package org.jboss.test608;
+
+import java.lang.annotation.Documented;
+import java.lang.annotation.Retention;
+import java.lang.annotation.Target;
+
+import static java.lang.annotation.ElementType.FIELD;
+import static java.lang.annotation.ElementType.METHOD;
+import static java.lang.annotation.ElementType.TYPE;
+import static java.lang.annotation.RetentionPolicy.RUNTIME;
+
+@Target({ TYPE, METHOD, FIELD })
+@Retention(RUNTIME)
+@Documented
+public @interface SomeStereotype {
+
+}
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigTest/src/org/jboss/test608/SomeStereotype.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/src/org/jboss/tools/cdi/seam/config/core/test/SeamDefinitionsTest.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/src/org/jboss/tools/cdi/seam/config/core/test/SeamDefinitionsTest.java 2011-04-28 22:50:02 UTC (rev 30947)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/src/org/jboss/tools/cdi/seam/config/core/test/SeamDefinitionsTest.java 2011-04-28 22:50:46 UTC (rev 30948)
@@ -21,10 +21,14 @@
import org.eclipse.core.runtime.CoreException;
import org.eclipse.jdt.core.IMemberValuePair;
import org.eclipse.jdt.core.IMethod;
+import org.eclipse.jdt.core.IType;
import org.jboss.tools.cdi.core.CDIConstants;
import org.jboss.tools.cdi.core.CDICorePlugin;
import org.jboss.tools.cdi.core.ICDIProject;
+import org.jboss.tools.cdi.core.IInterceptorBinding;
import org.jboss.tools.cdi.core.IJavaAnnotation;
+import org.jboss.tools.cdi.core.IQualifier;
+import org.jboss.tools.cdi.core.IStereotype;
import org.jboss.tools.cdi.core.extension.feature.IBuildParticipantFeature;
import org.jboss.tools.cdi.seam.config.core.CDISeamConfigConstants;
import org.jboss.tools.cdi.seam.config.core.CDISeamConfigExtension;
@@ -34,6 +38,7 @@
import org.jboss.tools.cdi.seam.config.core.definition.SeamFieldDefinition;
import org.jboss.tools.cdi.seam.config.core.definition.SeamMethodDefinition;
import org.jboss.tools.cdi.seam.config.core.definition.SeamParameterDefinition;
+import org.jboss.tools.cdi.seam.config.core.definition.SeamVirtualFieldDefinition;
import org.jboss.tools.cdi.seam.solder.core.CDISeamSolderConstants;
import org.jboss.tools.common.text.ITextSourceReference;
@@ -395,8 +400,12 @@
}
/**
- *
- * @throws CoreException
+<test607:SomeBean>
+ <test607:someField>
+ <s:Inject/>
+ <s:Exact>org.jboss.test607.MyInterface</s:Exact>
+ </test607:someField>
+</test607:SomeBean>
*/
public void testOverridingTypeOfAnInjectionPoint() throws CoreException {
ICDIProject cdi = CDICorePlugin.getCDIProject(project, true);
@@ -418,4 +427,63 @@
}
+ public void testConfiguringMetaAnnotations() {
+ ICDIProject cdi = CDICorePlugin.getCDIProject(project, true);
+ ConfigDefinitionContext context = (ConfigDefinitionContext)getConfigExtension(cdi).getContext();
+ SeamBeansDefinition d = getBeansDefinition(context, "src/META-INF/beans.xml");
+
+ /*
+<test608:SomeQualifier>
+ <s:Qualifier/>
+</test608:SomeQualifier>
+ */
+ context.getRootContext().getAnnotation("org.jboss.test608.SomeQualifier");
+ IQualifier q = cdi.getQualifier("org.jboss.test608.SomeQualifier");
+ assertNotNull(q);
+
+ /*
+<test608:SomeInterceptorBinding>
+ <s:InterceptorBinding/>
+</test608:SomeInterceptorBinding>
+ */
+ IInterceptorBinding b = cdi.getInterceptorBinding("org.jboss.test608.SomeInterceptorBinding");
+ assertNotNull(b);
+
+ /*
+<test608:SomeStereotype>
+ <s:Stereotype/>
+ <test608:MyInterceptorBinding/>
+ <s:Named/>
+</test608:SomeStereotype>
+ */
+ IStereotype s = cdi.getStereotype("org.jboss.test608.SomeStereotype");
+ assertNotNull(s);
+ assertNotNull(s.getAnnotation(CDIConstants.NAMED_QUALIFIER_TYPE_NAME));
+ Set<IInterceptorBinding> bs = s.getInterceptorBindings();
+ assertEquals(1, bs.size());
+
+ }
+
+ public void testVirtualProducerField() {
+ ICDIProject cdi = CDICorePlugin.getCDIProject(project, true);
+ ConfigDefinitionContext context = (ConfigDefinitionContext)getConfigExtension(cdi).getContext();
+ SeamBeansDefinition d = getBeansDefinition(context, "src/META-INF/beans.xml");
+
+ Set<SeamVirtualFieldDefinition> fs = d.getVirtualFieldDefinitions();
+ assertFalse(fs.isEmpty());
+ SeamVirtualFieldDefinition f = findVirtualField(fs, "java.lang.String", "org.jboss.test606.MyQualifier");
+ assertNotNull(f);
+ assertNotNull(f.getAnnotation(CDIConstants.PRODUCES_ANNOTATION_TYPE_NAME));
+ assertEquals("Version 1.23", f.getValue());
+
+ }
+
+ private SeamVirtualFieldDefinition findVirtualField(Set<SeamVirtualFieldDefinition> fs, String typeName, String qualifier) {
+ for (SeamVirtualFieldDefinition f: fs) {
+ IType t = f.getType();
+ if(typeName.equals(t.getFullyQualifiedName()) && f.getAnnotation(qualifier) != null) return f;
+ }
+ return null;
+ }
+
}
13 years, 8 months
JBoss Tools SVN: r30947 - in trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core: scanner and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2011-04-28 18:50:02 -0400 (Thu, 28 Apr 2011)
New Revision: 30947
Added:
trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/AbstractSeamFieldDefinition.java
trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamVirtualFieldDefinition.java
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamBeansDefinition.java
trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamFieldDefinition.java
trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/scanner/SeamDefinitionBuilder.java
trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/util/Util.java
Log:
JBIDE-8813
https://issues.jboss.org/browse/JBIDE-8813
Added: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/AbstractSeamFieldDefinition.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/AbstractSeamFieldDefinition.java (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/AbstractSeamFieldDefinition.java 2011-04-28 22:50:02 UTC (rev 30947)
@@ -0,0 +1,64 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+package org.jboss.tools.cdi.seam.config.core.definition;
+
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+import org.eclipse.jdt.core.IField;
+import org.jboss.tools.cdi.seam.config.core.scanner.SAXAttribute;
+import org.jboss.tools.cdi.seam.config.core.scanner.SAXElement;
+import org.jboss.tools.cdi.seam.config.core.scanner.SAXText;
+
+/**
+ *
+ * @author Viacheslav Kabanovich
+ *
+ */
+public class AbstractSeamFieldDefinition extends SeamMemberDefinition {
+ protected List<SAXText> listValue = null;
+ protected Map<SAXText, SAXText> mapValue = null;
+
+ public AbstractSeamFieldDefinition() {}
+
+ public String getValue() {
+ return listValue == null || listValue.size() == 0 ? null : listValue.get(0).getValue();
+ }
+
+ public void addValue(SAXText value) {
+ if(listValue == null) listValue = new ArrayList<SAXText>();
+ listValue.add(value);
+ }
+
+ public List<String> getListValue() {
+ List<String> result = new ArrayList<String>();
+ if(listValue != null) for (SAXText t: listValue) {
+ result.add(t.getValue());
+ }
+ return result;
+ }
+
+ public void addValue(SAXText key, SAXText value) {
+ if(mapValue == null) mapValue = new HashMap<SAXText, SAXText>();
+ mapValue.put(key, value);
+ }
+
+ public Map<String, String> getMapValue() {
+ Map<String, String> result = new HashMap<String, String>();
+ if(mapValue != null) for (SAXText t: mapValue.keySet()) {
+ result.put(t.getValue(), mapValue.get(t).getValue());
+ }
+ return result;
+ }
+
+}
Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/AbstractSeamFieldDefinition.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamBeansDefinition.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamBeansDefinition.java 2011-04-28 20:47:47 UTC (rev 30946)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamBeansDefinition.java 2011-04-28 22:50:02 UTC (rev 30947)
@@ -26,6 +26,7 @@
Map<SAXNode, String> unresolvedNodes = new HashMap<SAXNode, String>();
Set<SeamBeanDefinition> beanDefinitions = new HashSet<SeamBeanDefinition>();
+ Set<SeamVirtualFieldDefinition> virtualFieldDefinitions = new HashSet<SeamVirtualFieldDefinition>();
public SeamBeansDefinition() {}
@@ -45,4 +46,12 @@
return beanDefinitions;
}
+ public void addVirtualField(SeamVirtualFieldDefinition def) {
+ virtualFieldDefinitions.add(def);
+ }
+
+ public Set<SeamVirtualFieldDefinition> getVirtualFieldDefinitions() {
+ return virtualFieldDefinitions;
+ }
+
}
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamFieldDefinition.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamFieldDefinition.java 2011-04-28 20:47:47 UTC (rev 30946)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamFieldDefinition.java 2011-04-28 22:50:02 UTC (rev 30947)
@@ -10,33 +10,28 @@
******************************************************************************/
package org.jboss.tools.cdi.seam.config.core.definition;
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
import org.eclipse.jdt.core.IField;
import org.jboss.tools.cdi.seam.config.core.scanner.SAXAttribute;
import org.jboss.tools.cdi.seam.config.core.scanner.SAXElement;
-import org.jboss.tools.cdi.seam.config.core.scanner.SAXText;
/**
*
* @author Viacheslav Kabanovich
*
*/
-public class SeamFieldDefinition extends SeamMemberDefinition {
+public class SeamFieldDefinition extends AbstractSeamFieldDefinition {
protected IField field;
- protected List<SAXText> listValue = null;
- protected Map<SAXText, SAXText> mapValue = null;
-
public SeamFieldDefinition() {}
public void setField(IField field) {
this.field = field;
}
+ public IField getField() {
+ return field;
+ }
+
public String getName() {
if(field != null) return field.getElementName();
if(getNode() instanceof SAXElement) return ((SAXElement)getNode()).getLocalName();
@@ -44,34 +39,4 @@
return null;
}
- public String getValue() {
- return listValue == null || listValue.size() == 0 ? null : listValue.get(0).getValue();
- }
-
- public void addValue(SAXText value) {
- if(listValue == null) listValue = new ArrayList<SAXText>();
- listValue.add(value);
- }
-
- public List<String> getListValue() {
- List<String> result = new ArrayList<String>();
- if(listValue != null) for (SAXText t: listValue) {
- result.add(t.getValue());
- }
- return result;
- }
-
- public void addValue(SAXText key, SAXText value) {
- if(mapValue == null) mapValue = new HashMap<SAXText, SAXText>();
- mapValue.put(key, value);
- }
-
- public Map<String, String> getMapValue() {
- Map<String, String> result = new HashMap<String, String>();
- if(mapValue != null) for (SAXText t: mapValue.keySet()) {
- result.put(t.getValue(), mapValue.get(t).getValue());
- }
- return result;
- }
-
}
Added: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamVirtualFieldDefinition.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamVirtualFieldDefinition.java (rev 0)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamVirtualFieldDefinition.java 2011-04-28 22:50:02 UTC (rev 30947)
@@ -0,0 +1,36 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+package org.jboss.tools.cdi.seam.config.core.definition;
+
+import org.eclipse.jdt.core.IField;
+import org.eclipse.jdt.core.IType;
+import org.jboss.tools.cdi.seam.config.core.scanner.SAXAttribute;
+import org.jboss.tools.cdi.seam.config.core.scanner.SAXElement;
+
+/**
+ *
+ * @author Viacheslav Kabanovich
+ *
+ */
+public class SeamVirtualFieldDefinition extends AbstractSeamFieldDefinition {
+ protected IType returnType;
+
+ public SeamVirtualFieldDefinition() {}
+
+ public void setType(IType returnType) {
+ this.returnType = returnType;
+ }
+
+ public IType getType() {
+ return returnType;
+ }
+
+}
Property changes on: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/definition/SeamVirtualFieldDefinition.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/scanner/SeamDefinitionBuilder.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/scanner/SeamDefinitionBuilder.java 2011-04-28 20:47:47 UTC (rev 30946)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/scanner/SeamDefinitionBuilder.java 2011-04-28 22:50:02 UTC (rev 30947)
@@ -30,11 +30,13 @@
import org.jboss.tools.cdi.seam.config.core.CDISeamConfigConstants;
import org.jboss.tools.cdi.seam.config.core.CDISeamConfigCorePlugin;
import org.jboss.tools.cdi.seam.config.core.ConfigDefinitionContext;
+import org.jboss.tools.cdi.seam.config.core.definition.AbstractSeamFieldDefinition;
import org.jboss.tools.cdi.seam.config.core.definition.SeamBeanDefinition;
import org.jboss.tools.cdi.seam.config.core.definition.SeamBeansDefinition;
import org.jboss.tools.cdi.seam.config.core.definition.SeamFieldDefinition;
import org.jboss.tools.cdi.seam.config.core.definition.SeamMethodDefinition;
import org.jboss.tools.cdi.seam.config.core.definition.SeamParameterDefinition;
+import org.jboss.tools.cdi.seam.config.core.definition.SeamVirtualFieldDefinition;
import org.jboss.tools.cdi.seam.config.core.util.Util;
/**
@@ -88,6 +90,12 @@
if(typeCheck.isCorrupted) return;
if(typeCheck.isAnnotation) {
scanAnnotation(element, type);
+ } else if(Util.hasProducesChild(element)) {
+ SeamVirtualFieldDefinition f = scanVirtualProducerField(element);
+ if(f != null) {
+ result.addVirtualField(f);
+ }
+
} else {
scanBean(element, type, false);
}
@@ -169,10 +177,28 @@
return def;
}
+ private SeamVirtualFieldDefinition scanVirtualProducerField(SAXElement element) {
+ SeamVirtualFieldDefinition def = new SeamVirtualFieldDefinition();
+ def.setNode(element);
+ IType type = Util.resolveType(element, project);
+ if(type == null) {
+ result.addUnresolvedNode(element, CDISeamConfigConstants.ERROR_UNRESOLVED_TYPE);
+ return null;
+ }
+ def.setType(type);
+ scanFieldContent(def, element);
+ return def;
+ }
+
private SeamFieldDefinition scanField(SAXElement element, IField field) {
SeamFieldDefinition def = new SeamFieldDefinition();
def.setNode(element);
def.setField(field);
+ scanFieldContent(def, element);
+ return def;
+ }
+
+ private void scanFieldContent(AbstractSeamFieldDefinition def, SAXElement element) {
if(Util.hasText(element)) {
def.addValue(element.getTextNode());
}
@@ -198,8 +224,7 @@
}
}
- return def;
- }
+ }
private SeamFieldDefinition scanField(SAXAttribute a, IField field) {
SeamFieldDefinition def = new SeamFieldDefinition();
@@ -213,7 +238,7 @@
* Scan field value for inline bean declarations.
* @param element
*/
- private void scanFieldValue(SeamFieldDefinition def, SAXElement element) {
+ private void scanFieldValue(AbstractSeamFieldDefinition def, SAXElement element) {
if(!Util.isConfigRelevant(element)) return;
List<SAXElement> es = element.getChildElements();
for (SAXElement c: es) {
@@ -235,7 +260,7 @@
}
}
- private void scanEntry(SeamFieldDefinition def, SAXElement element) {
+ private void scanEntry(AbstractSeamFieldDefinition def, SAXElement element) {
List<SAXElement> es = element.getChildElements();
SAXText key = null;
SAXText value = null;
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/util/Util.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/util/Util.java 2011-04-28 20:47:47 UTC (rev 30946)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.seam.config.core/src/org/jboss/tools/cdi/seam/config/core/util/Util.java 2011-04-28 22:50:02 UTC (rev 30947)
@@ -11,6 +11,7 @@
package org.jboss.tools.cdi.seam.config.core.util;
import java.util.HashMap;
+import java.util.List;
import java.util.Map;
import org.eclipse.jdt.core.IField;
@@ -102,7 +103,7 @@
for (String pkg: packages) {
if(pkg.length() == 0) continue;
String typeName = null;
- if(pkg.equals("ee")) {
+ if(pkg.equals(PACKAGE_EE)) {
typeName = Util.EE_TYPES.get(name);
} else {
typeName = pkg + "." + name;
@@ -186,6 +187,16 @@
return t != null && t.getValue() != null && t.getValue().trim().length() > 0;
}
+ public static boolean hasProducesChild(SAXElement element) {
+ List<SAXElement> cs = element.getChildElements();
+ for (SAXElement c: cs) {
+ if(containsEEPackage(c) && "Produces".equals(c.getLocalName())) {
+ return true;
+ }
+ }
+ return false;
+ }
+
/**
*
* @param def
13 years, 8 months
JBoss Tools SVN: r30946 - in trunk: requirements/jbossas and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-04-28 16:47:47 -0400 (Thu, 28 Apr 2011)
New Revision: 30946
Modified:
trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
trunk/requirements/jbossas/buildRequirement.xml
Log:
remove attempt to rename as 6/7 folders via req builder; instead just use properties in test's pom.xml
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2011-04-28 20:32:01 UTC (rev 30945)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2011-04-28 20:47:47 UTC (rev 30946)
@@ -17,8 +17,8 @@
<jbosstools.test.jboss.home.4.2>${requirement.build.root}/jboss-4.2.3.GA</jbosstools.test.jboss.home.4.2>
<jbosstools.test.jboss.home.5.0>${requirement.build.root}/jboss-5.0.1.GA</jbosstools.test.jboss.home.5.0>
<jbosstools.test.jboss.home.5.1>${requirement.build.root}/jboss-5.1.0.GA</jbosstools.test.jboss.home.5.1>
- <jbosstools.test.jboss.home.6.0>${requirement.build.root}/jboss-6.0.0</jbosstools.test.jboss.home.6.0>
- <jbosstools.test.jboss.home.7.0>${requirement.build.root}/jboss-7.0.0</jbosstools.test.jboss.home.7.0>
+ <jbosstools.test.jboss.home.6.0>${requirement.build.root}/jboss-6.0.0.Final</jbosstools.test.jboss.home.6.0>
+ <jbosstools.test.jboss.home.7.0>${requirement.build.root}/jboss-7.0.0.Beta3</jbosstools.test.jboss.home.7.0>
<systemProperties>-Djbosstools.test.jboss.home.3.2=${jbosstools.test.jboss.home.3.2} -Djbosstools.test.jboss.home.4.0=${jbosstools.test.jboss.home.4.0} -Djbosstools.test.jboss.home.4.2=${jbosstools.test.jboss.home.4.2} -Djbosstools.test.jboss.home.5.0=${jbosstools.test.jboss.home.5.0} -Djbosstools.test.jboss.home.5.1=${jbosstools.test.jboss.home.5.1} -Djbosstools.test.jboss.home.6.0=${jbosstools.test.jboss.home.6.0} -Djbosstools.test.jboss.home.7.0=${jbosstools.test.jboss.home.7.0} </systemProperties>
<emma.filter>org.jboss.ide.eclipse.as.core*</emma.filter>
<emma.instrument.bundles>org.jboss.ide.eclipse.as.core</emma.instrument.bundles>
Modified: trunk/requirements/jbossas/buildRequirement.xml
===================================================================
--- trunk/requirements/jbossas/buildRequirement.xml 2011-04-28 20:32:01 UTC (rev 30945)
+++ trunk/requirements/jbossas/buildRequirement.xml 2011-04-28 20:47:47 UTC (rev 30946)
@@ -51,37 +51,10 @@
<param name="build.archive" value="${jboss60.build.archive}" />
<param name="md5" value="${jboss60.build.archive.md5}" />
</antcall>
-
-<!-- this is called via the requirements profile in ../../build/parent/pom.xml, which sets these properties:
- <requirements.root>${basedir}/../../../requirements</requirements.root>
- <requirement.build.root>${requirements.root}/target</requirement.build.root>
--->
- <echo>${ant.file}, ${basedir}, ${unzip.dest}, ${requirement.build.root}</echo>
-
- <!-- rename target folder from 6.0.0.Final to 6.0.0 -->
-
- <for param="dir">
- <path>
- <fileset dir="${requirement.build.root}/" includes="jboss-6.0.0*" />
- </path>
- <sequential>
- <rename src="@{dir}" dest="${requirement.build.root}/jboss-6.0.0" />
- </sequential>
- </for>
-
<antcall target="build-jbossas">
<param name="build.uri" value="${jboss70.build.uri}" />
<param name="build.archive" value="${jboss70.build.archive}" />
<param name="md5" value="${jboss70.build.archive.md5}" />
</antcall>
- <!-- rename target folder from 7.0.0.Beta3 to 7.0.0 -->
- <for param="dir">
- <path>
- <fileset dir="${requirement.build.root}/" includes="jboss-7.0.0*" />
- </path>
- <sequential>
- <rename src="${requirement.build.root}/jboss-7.0.0.Beta3" dest="${requirement.build.root}/jboss-7.0.0" />
- </sequential>
- </for>
</target>
</project>
13 years, 8 months
JBoss Tools SVN: r30945 - trunk/jsf/features/org.jboss.tools.richfaces.feature.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-04-28 16:32:01 -0400 (Thu, 28 Apr 2011)
New Revision: 30945
Modified:
trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml
Log:
Modified: trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2011-04-28 20:31:31 UTC (rev 30944)
+++ trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2011-04-28 20:32:01 UTC (rev 30945)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.richfaces.feature"
label="%featureName"
- version="3.2.0.qualifier"
+ version="3.3.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.vpe">
Modified: trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml 2011-04-28 20:31:31 UTC (rev 30944)
+++ trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml 2011-04-28 20:32:01 UTC (rev 30945)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jsf.features</groupId>
<artifactId>org.jboss.tools.richfaces.feature</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
\ No newline at end of file
13 years, 8 months
JBoss Tools SVN: r30944 - branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.richfaces.feature.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-04-28 16:31:31 -0400 (Thu, 28 Apr 2011)
New Revision: 30944
Modified:
branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.richfaces.feature/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8814
Modified: branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2011-04-28 20:30:03 UTC (rev 30943)
+++ branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2011-04-28 20:31:31 UTC (rev 30944)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.richfaces.feature"
label="%featureName"
- version="3.2.0.qualifier"
+ version="3.2.1.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.vpe">
Modified: branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.richfaces.feature/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.richfaces.feature/pom.xml 2011-04-28 20:30:03 UTC (rev 30943)
+++ branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.richfaces.feature/pom.xml 2011-04-28 20:31:31 UTC (rev 30944)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jsf.features</groupId>
<artifactId>org.jboss.tools.richfaces.feature</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
13 years, 8 months
JBoss Tools SVN: r30943 - in trunk/jsf: plugins/org.jboss.tools.jsf and 7 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-04-28 16:30:03 -0400 (Thu, 28 Apr 2011)
New Revision: 30943
Modified:
trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml
trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF
trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF
trunk/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml
trunk/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF
trunk/jsf/plugins/org.jboss.tools.jsf/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8815
Modified: trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml 2011-04-28 20:28:44 UTC (rev 30942)
+++ trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml 2011-04-28 20:30:03 UTC (rev 30943)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jsf.feature"
label="%featureName"
- version="3.1.0.qualifier"
+ version="3.3.0.qualifier"
provider-name="%providerName"
image="jsf.jpg">
@@ -14,16 +14,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.jsf"
download-size="0"
Modified: trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml 2011-04-28 20:28:44 UTC (rev 30942)
+++ trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml 2011-04-28 20:30:03 UTC (rev 30943)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jsf.features</groupId>
<artifactId>org.jboss.tools.jsf.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/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF 2011-04-28 20:28:44 UTC (rev 30942)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF 2011-04-28 20:30:03 UTC (rev 30943)
@@ -64,7 +64,7 @@
org.jboss.tools.common.text.ext;bundle-version="3.1.0",
org.eclipse.jst.jsp.ui;visibility:=reexport,
org.jboss.tools.jst.jsp;bundle-version="3.2.0"
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.jboss.tools.jst.jsp.bundle
Modified: trunk/jsf/plugins/org.jboss.tools.jsf/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/pom.xml 2011-04-28 20:28:44 UTC (rev 30942)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/pom.xml 2011-04-28 20:30:03 UTC (rev 30943)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf</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/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF 2011-04-28 20:28:44 UTC (rev 30942)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF 2011-04-28 20:30:03 UTC (rev 30943)
@@ -18,5 +18,5 @@
org.jboss.tools.common.model.ui;bundle-version="3.3.0"
Export-Package: org.jboss.tools.jsf.text.ext,
org.jboss.tools.jsf.text.ext.hyperlink
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml 2011-04-28 20:28:44 UTC (rev 30942)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml 2011-04-28 20:30:03 UTC (rev 30943)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.text.ext</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/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF 2011-04-28 20:28:44 UTC (rev 30942)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF 2011-04-28 20:30:03 UTC (rev 30943)
@@ -19,5 +19,5 @@
org.jboss.tools.jsf.text.ext.facelets
Export-Package: org.jboss.tools.jsf.text.ext.richfaces,
org.jboss.tools.jsf.text.ext.richfaces.hyperlink
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml 2011-04-28 20:28:44 UTC (rev 30942)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml 2011-04-28 20:30:03 UTC (rev 30943)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.text.ext.richfaces</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/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2011-04-28 20:28:44 UTC (rev 30942)
+++ trunk/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2011-04-28 20:30:03 UTC (rev 30943)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jsf.test;singleton:=true
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
Bundle-ClassPath: lib/xmlunit1.0.jar,
.
Bundle-Vendor: %Bundle-Vendor.0
Modified: trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml 2011-04-28 20:28:44 UTC (rev 30942)
+++ trunk/jsf/tests/org.jboss.tools.jsf.test/pom.xml 2011-04-28 20:30:03 UTC (rev 30943)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.test</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
13 years, 8 months
JBoss Tools SVN: r30942 - in branches/jbosstools-3.2.x/jsf: plugins/org.jboss.tools.jsf and 9 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-04-28 16:28:44 -0400 (Thu, 28 Apr 2011)
New Revision: 30942
Modified:
branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.jsf.feature/feature.xml
branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.jsf.feature/pom.xml
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf/pom.xml
branches/jbosstools-3.2.x/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/jsf/tests/org.jboss.tools.jsf.test/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8814
Modified: branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.jsf.feature/feature.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.jsf.feature/feature.xml 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.jsf.feature/feature.xml 2011-04-28 20:28:44 UTC (rev 30942)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jsf.feature"
label="%featureName"
- version="3.1.0.qualifier"
+ version="3.1.1.qualifier"
provider-name="%providerName"
image="jsf.jpg">
@@ -14,16 +14,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.jsf"
download-size="0"
Modified: branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.jsf.feature/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.jsf.feature/pom.xml 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/features/org.jboss.tools.jsf.feature/pom.xml 2011-04-28 20:28:44 UTC (rev 30942)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jsf.features</groupId>
<artifactId>org.jboss.tools.jsf.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/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf/META-INF/MANIFEST.MF 2011-04-28 20:28:44 UTC (rev 30942)
@@ -62,6 +62,6 @@
org.eclipse.core.expressions;bundle-version="3.4.100",
org.jboss.tools.common.text.ext;bundle-version="3.1.0",
org.eclipse.jst.jsp.ui;visibility:=reexport
-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/jsf/plugins/org.jboss.tools.jsf/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf/pom.xml 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf/pom.xml 2011-04-28 20:28:44 UTC (rev 30942)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified: branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/META-INF/MANIFEST.MF 2011-04-28 20:28:44 UTC (rev 30942)
@@ -16,5 +16,5 @@
org.eclipse.jdt.ui;bundle-version="3.5.0"
Export-Package: org.jboss.tools.jsf.text.ext,
org.jboss.tools.jsf.text.ext.hyperlink
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext/pom.xml 2011-04-28 20:28:44 UTC (rev 30942)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.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/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/META-INF/MANIFEST.MF 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/META-INF/MANIFEST.MF 2011-04-28 20:28:44 UTC (rev 30942)
@@ -14,5 +14,5 @@
org.jboss.tools.jsf.text.ext
Export-Package: org.jboss.tools.jsf.text.ext.facelets,
org.jboss.tools.jsf.text.ext.facelets.hyperlink
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.facelets/pom.xml 2011-04-28 20:28:44 UTC (rev 30942)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.text.ext.facelets</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified: branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF 2011-04-28 20:28:44 UTC (rev 30942)
@@ -19,5 +19,5 @@
org.jboss.tools.jsf.text.ext.facelets
Export-Package: org.jboss.tools.jsf.text.ext.richfaces,
org.jboss.tools.jsf.text.ext.richfaces.hyperlink
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/pom.xml 2011-04-28 20:28:44 UTC (rev 30942)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.jsf.plugins</groupId>
<artifactId>org.jboss.tools.jsf.text.ext.richfaces</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Modified: branches/jbosstools-3.2.x/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/tests/org.jboss.tools.jsf.test/META-INF/MANIFEST.MF 2011-04-28 20:28:44 UTC (rev 30942)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jsf.test;singleton:=true
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.1.qualifier
Bundle-ClassPath: lib/xmlunit1.0.jar,
.
Bundle-Vendor: %Bundle-Vendor.0
Modified: branches/jbosstools-3.2.x/jsf/tests/org.jboss.tools.jsf.test/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/tests/org.jboss.tools.jsf.test/pom.xml 2011-04-28 20:21:23 UTC (rev 30941)
+++ branches/jbosstools-3.2.x/jsf/tests/org.jboss.tools.jsf.test/pom.xml 2011-04-28 20:28:44 UTC (rev 30942)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>org.jboss.tools.jsf.test</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
13 years, 8 months
JBoss Tools SVN: r30941 - branches/jbosstools-3.2.x/build/aggregate/site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-04-28 16:21:23 -0400 (Thu, 28 Apr 2011)
New Revision: 30941
Modified:
branches/jbosstools-3.2.x/build/aggregate/site/build.xml
Log:
add check that local path exists; if not, use http:// path instead
Modified: branches/jbosstools-3.2.x/build/aggregate/site/build.xml
===================================================================
--- branches/jbosstools-3.2.x/build/aggregate/site/build.xml 2011-04-28 20:20:38 UTC (rev 30940)
+++ branches/jbosstools-3.2.x/build/aggregate/site/build.xml 2011-04-28 20:21:23 UTC (rev 30941)
@@ -274,6 +274,14 @@
<available file="/home/hudson/static_build_env/jbds/builds/staging" type="dir" />
<then>
<propertyregex override="true" property="location.cleaned" defaultvalue="@{location}" input="@{location}" regexp="../../" replace="/home/hudson/static_build_env/jbds/builds/staging/" />
+ <if>
+ <not>
+ <available file="${location.cleaned}" />
+ </not>
+ <then>
+ <propertyregex override="true" property="location.cleaned" defaultvalue="@{location}" input="@{location}" regexp="../../" replace="http://download.jboss.org/jbosstools/builds/staging/" />
+ </then>
+ </if>
</then>
<else>
<propertyregex override="true" property="location.cleaned" defaultvalue="@{location}" input="@{location}" regexp="../../" replace="http://download.jboss.org/jbosstools/builds/staging/" />
13 years, 8 months