JBoss Tools SVN: r35391 - trunk/as/tests/org.jboss.tools.openshift.express.client.test/src/org/jboss/tools/openshift/express/internal/client/test/utils.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-10-05 16:46:28 -0400 (Wed, 05 Oct 2011)
New Revision: 35391
Modified:
trunk/as/tests/org.jboss.tools.openshift.express.client.test/src/org/jboss/tools/openshift/express/internal/client/test/utils/ApplicationAsserts.java
Log:
[JBIDE-9793] fixed warnings
Modified: trunk/as/tests/org.jboss.tools.openshift.express.client.test/src/org/jboss/tools/openshift/express/internal/client/test/utils/ApplicationAsserts.java
===================================================================
--- trunk/as/tests/org.jboss.tools.openshift.express.client.test/src/org/jboss/tools/openshift/express/internal/client/test/utils/ApplicationAsserts.java 2011-10-05 20:12:14 UTC (rev 35390)
+++ trunk/as/tests/org.jboss.tools.openshift.express.client.test/src/org/jboss/tools/openshift/express/internal/client/test/utils/ApplicationAsserts.java 2011-10-05 20:46:28 UTC (rev 35391)
@@ -25,7 +25,6 @@
import org.jboss.tools.openshift.express.client.IApplication;
import org.jboss.tools.openshift.express.client.OpenshiftException;
import org.jboss.tools.openshift.express.client.utils.RFC822DateUtils;
-import org.jboss.tools.openshift.express.internal.client.Application;
/**
* @author André Dietisheim
@@ -44,7 +43,7 @@
public static final Pattern APPLICATION_URL_REGEXP = Pattern.compile("http://(.+)-([^\\.]+)\\.(.+)/");
public static void assertThatContainsApplication(String applicationName, String embedded, String applicationUUID,
- String cartridgeName, String creationTime, List<Application> applications) throws OpenshiftException {
+ String cartridgeName, String creationTime, List<IApplication> applications) throws OpenshiftException {
IApplication application = getApplication(applicationName, applications);
if (application == null) {
fail(MessageFormat.format("Could not find application with name \"{0}\"", applicationName));
@@ -52,13 +51,13 @@
assertApplication(applicationName, applicationUUID, cartridgeName, embedded, creationTime, application);
}
- public static void assertThatContainsApplication(String applicationName, List<Application> applications) {
+ public static void assertThatContainsApplication(String applicationName, List<IApplication> applications) {
assertNotNull(getApplication(applicationName, applications));
}
- private static IApplication getApplication(String name, List<Application> applications) {
+ private static IApplication getApplication(String name, List<IApplication> applications) {
IApplication matchingApplication = null;
- for (Application application : applications) {
+ for (IApplication application : applications) {
if (name.equals(application.getName())) {
matchingApplication = application;
break;
13 years, 3 months
JBoss Tools SVN: r35390 - in trunk/download.jboss.org/jbosstools/updates/requirements: ecf and 7 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-05 16:12:14 -0400 (Wed, 05 Oct 2011)
New Revision: 35390
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0...
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.xml
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3...
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0...
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build-...
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build-2.0...
trunk/download.jboss.org/jbosstools/updates/requirements/tptp/README.depr...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
Log:
updated builders for birt, ecf, eclipse, emf, indigo, swtbot, tptp (REAME only), m2e, and wtp (JBDS-1868, JBDS-1872)
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0... (from rev 35389, trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0... 2011-10-05 20:12:14 UTC (rev 35390)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/build-indigo.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/birt/build-indigo.xml -Ddestination=/tmp/birt-repo
+
+ or, headless on local:
+
+ java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner -f build-indigo.xml
+
+ -->
+ <target name="mirror">
+ <property name="URL" value="http://download.eclipse.org/birt/update-site/3.7-interim" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/3.7RC2/" name="Extra BIRT plugins for Eclipse 3.7 (Not in Indigo)" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+
+ <iu id="org.eclipse.birt.osgi.runtime.sdk.feature.group" />
+ <iu id="org.eclipse.birt.feature.group" />
+ <iu id="org.eclipse.birt.integration.wtp.feature.group" />
+ <iu id="org.eclipse.birt.chart.feature.group" />
+ <iu id="org.eclipse.birt.chart.integration.wtp.feature.group" />
+ </p2.mirror>
+
+ <delete>
+ <fileset dir="${destination}/3.7RC2/" includes="**/artifacts.jar, **/contents.jar"/>
+ </delete>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7RC2/" artifactRepository="file:${destination}/3.7RC2/" publishartifacts="true" source="${destination}/3.7RC2/" compress="${compress}" />
+ </target>
+</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2011-10-05 19:44:28 UTC (rev 35389)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2011-10-05 20:12:14 UTC (rev 35390)
@@ -23,12 +23,12 @@
-->
<target name="mirror">
- <property name="URL" value="http://download.eclipse.org/birt/update-site/3.7-interim" />
+ <property name="URL" value="http://download.eclipse.org/birt/update-site/3.7" />
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.7RC2/" name="Extra BIRT plugins for Eclipse 3.7 (Not in Indigo)" />
+ <repository location="file:${destination}/3.7.1/" name="Extra BIRT plugins for Eclipse 3.7 (Not in Indigo)" />
<source>
<repository location="${URL}" />
</source>
@@ -43,9 +43,9 @@
</p2.mirror>
<delete>
- <fileset dir="${destination}/3.7RC2/" includes="**/artifacts.jar, **/contents.jar"/>
+ <fileset dir="${destination}/3.7.1/" includes="**/artifacts.jar, **/contents.jar"/>
</delete>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7RC2/" artifactRepository="file:${destination}/3.7RC2/" publishartifacts="true" source="${destination}/3.7RC2/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7.1/" artifactRepository="file:${destination}/3.7.1/" publishartifacts="true" source="${destination}/3.7.1/" compress="${compress}" />
</target>
</project>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.xml (from rev 35389, trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.xml (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.xml 2011-10-05 20:12:14 UTC (rev 35390)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/ecf/build.xml -Ddestination=/tmp/ecf-repo
+ -->
+ <target name="mirror">
+ <!-- For Eclipse 3.5 through 3.6: <property name="URL" value="http://download.eclipse.org/rt/ecf/3.4/site.p2" /> -->
+ <property name="URL" value="http://download.eclipse.org/rt/ecf/3.5/site.p2" />
+
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/ecf/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/3.5/" name="ECF plugins for Eclipse 3.6 - 3.7" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.5/" artifactRepository="file:${destination}/3.5/" publishartifacts="true" source="${destination}/3.5/" compress="${compress}" />
+ </target>
+</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml 2011-10-05 19:44:28 UTC (rev 35389)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml 2011-10-05 20:12:14 UTC (rev 35390)
@@ -16,14 +16,13 @@
-f ~/RHDS/updates/requirements/ecf/build.xml -Ddestination=/tmp/ecf-repo
-->
<target name="mirror">
- <!-- For Eclipse 3.5 through 3.6: <property name="URL" value="http://download.eclipse.org/rt/ecf/3.4/site.p2" /> -->
- <property name="URL" value="http://download.eclipse.org/rt/ecf/3.5/site.p2" />
+ <property name="URL" value="http://download.eclipse.org/rt/ecf/3.5.2/site.p2" />
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/ecf/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.5/" name="ECF plugins for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/3.5.2/" name="ECF plugins for Eclipse 3.6 - 3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -31,6 +30,6 @@
<slicingOptions includeFeatures="true" followStrict="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.5/" artifactRepository="file:${destination}/3.5/" publishartifacts="true" source="${destination}/3.5/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.5.2/" artifactRepository="file:${destination}/3.5.2/" publishartifacts="true" source="${destination}/3.5.2/" compress="${compress}" />
</target>
</project>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.... (from rev 35389, trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.... 2011-10-05 20:12:14 UTC (rev 35390)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/eclipse/build.xml -Ddestination=/tmp/eclipse-repo
+ -->
+ <target name="mirror">
+ <!--<property name="URL" value="http://download.eclipse.org/eclipse/updates/3.7milestones/S-3.7RC3-I20110..." /> -->
+ <property name="URL" value="http://download.eclipse.org/eclipse/updates/3.7-I-builds/I20110613-1736/" />
+
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/eclipse/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/3.7RC5/" name="Eclipse 3.7" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7RC5/" artifactRepository="file:${destination}/3.7RC5/" publishartifacts="true" source="${destination}/3.7RC5/" compress="${compress}" />
+ </target>
+</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2011-10-05 19:44:28 UTC (rev 35389)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2011-10-05 20:12:14 UTC (rev 35390)
@@ -16,14 +16,13 @@
-f ~/RHDS/updates/requirements/eclipse/build.xml -Ddestination=/tmp/eclipse-repo
-->
<target name="mirror">
- <!--<property name="URL" value="http://download.eclipse.org/eclipse/updates/3.7milestones/S-3.7RC3-I20110..." /> -->
- <property name="URL" value="http://download.eclipse.org/eclipse/updates/3.7-I-builds/I20110613-1736/" />
+ <property name="URL" value="http://download.eclipse.org/eclipse/updates/3.7.x/M20110909-1335/" />
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/eclipse/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.7RC5/" name="Eclipse 3.7" />
+ <repository location="file:${destination}/3.7.1/" name="Eclipse 3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -31,6 +30,6 @@
<slicingOptions includeFeatures="true" followStrict="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7RC5/" artifactRepository="file:${destination}/3.7RC5/" publishartifacts="true" source="${destination}/3.7RC5/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7.1/" artifactRepository="file:${destination}/3.7.1/" publishartifacts="true" source="${destination}/3.7.1/" compress="${compress}" />
</target>
</project>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3... (from rev 35389, trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3... 2011-10-05 20:12:14 UTC (rev 35390)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/emf/build.xml -Ddestination=/tmp/emf-repo
+ -->
+ <target name="mirror">
+ <property name="URL1" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/base/S..." />
+ <property name="URL2" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/core/S..." />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/2.7RC3/" name="EMF plugins for Eclipse 3.7" />
+ <source>
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.7RC3/" artifactRepository="file:${destination}/2.7RC3/" publishartifacts="true" source="${destination}/2.7RC3/" compress="${compress}" />
+ </target>
+</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml 2011-10-05 19:44:28 UTC (rev 35389)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml 2011-10-05 20:12:14 UTC (rev 35390)
@@ -16,13 +16,13 @@
-f ~/RHDS/updates/requirements/emf/build.xml -Ddestination=/tmp/emf-repo
-->
<target name="mirror">
- <property name="URL1" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/base/S..." />
- <property name="URL2" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/core/S..." />
+ <property name="URL1" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/base/M20111003..." />
+ <property name="URL2" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/M20111003..." />
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/2.7RC3/" name="EMF plugins for Eclipse 3.7" />
+ <repository location="file:${destination}/2.7.1/" name="EMF plugins for Eclipse 3.7" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -31,6 +31,6 @@
<slicingOptions includeFeatures="true" followStrict="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.7RC3/" artifactRepository="file:${destination}/2.7RC3/" publishartifacts="true" source="${destination}/2.7RC3/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.7.1/" artifactRepository="file:${destination}/2.7.1/" publishartifacts="true" source="${destination}/2.7.1/" compress="${compress}" />
</target>
</project>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0... (from rev 35389, trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0... 2011-10-05 20:12:14 UTC (rev 35390)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/indigo/build.xml -Ddestination=/tmp/indigo-repo
+ -->
+ <target name="mirror">
+ <property name="URL" value="http://download.eclipse.org/releases/indigo/201105270900/" />
+
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/indigo/201105270900/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/201105270900-RC2/" name="Indigo 201105270900-RC2" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/201105270900-RC2/" artifactRepository="file:${destination}/201105270900-RC2/" publishartifacts="true" source="${destination}/201105270900-RC2/" compress="${compress}" />
+ </target>
+</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2011-10-05 19:44:28 UTC (rev 35389)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2011-10-05 20:12:14 UTC (rev 35390)
@@ -16,13 +16,13 @@
-f ~/RHDS/updates/requirements/indigo/build.xml -Ddestination=/tmp/indigo-repo
-->
<target name="mirror">
- <property name="URL" value="http://download.eclipse.org/releases/indigo/201105270900/" />
+ <property name="URL" value="http://download.eclipse.org/releases/indigo/201109230900/" />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/indigo/201105270900/" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/indigo/201109230900/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/201105270900-RC2/" name="Indigo 201105270900-RC2" />
+ <repository location="file:${destination}/201109230900-SR1/" name="Indigo 201109230900-SR1" />
<source>
<repository location="${URL}" />
</source>
@@ -30,6 +30,6 @@
<slicingOptions includeFeatures="true" followStrict="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/201105270900-RC2/" artifactRepository="file:${destination}/201105270900-RC2/" publishartifacts="true" source="${destination}/201105270900-RC2/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/201109230900-SR1/" artifactRepository="file:${destination}/201109230900-SR1/" publishartifacts="true" source="${destination}/201109230900-SR1/" compress="${compress}" />
</target>
</project>
Added: trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build-...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build-... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build-... 2011-10-05 20:12:14 UTC (rev 35390)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/m2eclipse/build.xml -Ddestination=/tmp/m2eclipse-repo
+ -->
+ <target name="mirror">
+ <property name="URL1" value="https://repository.sonatype.org/content/sites/forge-sites/m2e/1.0.0/N/1.0..."/>
+ <property name="URL2" value="https://repository.sonatype.org/content/repositories/forge-sites/m2e-extr..."/>
+ <property name="URL3" value="https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0..."/>
+ <property name="URL4" value="http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/"/>
+
+ <!--
+ <property name="URL1" value="https://repository.sonatype.org/content/sites/forge-sites/m2e/1.0.0/N/1.0..."/>
+ <property name="URL2" value="https://repository.sonatype.org/content/repositories/forge-sites/m2e-extr..."/>
+ <property name="URL3" value="https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0..."/>
+
+ <property name="URL1" value="http://download.eclipse.org/technology/m2e/milestones/1.0/"/>
+ <property name="URL2" value="http://m2eclipse.sonatype.org/sites/m2e"/>
+ <property name="URL3" value="http://m2eclipse.sonatype.org/sites/m2e-extras/"/>
+ <property name="URL4" value="http://download.jboss.org/jbosstools/updates/requirements/m2eclipse-wtp-e37/"/>
+
+ <property name="URL1" value="https://repository.sonatype.org/content/sites/forge-sites/m2e/0.13.0/N/0...."/>
+ <property name="URL2" value="https://repository.sonatype.org/content/sites/forge-sites/m2e-extras/0.13..."/>
+ <property name="URL3" value="https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0..."/>
+
+ <property name="URL1" value="https://repository.sonatype.org/content/sites/forge-sites/m2e/0.13.0/N/0...."/>
+ <property name="URL2" value="https://repository.sonatype.org/content/sites/forge-sites/m2e-extras/0.13..."/>
+ <property name="URL3" value="https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0..."/>
+
+ <property name="URL1" value="https://repository.sonatype.org/content/sites/forge-sites/m2e/0.13.0/N/0...."/>
+ <property name="URL2" value="https://repository.sonatype.org/content/sites/forge-sites/m2e-extras/0.13..."/>
+ <property name="URL3" value="https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0..."/>
+
+ <property name="URL1" value="http://m2eclipse.sonatype.org/sites/m2e/" />
+ <property name="URL2" value="http://m2eclipse.sonatype.org/sites/m2e-extras/" />
+ <property name="URL3" value="http://download.eclipse.org/technology/m2e/updates/M/" />
+ -->
+
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/m2eclipse/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/20110728-1500" name="m2eclipse 0.13 (1.0) for Eclipse 3.6 - 3.7 (mirrored 20110728-1500)" />
+ <source>
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
+ <repository location="${URL3}" />
+ <repository location="${URL4}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/20110728-1500/" artifactRepository="file:${destination}/20110728-1500/"
+ publishartifacts="true" source="${destination}/20110728-1500/" compress="${compress}" />
+ </target>
+</project>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build-2.0... (from rev 35389, trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build-2.0... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build-2.0... 2011-10-05 20:12:14 UTC (rev 35390)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/swtbot/build.xml -Ddestination=/tmp/swtbot-repo
+ -->
+ <target name="mirror">
+ <property name="URL" value="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.4/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/2.0.4/" name="SWTBot plugins for Eclipse 3.6 - 3.7" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.0.4/" artifactRepository="file:${destination}/2.0.4/" publishartifacts="true" source="${destination}/2.0.4/" compress="${compress}" />
+ </target>
+</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml 2011-10-05 19:44:28 UTC (rev 35389)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml 2011-10-05 20:12:14 UTC (rev 35390)
@@ -17,11 +17,11 @@
-->
<target name="mirror">
<property name="URL" value="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site" />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.4/" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.5/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/2.0.4/" name="SWTBot plugins for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/2.0.5/" name="SWTBot plugins for Eclipse 3.6 - 3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -29,6 +29,6 @@
<slicingOptions includeFeatures="true" followStrict="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.0.4/" artifactRepository="file:${destination}/2.0.4/" publishartifacts="true" source="${destination}/2.0.4/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.0.5/" artifactRepository="file:${destination}/2.0.5/" publishartifacts="true" source="${destination}/2.0.5/" compress="${compress}" />
</target>
</project>
Added: trunk/download.jboss.org/jbosstools/updates/requirements/tptp/README.depr...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/tptp/README.depr... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/tptp/README.depr... 2011-10-05 20:12:14 UTC (rev 35390)
@@ -0,0 +1,3 @@
+:: DEPRECATED ::
+
+TPTP 4.7.2 is the final release, for Helios SR2, of TPTP. No updates will ever happen as this is an archived project.
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2011-10-05 19:44:28 UTC (rev 35389)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2011-10-05 20:12:14 UTC (rev 35390)
@@ -23,7 +23,7 @@
-->
<target name="mirror">
- <property name="URL" value="http://download.eclipse.org/webtools/downloads/drops/R3.3.1/M-3.3.1-20110..." />
+ <property name="URL" value="http://download.eclipse.org/webtools/downloads/drops/R3.3.1/R-3.3.1-20110..." />
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/webtools/" />
<property name="compress" value="true" />
13 years, 3 months
JBoss Tools SVN: r35388 - trunk/as/features.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-10-05 15:43:21 -0400 (Wed, 05 Oct 2011)
New Revision: 35388
Modified:
trunk/as/features/pom.xml
Log:
[JBIDE-9841] added new feature to features pom
Modified: trunk/as/features/pom.xml
===================================================================
--- trunk/as/features/pom.xml 2011-10-05 17:58:39 UTC (rev 35387)
+++ trunk/as/features/pom.xml 2011-10-05 19:43:21 UTC (rev 35388)
@@ -18,6 +18,7 @@
<module>org.jboss.ide.eclipse.as.feature</module>
<module>org.jboss.ide.eclipse.as.test.feature</module>
<module>org.jboss.ide.eclipse.as.server.egit.integration.feature</module>
+ <module>org.jboss.tools.openshift.express.feature</module>
</modules>
</project>
13 years, 3 months
JBoss Tools SVN: r35387 - in trunk/download.jboss.org/jbosstools/updates/webtools: helios and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-05 13:58:39 -0400 (Wed, 05 Oct 2011)
New Revision: 35387
Added:
trunk/download.jboss.org/jbosstools/updates/webtools/indigo/index.html
Removed:
trunk/download.jboss.org/jbosstools/updates/webtools/helios/site.xml
trunk/download.jboss.org/jbosstools/updates/webtools/indigo/site.xml
trunk/download.jboss.org/jbosstools/updates/webtools/site.xml
Modified:
trunk/download.jboss.org/jbosstools/updates/webtools/README.txt
Log:
JBIDE-9851 add JBT Indigo webtools site to download.jboss.org/jbosstools/updates/webtools/
Modified: trunk/download.jboss.org/jbosstools/updates/webtools/README.txt
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/webtools/README.txt 2011-10-05 17:42:48 UTC (rev 35386)
+++ trunk/download.jboss.org/jbosstools/updates/webtools/README.txt 2011-10-05 17:58:39 UTC (rev 35387)
@@ -1,8 +1,4 @@
This folder will contain a subset of JBoss Tools.
-See:
+See: https://issues.jboss.org/browse/JBIDE-9851
-https://issues.jboss.org/browse/JBIDE-8460
-https://bugs.eclipse.org/bugs/show_bug.cgi?id=282778
-
-
Deleted: trunk/download.jboss.org/jbosstools/updates/webtools/helios/site.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/webtools/helios/site.xml 2011-10-05 17:42:48 UTC (rev 35386)
+++ trunk/download.jboss.org/jbosstools/updates/webtools/helios/site.xml 2011-10-05 17:58:39 UTC (rev 35387)
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site/>
-
Added: trunk/download.jboss.org/jbosstools/updates/webtools/indigo/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/webtools/indigo/index.html (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/webtools/indigo/index.html 2011-10-05 17:58:39 UTC (rev 35387)
@@ -0,0 +1,164 @@
+<html>
+<head>
+<title>JBoss Tools - Web Tools - Nightly Build Update Site: 3.3.0.v20111005-0552-H87-M4pre.webtools</title>
+<style>
+@import url("http://download.jboss.org/jbosstools/updates/web/site.css");
+</style>
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+<center>
+<table marginheight="0" marginwidth="0" leftmargin="0" topmargin="0"
+ cellspacing="0" cellpadding="0" width="920" class="bodyText">
+ <tr>
+ <td colspan="3"><img
+ src="https://www.jboss.org/dms/tools/images/tools-banner.png" /></td>
+ </tr>
+ <tr>
+ <td>      </td>
+ <td>      </td>
+ <td>      </td>
+ </tr>
+ <tr>
+ <td>      </td>
+ <td>
+ <h2 class="title">JBoss Tools - Web Tools - Nightly Build Update Site</h2>
+ <table width="100%">
+ <tr class="header">
+ <td class="sub-header" width="100%"><span>Latest Build: 3.3.0.v20111005-0552-H87-M4pre.webtools</span></td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">This is the <b>Nightly Build</b>
+ Update Site for JBoss Tools - Web Tools. See <a class="link"
+ href="http://www.jboss.org/tools/download/installation/update_3_3">Installation
+ Instructions</a>.</p>
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 90px">
+ <td class="bodyText">
+ <p class="bodyText"><b class="bodyText" style="color: red;">NOTE:</b>
+<!-- see http://www.jboss.org/tools/download/dev#noteBirt for matching copy -->
+Some features (such as BIRT, Maven, or GWT) require additional third-party prerequisites not available from Eclipse.org or JBoss.org. These can be installed from the following composite update site mirror, which should be added automatically when you add the JBoss Tools update site to your Eclipse's list of Available Software Sites. To verify which sites are enabled, open <code><strong>Window > Preferences > Install/Update > Available Software Sites</strong></code>. To add sites, Click the <code><strong>Add...</strong></code> button, then right-click the link(s) below, copy the link(s), and paste them into Eclipse one by one as needed.
+ </p>
+
+ <ul>
+ <li><a href="http://download.jboss.org/jbosstools/updates/indigo/SR1">JBoss Tools Requirements - Composite Mirror - Indigo SR1</a></li>
+ <li><a href="http://download.jboss.org/jbosstools/updates/development/indigo/">JBoss Tools Core Updates - Stable Milestone - Indigo</a></li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">You can also download JBoss Tools as
+ individual zips for offline installation. See <a class="link"
+ href="http://www.jboss.org/tools/download">JBoss Tools
+ Downloads</a>.<br/>
+ If you downloaded this site as a zip, see <a href="README.installation.txt">Installation README</a>. See also <a
+ href="http://www.jboss.org/tools/download/installation">Installation
+ methods</a>.</p>
+ </td>
+ </tr>
+ </table>
+ </td>
+ <td>      </td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>
+ <br xmlns="http://www.w3.org/1999/xhtml" xmlns:xalan="http://xml.apache.org/xalan"></br><table xmlns="http://www.w3.org/1999/xhtml" xmlns:xalan="http://xml.apache.org/xalan" cellspacing="2" cellpadding="0" border="0">
+ <tr style="background-color:#DDDDDD">
+ <th style="font-size:small">Feature</th>
+ <th style="font-size:small">Version</th>
+ <th style="font-size:small">
+ Feature Categor(ies)
+
+ </th>
+ </tr>
+ <tr style="background-color:
							#EEEEEE
						">
+ <td class="rowLine"><a href="features/org.jboss.ide.eclipse.as.feature_2.3.0.v20111005-0538-H756-M4.jar" style="font-size:x-small">org.jboss.ide.eclipse.as.feature</a></td>
+ <td><span style="font-size:x-small">2.3.0.v20111005-0538-H756-M4</span></td>
+ <td><span style="font-size:x-small">
+ |
+ org.eclipse.wst.server.core.serverAdapter</span></td>
+ </tr>
+ <tr style="background-color:#DDDDDD">
+ <th colspan="1" style="font-size:small">Metadata</th>
+ <th colspan="1" style="font-size:small"></th>
+ <th colspan="1" style="font-size:small"></th>
+ </tr>
+ <tr style="background-color:#EEEEEE">
+ <td class="rowLine"><a href="site.xml" style="font-size:x-small">site.xml</a>
+ ::
+ <a href="artifacts.jar" style="font-size:x-small">artifacts.jar</a>
+ ::
+ <a href="content.jar" style="font-size:x-small">content.jar</a></td>
+ <td class="rowLine"></td>
+ <td class="rowLine"></td>
+ </tr>
+</table><br xmlns="http://www.w3.org/1999/xhtml" xmlns:xalan="http://xml.apache.org/xalan"></br>
+ </td>
+ <td></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>
+ <table width="100%">
+ <tr class="header">
+ <td class="sub-header" width="100%"><span> Installation
+ Types</span></td>
+ </tr>
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">Depending on how close to the bleeding edge
+ you like to be, there are several types of releases available.</p>
+ <br />
+
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Stable Releases</h4>
+
+ <p><a href="https://www.jboss.org/tools/download/stable.html">Stable
+ releases</a> are - as indicated by their name - stable.</p><br/>
+
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Development Milestones</h4>
+
+ <p><a href="https://www.jboss.org/tools/download/dev.html">Development
+ builds</a>, released once per milestone and only a few times a year, are
+ fairly stable, but there may be some things which do not yet work.
+ If you would like to try one of these milestones, we'd greatly
+ appreciate the assistance in testing and <a
+ href="https://jira.jboss.org/jira/browse/JBIDE">reporting of
+ issues in our issue tracker</a>.</p><br/>
+
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Nightly Builds</h4>
+
+ <p>The <a
+ href="https://www.jboss.org/tools/download/nightly.html">bleeding
+ edge</a> contains the latest and greatest new features, but nothing is
+ stable or guaranteed - yet. If you're using a Milestone and need a
+ fix, you can update to the latest Nightly, or wait for the next
+ Milestone.</p><br/>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</center>
+</html>
Deleted: trunk/download.jboss.org/jbosstools/updates/webtools/indigo/site.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/webtools/indigo/site.xml 2011-10-05 17:42:48 UTC (rev 35386)
+++ trunk/download.jboss.org/jbosstools/updates/webtools/indigo/site.xml 2011-10-05 17:58:39 UTC (rev 35387)
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site/>
-
Deleted: trunk/download.jboss.org/jbosstools/updates/webtools/site.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/webtools/site.xml 2011-10-05 17:42:48 UTC (rev 35386)
+++ trunk/download.jboss.org/jbosstools/updates/webtools/site.xml 2011-10-05 17:58:39 UTC (rev 35387)
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site/>
-
13 years, 3 months
JBoss Tools SVN: r35386 - trunk/build/aggregate/site.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-10-05 13:42:48 -0400 (Wed, 05 Oct 2011)
New Revision: 35386
Modified:
trunk/build/aggregate/site/site.xml
Log:
[JBIDE-9841] added feature to site.xml
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2011-10-05 17:33:01 UTC (rev 35385)
+++ trunk/build/aggregate/site/site.xml 2011-10-05 17:42:48 UTC (rev 35386)
@@ -55,6 +55,9 @@
<category name="WebTools" />
</feature>
<!-- only in JBT -->
+ <feature url="features/org.jboss.tools.openshift.express.feature_0.0.0.jar" id="org.jboss.tools.openshift.express.feature" version="0.0.0">
+ <category name="AllTools" />
+ <category name="WebTools" />
<feature url="features/org.jboss.ide.eclipse.as.server.egit.integration.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.server.egit.integration.feature" version="0.0.0">
<category name="AllTools" />
<category name="WebTools" />
13 years, 3 months
JBoss Tools SVN: r35385 - branches/jbosstools-3.2.x/build/aggregate/webtools-site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-10-05 13:33:01 -0400 (Wed, 05 Oct 2011)
New Revision: 35385
Added:
branches/jbosstools-3.2.x/build/aggregate/webtools-site/README.deprecated.txt
Log:
add deprecation warning (JBIDE-8460)
Added: branches/jbosstools-3.2.x/build/aggregate/webtools-site/README.deprecated.txt
===================================================================
--- branches/jbosstools-3.2.x/build/aggregate/webtools-site/README.deprecated.txt (rev 0)
+++ branches/jbosstools-3.2.x/build/aggregate/webtools-site/README.deprecated.txt 2011-10-05 17:33:01 UTC (rev 35385)
@@ -0,0 +1,9 @@
+:: DEPRECATED ::
+
+This site builder is deprecated because the upstream discovery plugin, org.eclipse.wst.server.discovery_1.0.101.v20100707.jar (WTP 3.2.3), and its final updated version, org.eclipse.wst.server.discovery_1.0.102.v20110427.jar (WTP 3.2.5) contains no reference to a URL from which JBoss AS adapters can be installed. See https://issues.jboss.org/browse/JBIDE-8460 for more info.
+
+As such, there's no point building and publishing this site, because the content (the "JBossAS Tools" feature) is duplicated here:
+
+http://download.jboss.org/jbosstools/updates/stable/helios/
+
+~nboldt, 20111005
13 years, 3 months
JBoss Tools SVN: r35384 - trunk/as/site.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-10-05 13:25:43 -0400 (Wed, 05 Oct 2011)
New Revision: 35384
Modified:
trunk/as/site/site.xml
Log:
[JBIDE-9841] added feature to site.xml
Modified: trunk/as/site/site.xml
===================================================================
--- trunk/as/site/site.xml 2011-10-05 17:09:25 UTC (rev 35383)
+++ trunk/as/site/site.xml 2011-10-05 17:25:43 UTC (rev 35384)
@@ -14,4 +14,8 @@
<feature url="features/org.jboss.ide.eclipse.as.test.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.test.feature" version="0.0.0">
<category name="JBoss Tools as Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.openshift.express.feature_0.0.0.jar" id="org.jboss.tools.openshift.express.feature" version="0.0.0">
+ <category name="JBoss Tools as Nightly Build Update Site"/>
+ </feature>
+
</site>
13 years, 3 months
JBoss Tools SVN: r35383 - in trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test: projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2011-10-05 13:09:25 -0400 (Wed, 05 Oct 2011)
New Revision: 35383
Added:
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyAbstract.java
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyBean4.java
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyInterface.java
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/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/SeamConfigValidationTest.java
Log:
JBIDE-9834
https://issues.jboss.org/browse/JBIDE-9834
Tests for validation of configuring abstract types and types without bean constructors are added.
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/META-INF/beans.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/META-INF/beans.xml 2011-10-05 17:08:37 UTC (rev 35382)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/META-INF/beans.xml 2011-10-05 17:09:25 UTC (rev 35383)
@@ -126,4 +126,9 @@
</s:value>
</v:bean2>
</v:MyBean3>
+
+<v:MyAbstract></v:MyAbstract>
+<v:MyInterface></v:MyInterface>
+<v:MyBean4></v:MyBean4>
+
</beans>
Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyAbstract.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyAbstract.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyAbstract.java 2011-10-05 17:09:25 UTC (rev 35383)
@@ -0,0 +1,5 @@
+package org.jboss.beans.validation.test;
+
+public abstract class MyAbstract {
+
+}
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyAbstract.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyBean4.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyBean4.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyBean4.java 2011-10-05 17:09:25 UTC (rev 35383)
@@ -0,0 +1,12 @@
+package org.jboss.beans.validation.test;
+
+import javax.inject.Inject;
+
+public class MyBean4 {
+
+ @Inject MyBean4 b;
+
+ public MyBean4(String s) {
+
+ }
+}
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyBean4.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyInterface.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyInterface.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyInterface.java 2011-10-05 17:09:25 UTC (rev 35383)
@@ -0,0 +1,5 @@
+package org.jboss.beans.validation.test;
+
+public interface MyInterface {
+
+}
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/projects/CDIConfigValidationTest/src/org/jboss/beans/validation/test/MyInterface.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/SeamConfigValidationTest.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/src/org/jboss/tools/cdi/seam/config/core/test/SeamConfigValidationTest.java 2011-10-05 17:08:37 UTC (rev 35382)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/src/org/jboss/tools/cdi/seam/config/core/test/SeamConfigValidationTest.java 2011-10-05 17:09:25 UTC (rev 35383)
@@ -121,6 +121,15 @@
AbstractResourceMarkerTest.assertMarkerIsCreated(f, MessageFormat.format(SeamConfigValidationMessages.INLINE_BEAN_TYPE_MISMATCH, "MyBean3", "MyBean1"), 125);
}
+ public void testConfiguringAbstractTypes() throws CoreException {
+ AbstractResourceMarkerTest.assertMarkerIsCreated(f, MessageFormat.format(SeamConfigValidationMessages.TYPE_IS_ABSTRACT, "MyAbstract"), 130);
+ AbstractResourceMarkerTest.assertMarkerIsCreated(f, MessageFormat.format(SeamConfigValidationMessages.TYPE_IS_ABSTRACT, "MyInterface"), 131);
+ }
+
+ public void testNoBeanConstructor() throws CoreException {
+ AbstractResourceMarkerTest.assertMarkerIsCreated(f, MessageFormat.format(SeamConfigValidationMessages.NO_BEAN_CONSTRUCTOR, "MyBean4"), 132);
+ }
+
public void testAddClassToResolveNode() throws CoreException {
String path = "src/org/jboss/beans/validation/test/MyBean2.java";
GenericBeanValidationTest.writeFile(project, "src/org/jboss/beans/validation/test/MyBean2.template", path);
13 years, 3 months
JBoss Tools SVN: r35382 - in trunk: common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/databinding and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-10-05 13:08:37 -0400 (Wed, 05 Oct 2011)
New Revision: 35382
Modified:
trunk/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationWizardPage.java
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/databinding/DataBindingUtils.java
Log:
[JBIDE-9793] fixed delete button enablement
Modified: trunk/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationWizardPage.java
===================================================================
--- trunk/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationWizardPage.java 2011-10-05 17:07:37 UTC (rev 35381)
+++ trunk/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationWizardPage.java 2011-10-05 17:08:37 UTC (rev 35382)
@@ -114,13 +114,13 @@
Button deleteButton = new Button(container, SWT.PUSH);
deleteButton.setText("&Delete");
GridDataFactory.fillDefaults().align(SWT.LEFT, SWT.CENTER).hint(80, 30).applyTo(deleteButton);
- DataBindingUtils.bindEnablementToValidationStatus(deleteButton, dbc, selectedApplicationBinding);
+ DataBindingUtils.bindEnablementToValidationStatus(deleteButton, IStatus.INFO, dbc, selectedApplicationBinding);
deleteButton.addSelectionListener(onDelete(dbc));
Button detailsButton = new Button(container, SWT.PUSH);
detailsButton.setText("De&tails");
GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).hint(80, 30).applyTo(detailsButton);
- DataBindingUtils.bindEnablementToValidationStatus(detailsButton, dbc, IStatus.INFO, selectedApplicationBinding);
+ DataBindingUtils.bindEnablementToValidationStatus(detailsButton, IStatus.INFO, dbc , selectedApplicationBinding);
detailsButton.addSelectionListener(onDetails(dbc));
}
Modified: trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/databinding/DataBindingUtils.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/databinding/DataBindingUtils.java 2011-10-05 17:07:37 UTC (rev 35381)
+++ trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/databinding/DataBindingUtils.java 2011-10-05 17:08:37 UTC (rev 35382)
@@ -46,11 +46,11 @@
*/
public static void bindEnablementToValidationStatus(final Control control,
DataBindingContext dbc, Binding... bindings) {
- bindEnablementToValidationStatus(control, dbc, IStatus.ERROR, bindings);
+ bindEnablementToValidationStatus(control, IStatus.ERROR, dbc, bindings);
}
- public static void bindEnablementToValidationStatus(final Control control,
- DataBindingContext dbc, int severity, Binding... bindings) {
+ public static void bindEnablementToValidationStatus(final Control control, int severity,
+ DataBindingContext dbc, Binding... bindings) {
dbc.bindValue(
WidgetProperties.enabled().observe(control),
createAggregateValidationStatus(dbc, bindings),
13 years, 3 months