JBoss Tools SVN: r24537 - trunk/gwt/plugins/org.jboss.tools.gwt.core.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-08-28 01:57:56 -0400 (Sat, 28 Aug 2010)
New Revision: 24537
Modified:
trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties
Log:
https://jira.jboss.org/browse/JBIDE-6933 GWT packaging should include zips with examples and install plugins unpacked to make zip's available
https://jira.jboss.org/browse/JBIDE-6934 GWT Integration feature is not working if it is only installed from update site
bin folder excluded from packaging
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties 2010-08-28 05:55:19 UTC (rev 24536)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties 2010-08-28 05:57:56 UTC (rev 24537)
@@ -1,6 +1,5 @@
bin.includes = META-INF/,\
plugin.xml,\
- bin/,\
about.html,\
sample-hello-src.zip,\
sample-hello-webContent.zip,\
@@ -9,7 +8,6 @@
.project,\
.settings/,\
META-INF/,\
- bin/,\
build.properties,\
plugin.xml,\
src/,\
14 years, 4 months
JBoss Tools SVN: r24536 - in branches/jbosstools-3.2.0.M2/gwt: plugins/org.jboss.tools.gwt.core and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-08-28 01:55:19 -0400 (Sat, 28 Aug 2010)
New Revision: 24536
Modified:
branches/jbosstools-3.2.0.M2/gwt/features/org.jboss.tools.gwt.feature/feature.xml
branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/build.properties
Log:
https://jira.jboss.org/browse/JBIDE-6933 GWT packaging should include zips with examples and install plugins unpacked to make zip's available
https://jira.jboss.org/browse/JBIDE-6934 GWT Integration feature is not working if it is only installed from update site
trunk merged to 3.2.0.M2 branch
Modified: branches/jbosstools-3.2.0.M2/gwt/features/org.jboss.tools.gwt.feature/feature.xml
===================================================================
--- branches/jbosstools-3.2.0.M2/gwt/features/org.jboss.tools.gwt.feature/feature.xml 2010-08-28 01:36:10 UTC (rev 24535)
+++ branches/jbosstools-3.2.0.M2/gwt/features/org.jboss.tools.gwt.feature/feature.xml 2010-08-28 05:55:19 UTC (rev 24536)
@@ -17,11 +17,20 @@
%license
</license>
+ <requires>
+ <import feature="com.google.gwt.eclipse.sdkbundle.e36.feature.2.0.4" version="2.0.4" match="greaterOrEqual"/>
+ <import feature="com.google.gdt.eclipse.suite.e36.feature" version="1.3.3" match="greaterOrEqual"/>
+ <import feature="org.eclipse.jst.enterprise_ui.feature" version="3.2.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.wst.web_ui.feature" version="3.2.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.jst.web_ui.feature" version="3.2.0" match="greaterOrEqual"/>
+ </requires>
+
<plugin
id="org.jboss.tools.gwt.core"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.jboss.tools.gwt.ui"
Modified: branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF 2010-08-28 01:36:10 UTC (rev 24535)
+++ branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF 2010-08-28 05:55:19 UTC (rev 24536)
@@ -20,7 +20,8 @@
org.eclipse.jst.j2ee;bundle-version="[1.1.302,2.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)",
org.eclipse.wst.common.modulecore;bundle-version="[1.1.301,2.0.0)",
- org.eclipse.wst.common.frameworks;bundle-version="[1.1.300,2.0.0)"
+ org.eclipse.wst.common.frameworks;bundle-version="[1.1.300,2.0.0)",
+ org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jboss.tools.gwt.core,
org.jboss.tools.gwt.core.util
Modified: branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/build.properties
===================================================================
--- branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/build.properties 2010-08-28 01:36:10 UTC (rev 24535)
+++ branches/jbosstools-3.2.0.M2/gwt/plugins/org.jboss.tools.gwt.core/build.properties 2010-08-28 05:55:19 UTC (rev 24536)
@@ -1,15 +1,20 @@
-source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
- .,\
plugin.xml,\
- bin/,\
- about.html
+ about.html,\
+ sample-hello-src.zip,\
+ sample-hello-webContent.zip,\
+ .
src.includes = .classpath,\
.project,\
.settings/,\
META-INF/,\
- bin/,\
build.properties,\
plugin.xml,\
- src/
+ src/,\
+ sample-hello-webContent.zip,\
+ sample-hello-src.zip,\
+ pom.xml,\
+ about.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/
14 years, 4 months
JBoss Tools SVN: r24534 - in trunk/gwt/plugins/org.jboss.tools.gwt.core: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-08-27 20:59:35 -0400 (Fri, 27 Aug 2010)
New Revision: 24534
Modified:
trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties
Log:
https://jira.jboss.org/browse/JBIDE-6933 GWT packaging should include zips with examples and install plugins unpacked to make zip's available
zip files added to build.properties
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF 2010-08-28 00:58:06 UTC (rev 24533)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF 2010-08-28 00:59:35 UTC (rev 24534)
@@ -26,5 +26,4 @@
Export-Package: org.jboss.tools.gwt.core,
org.jboss.tools.gwt.core.util
Bundle-ActivationPolicy: lazy
-Bundle-ClassPath: org.jboss.tools.gwt.core.jar
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties 2010-08-28 00:58:06 UTC (rev 24533)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties 2010-08-28 00:59:35 UTC (rev 24534)
@@ -4,7 +4,7 @@
about.html,\
sample-hello-src.zip,\
sample-hello-webContent.zip,\
- org.jboss.tools.gwt.core.jar
+ .
src.includes = .classpath,\
.project,\
.settings/,\
@@ -17,5 +17,6 @@
sample-hello-src.zip,\
pom.xml,\
about.html
-source.org.jboss.tools.gwt.core.jar = src/
-jars.compile.order = org.jboss.tools.gwt.core.jar
+jars.compile.order = .
+source.. = src/
+output.. = bin/
14 years, 4 months
JBoss Tools SVN: r24533 - trunk/gwt/features/org.jboss.tools.gwt.feature.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-08-27 20:58:06 -0400 (Fri, 27 Aug 2010)
New Revision: 24533
Modified:
trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml
Log:
https://jira.jboss.org/browse/JBIDE-6934 GWT Integration feature is not working if it is only installed from update site
<requires>
<import feature="com.google.gwt.eclipse.sdkbundle.e36.feature.2.0.4" version="2.0.4" match="greaterOrEqual"/>
<import feature="com.google.gdt.eclipse.suite.e36.feature" version="1.3.3" match="greaterOrEqual"/>
<import feature="org.eclipse.jst.enterprise_ui.feature" version="3.2.0" match="greaterOrEqual"/>
<import feature="org.eclipse.wst.web_ui.feature" version="3.2.0" match="greaterOrEqual"/>
<import feature="org.eclipse.jst.web_ui.feature" version="3.2.0" match="greaterOrEqual"/>
</requires>
Modified: trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml
===================================================================
--- trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml 2010-08-27 23:03:09 UTC (rev 24532)
+++ trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml 2010-08-28 00:58:06 UTC (rev 24533)
@@ -20,13 +20,17 @@
<requires>
<import feature="com.google.gwt.eclipse.sdkbundle.e36.feature.2.0.4" version="2.0.4" match="greaterOrEqual"/>
<import feature="com.google.gdt.eclipse.suite.e36.feature" version="1.3.3" match="greaterOrEqual"/>
+ <import feature="org.eclipse.jst.enterprise_ui.feature" version="3.2.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.wst.web_ui.feature" version="3.2.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.jst.web_ui.feature" version="3.2.0" match="greaterOrEqual"/>
</requires>
<plugin
id="org.jboss.tools.gwt.core"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.jboss.tools.gwt.ui"
14 years, 4 months
JBoss Tools SVN: r24532 - in trunk/gwt: plugins/org.jboss.tools.gwt.core and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-08-27 19:03:09 -0400 (Fri, 27 Aug 2010)
New Revision: 24532
Modified:
trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml
trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties
Log:
https://jira.jboss.org/browse/JBIDE-6933 GWT packaging should include zips with examples and install plugins unpacked to make zip's available, https://jira.jboss.org/browse/JBIDE-6934 GWT Integration should declare features it depends on in feature.xml to have Google Plugin and Google Web Toolkit SDK installed from update site by default updated to include ZIP files and declare dependencies on Google plug-in and Google App Toolkit
Modified: trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml
===================================================================
--- trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml 2010-08-27 21:28:11 UTC (rev 24531)
+++ trunk/gwt/features/org.jboss.tools.gwt.feature/feature.xml 2010-08-27 23:03:09 UTC (rev 24532)
@@ -17,6 +17,11 @@
%license
</license>
+ <requires>
+ <import feature="com.google.gwt.eclipse.sdkbundle.e36.feature.2.0.4" version="2.0.4" match="greaterOrEqual"/>
+ <import feature="com.google.gdt.eclipse.suite.e36.feature" version="1.3.3" match="greaterOrEqual"/>
+ </requires>
+
<plugin
id="org.jboss.tools.gwt.core"
download-size="0"
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF 2010-08-27 21:28:11 UTC (rev 24531)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/META-INF/MANIFEST.MF 2010-08-27 23:03:09 UTC (rev 24532)
@@ -20,9 +20,11 @@
org.eclipse.jst.j2ee;bundle-version="[1.1.302,2.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)",
org.eclipse.wst.common.modulecore;bundle-version="[1.1.301,2.0.0)",
- org.eclipse.wst.common.frameworks;bundle-version="[1.1.300,2.0.0)"
+ org.eclipse.wst.common.frameworks;bundle-version="[1.1.300,2.0.0)",
+ org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jboss.tools.gwt.core,
org.jboss.tools.gwt.core.util
Bundle-ActivationPolicy: lazy
+Bundle-ClassPath: org.jboss.tools.gwt.core.jar
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties 2010-08-27 21:28:11 UTC (rev 24531)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/build.properties 2010-08-27 23:03:09 UTC (rev 24532)
@@ -1,10 +1,10 @@
-source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
- .,\
plugin.xml,\
bin/,\
- about.html
+ about.html,\
+ sample-hello-src.zip,\
+ sample-hello-webContent.zip,\
+ org.jboss.tools.gwt.core.jar
src.includes = .classpath,\
.project,\
.settings/,\
@@ -12,4 +12,10 @@
bin/,\
build.properties,\
plugin.xml,\
- src/
+ src/,\
+ sample-hello-webContent.zip,\
+ sample-hello-src.zip,\
+ pom.xml,\
+ about.html
+source.org.jboss.tools.gwt.core.jar = src/
+jars.compile.order = org.jboss.tools.gwt.core.jar
14 years, 4 months
JBoss Tools SVN: r24531 - in trunk/jsf/tests: org.jboss.tools.jsf.vpe.facelets.test and 6 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-08-27 17:28:11 -0400 (Fri, 27 Aug 2010)
New Revision: 24531
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/pom.xml
Log:
https://jira.jboss.org/browse/JBDS-1247 revert: these poms need a special parent (not parent-pom, but test-pom.xml)
Modified: trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml 2010-08-27 21:01:00 UTC (rev 24530)
+++ trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/pom.xml 2010-08-27 21:28:11 UTC (rev 24531)
@@ -1,19 +1,20 @@
<project
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
+ <relativePath>../test-pom.xml</relativePath>
<groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.tests</groupId>
- <artifactId>org.jboss.tools.jsf.text.ext.test</artifactId>
+ <artifactId>org.jboss.tools.jsf.text.ext.test</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
-
+
<properties>
<emma.filter>org.jboss.tools.jsf.text.ext*</emma.filter>
<emma.instrument.bundles>org.jboss.tools.jsf.text.ext,org.jboss.tools.jsf.text.ext.facelets,org.jboss.tools.jsf.text.ext.richfaces</emma.instrument.bundles>
- </properties>
+ </properties>
</project>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml 2010-08-27 21:01:00 UTC (rev 24530)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/pom.xml 2010-08-27 21:28:11 UTC (rev 24531)
@@ -1,14 +1,15 @@
<project
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
+ <relativePath>../test-pom.xml</relativePath>
<groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.tests</groupId>
- <artifactId>org.jboss.tools.jsf.vpe.facelets.test</artifactId>
+ <artifactId>org.jboss.tools.jsf.vpe.facelets.test</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml 2010-08-27 21:01:00 UTC (rev 24530)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/pom.xml 2010-08-27 21:28:11 UTC (rev 24531)
@@ -1,14 +1,15 @@
<project
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
+ <relativePath>../test-pom.xml</relativePath>
<groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.tests</groupId>
- <artifactId>org.jboss.tools.jsf.vpe.jbpm.test</artifactId>
+ <artifactId>org.jboss.tools.jsf.vpe.jbpm.test</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml 2010-08-27 21:01:00 UTC (rev 24530)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/pom.xml 2010-08-27 21:28:11 UTC (rev 24531)
@@ -1,14 +1,15 @@
<project
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
+ <relativePath>../test-pom.xml</relativePath>
<groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.tests</groupId>
- <artifactId>org.jboss.tools.jsf.vpe.jsf.test</artifactId>
+ <artifactId>org.jboss.tools.jsf.vpe.jsf.test</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
@@ -16,7 +17,7 @@
<emma.filter>org.jboss.tools.jsf.vpe.jsf*</emma.filter>
<emma.instrument.bundles>org.jboss.tools.jsf.vpe.jsf</emma.instrument.bundles>
</properties>
-
+
<build>
<plugins>
<plugin>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml 2010-08-27 21:01:00 UTC (rev 24530)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/pom.xml 2010-08-27 21:28:11 UTC (rev 24531)
@@ -1,14 +1,15 @@
<project
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
+ <relativePath>../test-pom.xml</relativePath>
<groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.tests</groupId>
- <artifactId>org.jboss.tools.jsf.vpe.jstl.test</artifactId>
+ <artifactId>org.jboss.tools.jsf.vpe.jstl.test</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
@@ -16,5 +17,5 @@
<emma.filter>org.jboss.tools.jsf.vpe.jstl*</emma.filter>
<emma.instrument.bundles>org.jboss.tools.jsf.vpe.jstl</emma.instrument.bundles>
</properties>
-
+
</project>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml 2010-08-27 21:01:00 UTC (rev 24530)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/pom.xml 2010-08-27 21:28:11 UTC (rev 24531)
@@ -1,14 +1,15 @@
<project
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
+ <relativePath>../test-pom.xml</relativePath>
<groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.tests</groupId>
- <artifactId>org.jboss.tools.jsf.vpe.myfaces.test</artifactId>
+ <artifactId>org.jboss.tools.jsf.vpe.myfaces.test</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml 2010-08-27 21:01:00 UTC (rev 24530)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/pom.xml 2010-08-27 21:28:11 UTC (rev 24531)
@@ -1,14 +1,15 @@
<project
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
+ <relativePath>../test-pom.xml</relativePath>
<groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.tests</groupId>
- <artifactId>org.jboss.tools.jsf.vpe.richfaces.test</artifactId>
+ <artifactId>org.jboss.tools.jsf.vpe.richfaces.test</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/pom.xml 2010-08-27 21:01:00 UTC (rev 24530)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/pom.xml 2010-08-27 21:28:11 UTC (rev 24531)
@@ -1,14 +1,15 @@
<project
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
<parent>
-
+ <relativePath>../test-pom.xml</relativePath>
<groupId>org.jboss.tools.jsf.tests</groupId>
<artifactId>jsf.generic.test</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jsf.tests</groupId>
- <artifactId>org.jboss.tools.jsf.vpe.seam.test</artifactId>
+ <artifactId>org.jboss.tools.jsf.vpe.seam.test</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
@@ -36,5 +37,5 @@
</configuration>
</plugin>
</plugins>
- </build>
+ </build>
</project>
14 years, 4 months
JBoss Tools SVN: r24530 - branches/jbosstools-3.2.0.M2/build/aggregate/site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-08-27 17:01:00 -0400 (Fri, 27 Aug 2010)
New Revision: 24530
Modified:
branches/jbosstools-3.2.0.M2/build/aggregate/site/aggregateSite.jbosstools.properties
branches/jbosstools-3.2.0.M2/build/aggregate/site/index-template.html
branches/jbosstools-3.2.0.M2/build/aggregate/site/index.html
Log:
https://jira.jboss.org/browse/JBIDE-6930 add Google GWT update site to aggregate site
Modified: branches/jbosstools-3.2.0.M2/build/aggregate/site/aggregateSite.jbosstools.properties
===================================================================
--- branches/jbosstools-3.2.0.M2/build/aggregate/site/aggregateSite.jbosstools.properties 2010-08-27 21:00:39 UTC (rev 24529)
+++ branches/jbosstools-3.2.0.M2/build/aggregate/site/aggregateSite.jbosstools.properties 2010-08-27 21:01:00 UTC (rev 24530)
@@ -12,6 +12,7 @@
http://m2eclipse.sonatype.org/sites/m2e-extras/,\
http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/u...
http://download.eclipse.org/rt/ecf/3.2/3.6/site.p2,\
+http://dl.google.com/eclipse/plugin/3.6/,\
http://subclipse.tigris.org/update_1.6.x/,\
http://download.eclipse.org/technology/subversive/0.7/update-site/,\
http://community.polarion.com/projects/subversive/download/eclipse/2.0/up...
Modified: branches/jbosstools-3.2.0.M2/build/aggregate/site/index-template.html
===================================================================
--- branches/jbosstools-3.2.0.M2/build/aggregate/site/index-template.html 2010-08-27 21:00:39 UTC (rev 24529)
+++ branches/jbosstools-3.2.0.M2/build/aggregate/site/index-template.html 2010-08-27 21:01:00 UTC (rev 24530)
@@ -45,6 +45,7 @@
<li><a class="link" href="http://download.eclipse.org/birt/update-site/2.6/">BIRT 2.6 Update Site</a></li>
<li><a href="http://m2eclipse.sonatype.org/sites/m2e/">m2eclipse 0.10 Release</a></li>
<li><a href="http://m2eclipse.sonatype.org/sites/m2e-extras/">m2eclipse Extras 0.10 Release</a></li>
+ <li><a href="http://dl.google.com/eclipse/plugin/3.6/">http://dl.google.com/eclipse/plugin/3.6/</a></li>
</ul>
</td>
</tr>
Modified: branches/jbosstools-3.2.0.M2/build/aggregate/site/index.html
===================================================================
--- branches/jbosstools-3.2.0.M2/build/aggregate/site/index.html 2010-08-27 21:00:39 UTC (rev 24529)
+++ branches/jbosstools-3.2.0.M2/build/aggregate/site/index.html 2010-08-27 21:01:00 UTC (rev 24530)
@@ -45,6 +45,7 @@
<li><a class="link" href="http://download.eclipse.org/birt/update-site/2.6/">BIRT 2.6 Update Site</a></li>
<li><a href="http://m2eclipse.sonatype.org/sites/m2e/">m2eclipse 0.10 Release</a></li>
<li><a href="http://m2eclipse.sonatype.org/sites/m2e-extras/">m2eclipse Extras 0.10 Release</a></li>
+ <li><a href="http://dl.google.com/eclipse/plugin/3.6/">http://dl.google.com/eclipse/plugin/3.6/</a></li>
</ul>
</td>
</tr>
14 years, 4 months
JBoss Tools SVN: r24529 - branches/jbosstools-3.2.0.M2/build/results.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-08-27 17:00:39 -0400 (Fri, 27 Aug 2010)
New Revision: 24529
Modified:
branches/jbosstools-3.2.0.M2/build/results/download-template.xml
Log:
add deltacloud, runtime, usage, and gwt to snippet generator for inclusion on jboss.org/tools/download/dev
Modified: branches/jbosstools-3.2.0.M2/build/results/download-template.xml
===================================================================
--- branches/jbosstools-3.2.0.M2/build/results/download-template.xml 2010-08-27 20:56:48 UTC (rev 24528)
+++ branches/jbosstools-3.2.0.M2/build/results/download-template.xml 2010-08-27 21:00:39 UTC (rev 24529)
@@ -35,6 +35,11 @@
<download os="All platforms" url="${common-filename}" size="${common-filesize} MB"/>
</project>
+<project name="Deltacloud Development Tools" version="${ZIPSUFFIX}">
+ <description>Deltacloud Development Tools</description>
+ <download os="All platforms" url="${deltacloud-filename}" size="${deltacloud-filesize} MB"/>
+</project>
+
<project name="Drools IDE" version="${ZIPSUFFIX}">
<description>For Drools Rules and Drools Ruleflow</description>
<download os="All platforms" url="${drools-filename}" size="${drools-filesize} MB"/>
@@ -60,6 +65,11 @@
<download os="All platforms" url="${freemarker-filename}" size="${freemarker-filesize} MB"/>
</project>
+<project name="JBoss GWT Integration (Experimental)" version="${ZIPSUFFIX}">
+ <description>JBoss GWT Integration (Experimental)</description>
+ <download os="All platforms" url="${gwt-filename}" size="${gwt-filesize} MB"/>
+</project>
+
<project name="Hibernate Tools" version="${ZIPSUFFIX}" >
<description>Hibernate wizards, query editor, reverse engineering and more</description>
<download os="All platforms" url="${hibernatetools-filename}" size="${hibernatetools-filesize} MB"/>
@@ -110,6 +120,11 @@
<download os="All platforms" url="${profiler-filename}" size="${profiler-filesize} MB"/>
</project>
+<project name="Runtime Initialization" version="${ZIPSUFFIX}">
+ <description>This feature provides runtime initialization</description>
+ <download os="All platforms" url="${runtime-filename}" size="${runtime-filesize} MB"/>
+</project>
+
<project name="Seam Tools" version="${ZIPSUFFIX}" >
<description>For creating Seam Components and Projects</description>
<download os="All platforms" url="${seam-filename}" size="${seam-filesize} MB"/>
@@ -135,6 +150,11 @@
<download os="All platforms" url="${tptp-filename}" size="${tptp-filesize} MB"/>
</project>
+<project name="JBoss Tools Usage Reporting" version="${ZIPSUFFIX}">
+ <description>JBoss Tools Usage Reporting</description>
+ <download os="All platforms" url="${usage-filename}" size="${usage-filesize} MB"/>
+</project>
+
<project name="Visual Page Editor" version="${ZIPSUFFIX}">
<description>Visual Page Editor - see also JST and JSF components</description>
<download os="All platforms" url="${vpe-filename}" size="${vpe-filesize} MB"/>
14 years, 4 months
JBoss Tools SVN: r24528 - trunk/build/aggregate/site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-08-27 16:56:48 -0400 (Fri, 27 Aug 2010)
New Revision: 24528
Modified:
trunk/build/aggregate/site/aggregateSite.jbosstools.properties
trunk/build/aggregate/site/index-template.html
trunk/build/aggregate/site/index.html
Log:
https://jira.jboss.org/browse/JBIDE-6930 add Google GWT update site to aggregate site
Modified: trunk/build/aggregate/site/aggregateSite.jbosstools.properties
===================================================================
--- trunk/build/aggregate/site/aggregateSite.jbosstools.properties 2010-08-27 20:55:39 UTC (rev 24527)
+++ trunk/build/aggregate/site/aggregateSite.jbosstools.properties 2010-08-27 20:56:48 UTC (rev 24528)
@@ -12,6 +12,7 @@
http://m2eclipse.sonatype.org/sites/m2e-extras/,\
http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/u...
http://download.eclipse.org/rt/ecf/3.2/3.6/site.p2,\
+http://dl.google.com/eclipse/plugin/3.6/,\
http://subclipse.tigris.org/update_1.6.x/,\
http://download.eclipse.org/technology/subversive/0.7/update-site/,\
http://community.polarion.com/projects/subversive/download/eclipse/2.0/up...
Modified: trunk/build/aggregate/site/index-template.html
===================================================================
--- trunk/build/aggregate/site/index-template.html 2010-08-27 20:55:39 UTC (rev 24527)
+++ trunk/build/aggregate/site/index-template.html 2010-08-27 20:56:48 UTC (rev 24528)
@@ -45,6 +45,7 @@
<li><a class="link" href="http://download.eclipse.org/birt/update-site/2.6/">BIRT 2.6 Update Site</a></li>
<li><a href="http://m2eclipse.sonatype.org/sites/m2e/">m2eclipse 0.10 Release</a></li>
<li><a href="http://m2eclipse.sonatype.org/sites/m2e-extras/">m2eclipse Extras 0.10 Release</a></li>
+ <li><a href="http://dl.google.com/eclipse/plugin/3.6/">http://dl.google.com/eclipse/plugin/3.6/</a></li>
</ul>
</td>
</tr>
Modified: trunk/build/aggregate/site/index.html
===================================================================
--- trunk/build/aggregate/site/index.html 2010-08-27 20:55:39 UTC (rev 24527)
+++ trunk/build/aggregate/site/index.html 2010-08-27 20:56:48 UTC (rev 24528)
@@ -45,6 +45,7 @@
<li><a class="link" href="http://download.eclipse.org/birt/update-site/2.6/">BIRT 2.6 Update Site</a></li>
<li><a href="http://m2eclipse.sonatype.org/sites/m2e/">m2eclipse 0.10 Release</a></li>
<li><a href="http://m2eclipse.sonatype.org/sites/m2e-extras/">m2eclipse Extras 0.10 Release</a></li>
+ <li><a href="http://dl.google.com/eclipse/plugin/3.6/">http://dl.google.com/eclipse/plugin/3.6/</a></li>
</ul>
</td>
</tr>
14 years, 4 months