JBoss Tools SVN: r43768 - in trunk/runtime-soa: features and 12 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-17 16:29:33 -0400 (Mon, 17 Sep 2012)
New Revision: 43768
Modified:
trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml
trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml
trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/feature.xml
trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/pom.xml
trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/feature.xml
trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml
trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml
trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml
trunk/runtime-soa/features/pom.xml
trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/pom.xml
trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/pom.xml
trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml
trunk/runtime-soa/plugins/pom.xml
trunk/runtime-soa/pom.xml
trunk/runtime-soa/site/pom.xml
trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/META-INF/MANIFEST.MF
trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/pom.xml
trunk/runtime-soa/tests/pom.xml
Log:
replace refs to org.jboss.tools.runtime.as.detector with org.jboss.ide.eclipse.as.core; add repository for http://download.jboss.org/drools/release/5.4.0.Final/org.drools.updatesite/; bump all versions from 1.3 to 1.4
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.runtime.drools.detector.feature"
label="%featureName"
- version="1.3.0.qualifier"
+ version="1.4.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.runtime.drools.detector">
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>features</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.features</groupId>
<artifactId>org.jboss.tools.runtime.drools.detector.feature</artifactId>
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/feature.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/feature.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/feature.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.runtime.esb.detector.feature"
label="%featureName"
- version="1.3.0.qualifier"
+ version="1.4.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.runtime.esb.detector">
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/pom.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>features</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.features</groupId>
<artifactId>org.jboss.tools.runtime.esb.detector.feature</artifactId>
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/feature.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/feature.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/feature.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.runtime.jbpm.detector.feature"
label="%featureName"
- version="1.3.0.qualifier"
+ version="1.4.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.runtime.jbpm.detector">
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>features</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.features</groupId>
<artifactId>org.jboss.tools.runtime.jbpm.detector.feature</artifactId>
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -14,9 +14,9 @@
</license>
<requires>
- <import feature="org.jboss.tools.runtime.drools.detector.feature" version="1.3.0" match="compatible"/>
- <import feature="org.jboss.tools.runtime.esb.detector.feature" version="1.3.0" match="compatible"/>
- <import feature="org.jboss.tools.runtime.jbpm.detector.feature" version="1.3.0" match="compatible"/>
+ <import feature="org.jboss.tools.runtime.drools.detector.feature" version="1.4.0" match="compatible"/>
+ <import feature="org.jboss.tools.runtime.esb.detector.feature" version="1.4.0" match="compatible"/>
+ <import feature="org.jboss.tools.runtime.jbpm.detector.feature" version="1.4.0" match="compatible"/>
<import feature="org.jboss.tools.runtime.test.feature" version="2.0.0" match="compatible"/>
<import feature="org.jboss.tools.runtime.core.feature" version="2.0.0" match="compatible"/>
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,11 +5,10 @@
<parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>features</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime-soa.features</groupId>
<artifactId>org.jboss.tools.runtime.soa.test.feature</artifactId>
- <version>1.4.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/runtime-soa/features/pom.xml
===================================================================
--- trunk/runtime-soa/features/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>runtime-soa</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>features</artifactId>
Modified: trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/pom.xml
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>plugins</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.plugins</groupId>
<artifactId>org.jboss.tools.runtime.drools.detector</artifactId>
Modified: trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/pom.xml
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>plugins</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.plugins</groupId>
<artifactId>org.jboss.tools.runtime.esb.detector</artifactId>
Modified: trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>plugins</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.plugins</groupId>
<artifactId>org.jboss.tools.runtime.jbpm.detector</artifactId>
Modified: trunk/runtime-soa/plugins/pom.xml
===================================================================
--- trunk/runtime-soa/plugins/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/plugins/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>runtime-soa</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>plugins</artifactId>
Modified: trunk/runtime-soa/pom.xml
===================================================================
--- trunk/runtime-soa/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0.Alpha1-SNAPSHOT</version>
+ <version>4.0.0.Alpha2-SNAPSHOT</version>
<relativePath>../build/parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>runtime-soa</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<name>runtime-soa.all</name>
<packaging>pom</packaging>
<modules>
@@ -37,6 +37,17 @@
<enabled>true</enabled>
</releases>
</repository>
+ <repository>
+ <id>droolsjbpm54</id>
+ <url>http://download.jboss.org/drools/release/5.4.0.Final/org.drools.updatesite/</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
</repositories>
</project>
Modified: trunk/runtime-soa/site/pom.xml
===================================================================
--- trunk/runtime-soa/site/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/site/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>runtime-soa</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>runtime-soa.site</artifactId>
Modified: trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/META-INF/MANIFEST.MF 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/META-INF/MANIFEST.MF 2012-09-17 20:29:33 UTC (rev 43768)
@@ -31,7 +31,7 @@
org.jboss.tools.seam.xml,
org.jboss.tools.seam.xml.ui,
org.jboss.tools.seam.text.ext,
- org.jboss.tools.runtime.as.detector,
+ org.jboss.ide.eclipse.as.core,
org.jboss.tools.runtime.drools.detector,
org.jboss.tools.runtime.jbpm.detector,
org.jboss.tools.runtime.seam.detector
Modified: trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/pom.xml
===================================================================
--- trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>tests</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.soa.tests</groupId>
<artifactId>org.jboss.tools.runtime.soa.test</artifactId>
Modified: trunk/runtime-soa/tests/pom.xml
===================================================================
--- trunk/runtime-soa/tests/pom.xml 2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/tests/pom.xml 2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>runtime-soa</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime-soa</groupId>
<artifactId>tests</artifactId>
13 years, 6 months
JBoss Tools SVN: r43767 - in trunk/download.jboss.org/jbosstools/updates/requirements: findbugs and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-17 16:25:21 -0400 (Mon, 17 Sep 2012)
New Revision: 43767
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/springide/build-...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipsecs/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/README....
trunk/download.jboss.org/jbosstools/updates/requirements/springide/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/testng/build.xml
Log:
update req builders for findbugs, springIDE, eclipse-cs, testng (JBDS-2278)
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/eclipsecs/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/eclipsecs/build.xml 2012-09-17 18:21:26 UTC (rev 43766)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/eclipsecs/build.xml 2012-09-17 20:25:21 UTC (rev 43767)
@@ -17,11 +17,11 @@
-->
<target name="mirror">
<property name="URL" value="http://eclipse-cs.sf.net/update/" />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/eclipsecs/5.4.0.201109110000/" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/eclipsecs/5.5.0.201111092104/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/5.4.0.201109110000/" name="eclipsecs plugins for Eclipse 3.7" />
+ <repository location="file:${destination}/5.5.0.201111092104/" name="eclipsecs plugins for Eclipse" />
<source>
<repository location="${URL}" />
</source>
@@ -29,6 +29,6 @@
<slicingOptions includeFeatures="true" followStrict="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/5.4.0.201109110000/" artifactRepository="file:${destination}/5.4.0.201109110000/" publishartifacts="true" source="${destination}/5.4.0.201109110000/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/5.5.0.201111092104/" artifactRepository="file:${destination}/5.5.0.201111092104/" publishartifacts="true" source="${destination}/5.5.0.201111092104/" compress="${compress}" />
</target>
</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/README....
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/README.... 2012-09-17 18:21:26 UTC (rev 43766)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/README.... 2012-09-17 20:25:21 UTC (rev 43767)
@@ -28,6 +28,7 @@
Sources can be found here at sourceforge.net:
<ul>
+<li><a class="link" href="http://prdownloads.sourceforge.net/findbugs/eclipsePlugin-2.0.1.20120712-...">FindBugs Eclipse Plugin 2.0.1.20120712 Source Zip</a></li>
<li><a class="link" href="http://prdownloads.sourceforge.net/findbugs/eclipsePlugin-1.3.9.20090821-...">FindBugs Eclipse Plugin 1.3.9.20090821 Source Zip</a></li>
<li><a class="link" href="http://findbugs.sourceforge.net/downloads.html">FindBugs Downloads</a></li>
</ul>
@@ -37,24 +38,10 @@
<tr class="dark-row" style="height: 30px">
<td class="bodyText">
- <!-- <p class="bodyText"></p> -->
-
-<!-- to convert raw fish listing to links do this in vi
-
-:%s#^sftp://tools@filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/\(.\+\)$#<li><a class=link href=\1>\1<\/a></li>#g
-
-Then sftp file into
-
-tools(a)filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/
-
-which becomes
-
-http://download.jboss.org/jbosstools/updates/requirements/
-
--->
<p class="bodyText">FindBugs Update Site (local JBoss.org mirror)</p>
<ul>
-<li><a class=link href=1.3.9>1.3.9</a> </li>
+<li><a class=link href=2.0.1.20120712>2.0.1.20120712</a> </li>
+<li><a class=link href=1.3.9>1.3.9.20090821</a> </li>
</ul>
<br/>
</td>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/build.xml (from rev 43766, trunk/download.jboss.org/jbosstools/updates/requirements/eclipsecs/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/build.xml (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/build.xml 2012-09-17 20:25:21 UTC (rev 43767)
@@ -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/findbugs/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/findbugs/build.xml -Ddestination=/tmp/findbugs-repo
+ -->
+ <target name="mirror">
+ <property name="URL" value="http://eclipse-cs.sf.net/update/" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/findbugs/2.0.1.20120712/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/2.0.1.20120712/" name="findbugs for Eclipse" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.0.1.20120712/" artifactRepository="file:${destination}/2.0.1.20120712/" publishartifacts="true" source="${destination}/2.0.1.20120712/" compress="${compress}" />
+ </target>
+</project>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/springide/build-... (from rev 43766, trunk/download.jboss.org/jbosstools/updates/requirements/springide/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/springide/build-... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/springide/build-... 2012-09-17 20:25:21 UTC (rev 43767)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="default">
+ <!-- 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/springide/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/springide/build.xml -Ddestination=/tmp/pmd-repo
+
+ or, run local:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ java -cp ~/eclipse/eclipse371/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner -f build.xml \
+ init copy.patched.jars regenerate.metadata
+
+ -->
+ <target name="default" depends="init,mirror,apply.patch,copy.patched.jars,regenerate.metadata" />
+ <target name="patch.and.regen" depends="init,apply.patch,copy.patched.jars,regenerate.metadata" />
+
+ <target name="init">
+ <!-- Other URLs:
+ http://dist.springframework.org/release/IDE/
+ http://dist.springframework.org/snapshot/IDE/weekly/
+ http://dist.springsource.com/release/TOOLS/update/e3.7/
+ -->
+ <property name="URL" value="http://dist.springsource.com/release/TOOLS/update/e3.7/" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/springide/" />
+ <property name="siteVersion" value="2.7.2.201109122348" />
+ <property name="compress" value="true" />
+ </target>
+
+ <target name="mirror">
+ <p2.mirror>
+ <repository location="file:${destination}/${siteVersion}/" name="springide plugins for Eclipse 3.7" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <iu id="org.springframework.ide.eclipse.feature.feature.group" />
+ <iu id="org.springframework.ide.eclipse.aop.feature.feature.group" />
+ <iu id="org.springframework.ide.eclipse.osgi.feature.feature.group" />
+ <iu id="org.springframework.ide.eclipse.webflow.feature.feature.group" />
+ <iu id="org.springframework.ide.eclipse.batch.feature.feature.group" />
+ <iu id="org.springframework.ide.eclipse.integration.feature.feature.group" />
+ <iu id="org.springframework.ide.eclipse.security.feature.feature.group" />
+ <iu id="org.springframework.ide.eclipse.autowire.feature.feature.group" />
+ <iu id="org.springframework.ide.eclipse.mylyn.feature.feature.group" />
+
+ <slicingoptions includefeatures="true" followstrict="true" latestversiononly="false" platformfilter="true" />
+ </p2.mirror>
+ </target>
+
+ <target name="apply.patch">
+ <echo>JBDS-1838 :: Apply patch to disable SpringIDE welcome page</echo>
+ <!-- unzip jar
+ replace about.ini
+ replace MANIFEST.MF
+ delete welcome.xml META-INF/VMWARE.*
+ zip jar -->
+ <copy file="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}-RELEASE.jar" tofile="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}-RELEASE_ORIGINAL.jar" />
+ <unzip src="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}-RELEASE.jar" dest="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse" />
+ <echo file="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse/about.ini">
+aboutText=%title
+featureImage=feature_image.png
+</echo>
+ <echo file="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse/META-INF/MANIFEST.MF">Manifest-Version: 1.0
+Bundle-Name: %pluginName
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: %providerName
+Bundle-Version: ${siteVersion}-RELEASE
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: org.springframework.ide.eclipse
+</echo>
+ <delete quiet="true">
+ <fileset dir="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse" includes="welcome.xml" />
+ <fileset dir="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse/META-INF" includes="eclipse.inf, VMWARE.RSA, VMWARE.SF" />
+ </delete>
+ <zip destfile="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}-RELEASE.jar" basedir="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse/" />
+ <delete dir="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse/" quiet="true" />
+ </target>
+
+ <target name="copy.patched.jars">
+ <property name="patch.suffix" value="-patched_JBDS-1838"/>
+ <copy file="${destination}/${siteVersion}.patch/plugins/org.springframework.ide.eclipse_${siteVersion}${patch.suffix}.jar" todir="${destination}/${siteVersion}/plugins/" />
+ <copy file="${destination}/${siteVersion}.patch/features/org.springframework.ide.eclipse.feature_${siteVersion}${patch.suffix}.jar" todir="${destination}/${siteVersion}/features/" />
+ </target>
+
+ <target name="regenerate.metadata">
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/${siteVersion}/" artifactRepository="file:${destination}/${siteVersion}/" publishartifacts="true" source="${destination}/${siteVersion}/" compress="${compress}" />
+ </target>
+
+</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/springide/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/springide/build.xml 2012-09-17 18:21:26 UTC (rev 43766)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/springide/build.xml 2012-09-17 20:25:21 UTC (rev 43767)
@@ -18,30 +18,28 @@
or, run local:
export JAVA_HOME=/opt/jdk1.6.0; \
- java -cp ~/eclipse/eclipse371/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar \
+ java -cp ~/eclipse/eclipse370/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar \
org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
- -application org.eclipse.ant.core.antRunner -f build.xml \
- init copy.patched.jars regenerate.metadata
-
+ -application org.eclipse.ant.core.antRunner -f build.xml
-->
- <target name="default" depends="init,mirror,apply.patch,copy.patched.jars,regenerate.metadata" />
+ <target name="default" depends="init,mirror" />
<target name="patch.and.regen" depends="init,apply.patch,copy.patched.jars,regenerate.metadata" />
<target name="init">
<!-- Other URLs:
http://dist.springframework.org/release/IDE/
http://dist.springframework.org/snapshot/IDE/weekly/
- http://dist.springsource.com/release/TOOLS/update/e3.7/
+ http://dist.springsource.com/release/TOOLS/update/e4.2/
-->
- <property name="URL" value="http://dist.springsource.com/release/TOOLS/update/e3.7/" />
+ <property name="URL" value="http://dist.springsource.com/release/TOOLS/update/e4.2/" />
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/springide/" />
- <property name="siteVersion" value="2.7.2.201109122348" />
+ <property name="siteVersion" value="3.0.0.201208090952-RELEASE" />
<property name="compress" value="true" />
</target>
<target name="mirror">
<p2.mirror>
- <repository location="file:${destination}/${siteVersion}/" name="springide plugins for Eclipse 3.7" />
+ <repository location="file:${destination}/${siteVersion}/" name="springide plugins for Eclipse 4.2" />
<source>
<repository location="${URL}" />
</source>
@@ -67,8 +65,8 @@
replace MANIFEST.MF
delete welcome.xml META-INF/VMWARE.*
zip jar -->
- <copy file="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}-RELEASE.jar" tofile="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}-RELEASE_ORIGINAL.jar" />
- <unzip src="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}-RELEASE.jar" dest="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse" />
+ <copy file="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}.jar" tofile="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}_ORIGINAL.jar" />
+ <unzip src="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}.jar" dest="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse" />
<echo file="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse/about.ini">
aboutText=%title
featureImage=feature_image.png
@@ -78,7 +76,7 @@
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
-Bundle-Version: ${siteVersion}-RELEASE
+Bundle-Version: ${siteVersion}
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.springframework.ide.eclipse
</echo>
@@ -86,14 +84,12 @@
<fileset dir="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse" includes="welcome.xml" />
<fileset dir="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse/META-INF" includes="eclipse.inf, VMWARE.RSA, VMWARE.SF" />
</delete>
- <zip destfile="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}-RELEASE.jar" basedir="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse/" />
+ <zip destfile="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}.jar" basedir="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse/" />
<delete dir="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse/" quiet="true" />
</target>
<target name="copy.patched.jars">
- <property name="patch.suffix" value="-patched_JBDS-1838"/>
- <copy file="${destination}/${siteVersion}.patch/plugins/org.springframework.ide.eclipse_${siteVersion}${patch.suffix}.jar" todir="${destination}/${siteVersion}/plugins/" />
- <copy file="${destination}/${siteVersion}.patch/features/org.springframework.ide.eclipse.feature_${siteVersion}${patch.suffix}.jar" todir="${destination}/${siteVersion}/features/" />
+ <copy file="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}.jar" tofile="${destination}/${siteVersion}/plugins/org.springframework.ide.eclipse_${siteVersion}_ORIGINAL.jar" />
</target>
<target name="regenerate.metadata">
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml 2012-09-17 18:21:26 UTC (rev 43766)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml 2012-09-17 20:25:21 UTC (rev 43767)
@@ -23,7 +23,7 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/1.8_1.7/" name="Subclipse 1.8 + SVNKit 1.7 plugins for Subversion 1.7 and Eclipse 3.7" />
+ <repository location="file:${destination}/1.8.16_1.7.5.v1/" name="Subclipse 1.8 + SVNKit 1.7 plugins for Subversion 1.7 and Eclipse" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -32,6 +32,6 @@
<slicingOptions includeFeatures="true" followStrict="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/1.8_1.7/" artifactRepository="file:${destination}/1.8_1.7/" publishartifacts="true" source="${destination}/1.8_1.7/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/1.8.16_1.7.5.v1/" artifactRepository="file:${destination}/1.8.16_1.7.5.v1/" publishartifacts="true" source="${destination}/1.8.16_1.7.5.v1/" compress="${compress}" />
</target>
</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/testng/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/testng/build.xml 2012-09-17 18:21:26 UTC (rev 43766)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/testng/build.xml 2012-09-17 20:25:21 UTC (rev 43767)
@@ -17,11 +17,11 @@
-->
<target name="mirror">
<property name="URL" value="http://beust.com/eclipse/" />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/testng/6.1.1.20110823_1537/" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/testng/6.7.0.20120825_1316/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/6.1.1.20110823_1537/" name="testng plugins for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/6.7.0.20120825_1316/" name="testng plugins for Eclipse" />
<source>
<repository location="${URL}" />
</source>
@@ -29,6 +29,6 @@
<slicingoptions includefeatures="true" followstrict="true" latestversiononly="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/6.1.1.20110823_1537/" artifactRepository="file:${destination}/6.1.1.20110823_1537/" publishartifacts="true" source="${destination}/6.1.1.20110823_1537/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/6.7.0.20120825_1316/" artifactRepository="file:${destination}/6.7.0.20120825_1316/" publishartifacts="true" source="${destination}/6.7.0.20120825_1316/" compress="${compress}" />
</target>
</project>
13 years, 6 months
JBoss Tools SVN: r43765 - trunk/build/target-platforms/multiple.
by jbosstools-commits@lists.jboss.org
Author: mickael_istria
Date: 2012-09-17 14:10:39 -0400 (Mon, 17 Sep 2012)
New Revision: 43765
Modified:
trunk/build/target-platforms/multiple/multiple.target
Log:
JBIDE-12629: Fix m2e.wtp version
Modified: trunk/build/target-platforms/multiple/multiple.target
===================================================================
--- trunk/build/target-platforms/multiple/multiple.target 2012-09-17 17:30:25 UTC (rev 43764)
+++ trunk/build/target-platforms/multiple/multiple.target 2012-09-17 18:10:39 UTC (rev 43765)
@@ -43,7 +43,7 @@
<!-- m2e, m2e-wtp + deps -->
<unit id="org.eclipse.m2e.sdk.feature.feature.group" version="1.2.0.20120903-1050"/>
<unit id="org.eclipse.m2e.feature.feature.group" version="1.2.0.20120903-1050"/>
- <unit id="org.eclipse.m2e.wtp.feature.feature.group" version="0.16.0.20120913-2037"/>
+ <unit id="org.eclipse.m2e.wtp.feature.feature.group" version="0.16.0.20120914-0945"/>
<unit id="org.sonatype.m2e.mavenarchiver.feature.feature.group" version="0.15.0.201207090125"/>
<unit id="ch.qos.logback.classic" version="1.0.0.v20111214-2030"/>
<unit id="ch.qos.logback.core" version="1.0.0.v20111214-2030"/>
13 years, 6 months
JBoss Tools SVN: r43764 - in trunk/freemarker: plugins/org.jboss.ide.eclipse.freemarker/src/freemarker_ide and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-17 13:30:25 -0400 (Mon, 17 Sep 2012)
New Revision: 43764
Added:
trunk/freemarker/.gitignore
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/freemarker_ide/.gitkeep
trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/resources/prj/org.jboss.tools.freemarker.testprj/empty/.gitkeep
Log:
add .gitignore and .gitkeep files
Added: trunk/freemarker/.gitignore
===================================================================
--- trunk/freemarker/.gitignore (rev 0)
+++ trunk/freemarker/.gitignore 2012-09-17 17:30:25 UTC (rev 43764)
@@ -0,0 +1 @@
+.project
Added: trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/src/freemarker_ide/.gitkeep
===================================================================
Added: trunk/freemarker/tests/org.jboss.tools.freemarker.ui.bot.test/resources/prj/org.jboss.tools.freemarker.testprj/empty/.gitkeep
===================================================================
13 years, 6 months
JBoss Tools SVN: r43763 - in trunk: runtime-soa/features/org.jboss.tools.runtime.soa.test.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-17 13:29:22 -0400 (Mon, 17 Sep 2012)
New Revision: 43763
Modified:
trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml
trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/pom.xml
Log:
JBIDE-12583 o.j.t.runtime.as.detector classes are now in o.j.i.e.as.core, so use o.j.i.e.as.feature instead
Modified: trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/pom.xml
===================================================================
--- trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/pom.xml 2012-09-17 17:13:53 UTC (rev 43762)
+++ trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/pom.xml 2012-09-17 17:29:22 UTC (rev 43763)
@@ -123,11 +123,12 @@
<artifactId>org.jboss.tools.runtime.core.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
+ <!-- JBIDE-12583 o.j.t.runtime.as.detector classes are now in o.j.i.e.as.core, so use o.j.i.e.as.feature instead -->
<dependency>
- <type>p2-installable-unit</type>
- <artifactId>org.jboss.tools.runtime.as.detector.feature.feature.group</artifactId>
- <version>0.0.0</version>
- </dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.jboss.ide.eclipse.as.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.jboss.tools.seam.feature.feature.group</artifactId>
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml 2012-09-17 17:13:53 UTC (rev 43762)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml 2012-09-17 17:29:22 UTC (rev 43763)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.runtime.soa.test.feature" label="JBoss Tools - Tests - Runtime Detection" version="1.3.0.qualifier">
+<feature id="org.jboss.tools.runtime.soa.test.feature" label="JBoss Tools - Tests - Runtime Detection" version="1.4.0.qualifier">
<description>
%description
@@ -18,10 +18,11 @@
<import feature="org.jboss.tools.runtime.esb.detector.feature" version="1.3.0" match="compatible"/>
<import feature="org.jboss.tools.runtime.jbpm.detector.feature" version="1.3.0" match="compatible"/>
- <import feature="org.jboss.tools.runtime.test.feature" version="1.3.0" match="compatible"/>
- <import feature="org.jboss.tools.runtime.core.feature" version="1.3.0" match="compatible"/>
- <import feature="org.jboss.tools.runtime.as.detector.feature" version="1.3.0" match="compatible"/>
- <import feature="org.jboss.ide.eclipse.as.serverAdapter.wtp.feature" version="2.3.0" match="compatible"/>
+ <import feature="org.jboss.tools.runtime.test.feature" version="2.0.0" match="compatible"/>
+ <import feature="org.jboss.tools.runtime.core.feature" version="2.0.0" match="compatible"/>
+ <!-- JBIDE-12583 o.j.t.runtime.as.detector classes are now in o.j.i.e.as.core, so use o.j.i.e.as.feature instead -->
+ <import feature="org.jboss.ide.eclipse.as.feature" version="2.4.0" match="compatible"/>
+ <import feature="org.jboss.ide.eclipse.as.serverAdapter.wtp.feature" version="2.4.0" match="compatible"/>
</requires>
<plugin id="org.jboss.tools.runtime.soa.test" download-size="0" install-size="0" version="0.0.0" unpack="false" />
Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml 2012-09-17 17:13:53 UTC (rev 43762)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml 2012-09-17 17:29:22 UTC (rev 43763)
@@ -9,6 +9,7 @@
</parent>
<groupId>org.jboss.tools.runtime-soa.features</groupId>
<artifactId>org.jboss.tools.runtime.soa.test.feature</artifactId>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
13 years, 6 months
JBoss Tools SVN: r43762 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-17 13:13:53 -0400 (Mon, 17 Sep 2012)
New Revision: 43762
Modified:
trunk/build/target-platform/jbds.target.p2mirror.xml
trunk/build/target-platform/multiple.target.p2mirror.xml
trunk/build/target-platform/unified.target.p2mirror.xml
Log:
remove cruft from .target.p2mirror.xml scripts -- if the IU isn't in the .target, it should ALSO be removed from the mirror script
Modified: trunk/build/target-platform/jbds.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/jbds.target.p2mirror.xml 2012-09-17 17:10:33 UTC (rev 43761)
+++ trunk/build/target-platform/jbds.target.p2mirror.xml 2012-09-17 17:13:53 UTC (rev 43762)
@@ -337,7 +337,6 @@
<iu id="org.eclipse.birt.chart.integration.wtp.feature.group" version="4.2.1.v20120904-1129-5107w31231A150223A"/>
<iu id="com.google.gdt.eclipse.suite.e42.feature.feature.group" version="3.1.0.v201208080121-rel-r42"/>
<iu id="com.google.gwt.eclipse.sdkbundle.e42.feature.feature.group" version="2.4.0.v201208080121-rel-r42"/>
-<iu id="net.jeeeyul.eclipse.themes.feature.feature.group" version="1.5.0.201209040005"/>
</p2.mirror>
</target>
</project>
Modified: trunk/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/multiple.target.p2mirror.xml 2012-09-17 17:10:33 UTC (rev 43761)
+++ trunk/build/target-platform/multiple.target.p2mirror.xml 2012-09-17 17:13:53 UTC (rev 43762)
@@ -3,9 +3,9 @@
<target name="help">
<echo>
Generated with useLatest = false
-
+
---
-
+
Use followStrict="true" to prevent downloading all
requirements not included in the target platform
or followStrict="false" to fetch everything
@@ -337,7 +337,6 @@
<iu id="org.eclipse.birt.chart.integration.wtp.feature.group" version="4.2.1.v20120904-1129-5107w31231A150223A"/>
<iu id="com.google.gdt.eclipse.suite.e42.feature.feature.group" version="3.1.0.v201208080121-rel-r42"/>
<iu id="com.google.gwt.eclipse.sdkbundle.e42.feature.feature.group" version="2.4.0.v201208080121-rel-r42"/>
-<iu id="net.jeeeyul.eclipse.themes.feature.feature.group" version="1.5.0.201209040005"/>
</p2.mirror>
</target>
</project>
Modified: trunk/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/unified.target.p2mirror.xml 2012-09-17 17:10:33 UTC (rev 43761)
+++ trunk/build/target-platform/unified.target.p2mirror.xml 2012-09-17 17:13:53 UTC (rev 43762)
@@ -337,7 +337,6 @@
<iu id="org.eclipse.birt.chart.integration.wtp.feature.group" version="4.2.1.v20120904-1129-5107w31231A150223A"/>
<iu id="com.google.gdt.eclipse.suite.e42.feature.feature.group" version="3.1.0.v201208080121-rel-r42"/>
<iu id="com.google.gwt.eclipse.sdkbundle.e42.feature.feature.group" version="2.4.0.v201208080121-rel-r42"/>
-<iu id="net.jeeeyul.eclipse.themes.feature.feature.group" version="1.5.0.201209040005"/>
</p2.mirror>
</target>
</project>
13 years, 6 months
JBoss Tools SVN: r43760 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-09-17 13:05:53 -0400 (Mon, 17 Sep 2012)
New Revision: 43760
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
Log:
[JBIDE-11912] corrected "Manage SSH Keys" context-menu entry visibility (was always visible, but only enabled on user, now: only visible on user)
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-09-17 17:00:50 UTC (rev 43759)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-09-17 17:05:53 UTC (rev 43760)
@@ -705,10 +705,13 @@
mnemonic="K">
<visibleWhen>
<with variable="selection">
- <iterate ifEmpty="false" operator="or">
- <instanceof
- value="org.jboss.tools.openshift.express.internal.core.console.UserDelegate" />
- </iterate>
+ <and>
+ <count value="1" />
+ <iterate ifEmpty="false" operator="or">
+ <instanceof
+ value="org.jboss.tools.openshift.express.internal.core.console.UserDelegate" />
+ </iterate>
+ </and>
</with>
</visibleWhen>
</command>
13 years, 6 months
JBoss Tools SVN: r43759 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-09-17 13:00:50 -0400 (Mon, 17 Sep 2012)
New Revision: 43759
Modified:
trunk/build/target-platform/jbds.target.p2mirror.xml
trunk/build/target-platform/multiple.target.p2mirror.xml
trunk/build/target-platform/unified.target.p2mirror.xml
Log:
bump up version of org.eclipse.m2e.wtp.feature.feature.group to 0.16.0.20120914-0945 from 2 other version (not so consistent, folks\!)
Modified: trunk/build/target-platform/jbds.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/jbds.target.p2mirror.xml 2012-09-17 17:00:41 UTC (rev 43758)
+++ trunk/build/target-platform/jbds.target.p2mirror.xml 2012-09-17 17:00:50 UTC (rev 43759)
@@ -57,7 +57,7 @@
<iu id="org.junit" version="3.8.2.v3_8_2_v20100427-1100"/>
<iu id="org.eclipse.m2e.sdk.feature.feature.group" version="1.2.0.20120903-1050"/>
<iu id="org.eclipse.m2e.feature.feature.group" version="1.2.0.20120903-1050"/>
-<iu id="org.eclipse.m2e.wtp.feature.feature.group" version="0.16.0.20120910-0913"/>
+<iu id="org.eclipse.m2e.wtp.feature.feature.group" version="0.16.0.20120914-0945"/>
<iu id="org.sonatype.m2e.mavenarchiver.feature.feature.group" version="0.15.0.201207090125"/>
<iu id="ch.qos.logback.classic" version="1.0.0.v20111214-2030"/>
<iu id="ch.qos.logback.core" version="1.0.0.v20111214-2030"/>
Modified: trunk/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/multiple.target.p2mirror.xml 2012-09-17 17:00:41 UTC (rev 43758)
+++ trunk/build/target-platform/multiple.target.p2mirror.xml 2012-09-17 17:00:50 UTC (rev 43759)
@@ -57,7 +57,7 @@
<iu id="org.junit" version="3.8.2.v3_8_2_v20100427-1100"/>
<iu id="org.eclipse.m2e.sdk.feature.feature.group" version="1.2.0.20120903-1050"/>
<iu id="org.eclipse.m2e.feature.feature.group" version="1.2.0.20120903-1050"/>
-<iu id="org.eclipse.m2e.wtp.feature.feature.group" version="0.16.0.20120913-2037"/>
+<iu id="org.eclipse.m2e.wtp.feature.feature.group" version="0.16.0.20120914-0945"/>
<iu id="org.sonatype.m2e.mavenarchiver.feature.feature.group" version="0.15.0.201207090125"/>
<iu id="ch.qos.logback.classic" version="1.0.0.v20111214-2030"/>
<iu id="ch.qos.logback.core" version="1.0.0.v20111214-2030"/>
Modified: trunk/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/unified.target.p2mirror.xml 2012-09-17 17:00:41 UTC (rev 43758)
+++ trunk/build/target-platform/unified.target.p2mirror.xml 2012-09-17 17:00:50 UTC (rev 43759)
@@ -57,7 +57,7 @@
<iu id="org.junit" version="3.8.2.v3_8_2_v20100427-1100"/>
<iu id="org.eclipse.m2e.sdk.feature.feature.group" version="1.2.0.20120903-1050"/>
<iu id="org.eclipse.m2e.feature.feature.group" version="1.2.0.20120903-1050"/>
-<iu id="org.eclipse.m2e.wtp.feature.feature.group" version="0.16.0.20120910-0913"/>
+<iu id="org.eclipse.m2e.wtp.feature.feature.group" version="0.16.0.20120914-0945"/>
<iu id="org.sonatype.m2e.mavenarchiver.feature.feature.group" version="0.15.0.201207090125"/>
<iu id="ch.qos.logback.classic" version="1.0.0.v20111214-2030"/>
<iu id="ch.qos.logback.core" version="1.0.0.v20111214-2030"/>
13 years, 6 months