JBoss Tools SVN: r30022 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-25 04:19:03 -0400 (Fri, 25 Mar 2011)
New Revision: 30022
Modified:
trunk/build/target-platform/multiple.target
trunk/build/target-platform/multiple.target.p2mirror.xml
trunk/build/target-platform/unified.target
Log:
reorder targets for consistency w/ other branches
Modified: trunk/build/target-platform/multiple.target
===================================================================
--- trunk/build/target-platform/multiple.target 2011-03-25 08:08:38 UTC (rev 30021)
+++ trunk/build/target-platform/multiple.target 2011-03-25 08:19:03 UTC (rev 30022)
@@ -218,4 +218,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
+</target>
\ No newline at end of file
Modified: trunk/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/multiple.target.p2mirror.xml 2011-03-25 08:08:38 UTC (rev 30021)
+++ trunk/build/target-platform/multiple.target.p2mirror.xml 2011-03-25 08:19:03 UTC (rev 30022)
@@ -28,8 +28,8 @@
<p2.mirror destination="file://${repoDir}" verbose="${verbose}">
<slicingOptions includeFeatures="true" followStrict="${followStrict}"/>
<source>
+<repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/"/>
<repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
-<repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/"/>
</source>
<iu id="org.maven.ide.eclipse.feature.feature.group" version=""/>
<iu id="org.maven.ide.eclipse.wtp.feature.feature.group" version=""/>
Modified: trunk/build/target-platform/unified.target
===================================================================
--- trunk/build/target-platform/unified.target 2011-03-25 08:08:38 UTC (rev 30021)
+++ trunk/build/target-platform/unified.target 2011-03-25 08:19:03 UTC (rev 30022)
@@ -9,6 +9,9 @@
<locations>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<repository location="http://download.jboss.org/jbosstools/updates/target-platform_trunk/latest/"/>
+ </location>
+ <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+ <repository location="http://download.jboss.org/jbosstools/updates/target-platform_trunk/latest/"/>
<unit id="org.maven.ide.eclipse.feature.feature.group" version="0.12.1.20110112-1712"/>
<unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.11.1.20101108-1810"/>
@@ -206,9 +209,6 @@
<unit id="com.google.gdt.eclipse.suite.e36.feature.feature.group" version="1.4.2.v201012211742"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.1.1.feature.group" version="2.1.1.v201012170127"/>
</location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform_trunk/latest/"/>
- </location>
</locations>
<includeBundles>
<feature id="org.drools.eclipse.feature"/>
@@ -218,4 +218,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
+</target>
\ No newline at end of file
15 years
JBoss Tools SVN: r30021 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-25 04:08:38 -0400 (Fri, 25 Mar 2011)
New Revision: 30021
Modified:
trunk/build/target-platform/README.txt
trunk/build/target-platform/multiple.target
trunk/build/target-platform/publish.sh
trunk/build/target-platform/targetUpdateFromRepo.xml
trunk/build/target-platform/unified.target
Log:
use http://download.jboss.org/jbosstools/updates/target-platform_trunk/ instead of /target-platform/
Modified: trunk/build/target-platform/README.txt
===================================================================
--- trunk/build/target-platform/README.txt 2011-03-25 08:08:34 UTC (rev 30020)
+++ trunk/build/target-platform/README.txt 2011-03-25 08:08:38 UTC (rev 30021)
@@ -31,23 +31,23 @@
sudo su - hudson
unzip /home/nboldt/mutiple.target.zip -d /tmp/mutiple.target &
rsync -aPrz --delete --rsh=ssh /tmp/mutiple.target/* \
- tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform/latest/ &
+ tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_trunk/latest/ &
rsync -aPrz --rsh=ssh /home/nboldt/mutiple.target.zip \
- tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform &
+ tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_trunk/ &
4. Alternatively, see publish.sh for when repo is built in JBoss Hudson.
== HOWTO: Publish local p2 repo (generated from .target) to shared location in Hudson for use in builds ==
-1. You can reference http://download.jboss.org/jbosstools/updates/target-platform/latest/,
+1. You can reference http://download.jboss.org/jbosstools/updates/target-platform_trunk/latest/,
but a local path reference is faster.
2. So, continuing from previous HOWTO, copy from /tmp/mutiple.target into
- file:///home/hudson/static_build_env/jbds/target-platform/mutiple.target/
+ file:///home/hudson/static_build_env/jbds/target-platform_trunk/mutiple.target/
rsync -aPrz --delete /tmp/mutiple.target/* \
- /home/hudson/static_build_env/jbds/target-platform/mutiple.target/ &
+ /home/hudson/static_build_env/jbds/target-platform_trunk/mutiple.target/ &
3. Alternatively, see publish.sh for when repo is built in JBoss Hudson.
Modified: trunk/build/target-platform/multiple.target
===================================================================
--- trunk/build/target-platform/multiple.target 2011-03-25 08:08:34 UTC (rev 30020)
+++ trunk/build/target-platform/multiple.target 2011-03-25 08:08:38 UTC (rev 30021)
@@ -8,6 +8,9 @@
-->
<locations>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+ <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/"/>
+ </location>
+ <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
<repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
<unit id="org.maven.ide.eclipse.feature.feature.group" version="0.12.1.20110112-1712"/>
@@ -206,9 +209,6 @@
<unit id="com.google.gdt.eclipse.suite.e36.feature.feature.group" version="1.4.2.v201012211742"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.1.1.feature.group" version="2.1.1.v201012170127"/>
</location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/"/>
- </location>
</locations>
<includeBundles>
<feature id="org.drools.eclipse.feature"/>
Modified: trunk/build/target-platform/publish.sh
===================================================================
--- trunk/build/target-platform/publish.sh 2011-03-25 08:08:34 UTC (rev 30020)
+++ trunk/build/target-platform/publish.sh 2011-03-25 08:08:38 UTC (rev 30021)
@@ -71,7 +71,7 @@
du -sh ${repoDir} ${destinationPath}/${targetZipFile}
- # upload to http://download.jboss.org/jbossotools/updates/target-platform/latest/ for public use
+ # upload to http://download.jboss.org/jbossotools/updates/target-platform_trunk/latest/ for public use
if [[ ${DESTINATION/@/} == ${DESTINATION} ]]; then # local path, no user@server
mkdir -p ${DESTINATION}/
fi
@@ -80,7 +80,7 @@
targetZip=/tmp/${targetZipFile}.zip
- # create zip, then upload to http://download.jboss.org/jbossotools/updates/target-platform/${targetZip... for public use
+ # create zip, then upload to http://download.jboss.org/jbossotools/updates/target-platform_trunk/${tar... for public use
zip -q -r9 ${targetZip} ${include}
du -sh ${targetZip}
Modified: trunk/build/target-platform/targetUpdateFromRepo.xml
===================================================================
--- trunk/build/target-platform/targetUpdateFromRepo.xml 2011-03-25 08:08:34 UTC (rev 30020)
+++ trunk/build/target-platform/targetUpdateFromRepo.xml 2011-03-25 08:08:38 UTC (rev 30021)
@@ -12,7 +12,7 @@
<!-- create a second .target file which replaces all URLs with a single unified (published) one
(eg., for jbosstools target platform site), set these properties too -->
<property name="unified.targetFile" value="unified.target" />
- <property name="unified.URL" value="http://download.jboss.org/jbosstools/updates/target-platform/latest/" />
+ <property name="unified.URL" value="http://download.jboss.org/jbosstools/updates/target-platform_trunk/latest/" />
<property name="local.targetFile" value="local.target" />
<property name="local.URL" value="file://${repoDir}" />
Modified: trunk/build/target-platform/unified.target
===================================================================
--- trunk/build/target-platform/unified.target 2011-03-25 08:08:34 UTC (rev 30020)
+++ trunk/build/target-platform/unified.target 2011-03-25 08:08:38 UTC (rev 30021)
@@ -207,7 +207,7 @@
<unit id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.1.1.feature.group" version="2.1.1.v201012170127"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
+ <repository location="http://download.jboss.org/jbosstools/updates/target-platform_trunk/latest/"/>
</location>
</locations>
<includeBundles>
15 years
JBoss Tools SVN: r30020 - branches/3.3.indigo/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-25 04:08:34 -0400 (Fri, 25 Mar 2011)
New Revision: 30020
Modified:
branches/3.3.indigo/build/target-platform/README.txt
branches/3.3.indigo/build/target-platform/publish.sh
branches/3.3.indigo/build/target-platform/targetUpdateFromRepo.xml
Log:
use http://download.jboss.org/jbosstools/updates/target-platform_trunk/ instead of /target-platform/
Modified: branches/3.3.indigo/build/target-platform/README.txt
===================================================================
--- branches/3.3.indigo/build/target-platform/README.txt 2011-03-25 07:59:42 UTC (rev 30019)
+++ branches/3.3.indigo/build/target-platform/README.txt 2011-03-25 08:08:34 UTC (rev 30020)
@@ -31,23 +31,23 @@
sudo su - hudson
unzip /home/nboldt/mutiple.target.zip -d /tmp/mutiple.target &
rsync -aPrz --delete --rsh=ssh /tmp/mutiple.target/* \
- tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform/latest/ &
+ tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_3.3.indigo/latest/ &
rsync -aPrz --rsh=ssh /home/nboldt/mutiple.target.zip \
- tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform &
+ tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_3.3.indigo/ &
4. Alternatively, see publish.sh for when repo is built in JBoss Hudson.
== HOWTO: Publish local p2 repo (generated from .target) to shared location in Hudson for use in builds ==
-1. You can reference http://download.jboss.org/jbosstools/updates/target-platform/latest/,
+1. You can reference http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/l...,
but a local path reference is faster.
2. So, continuing from previous HOWTO, copy from /tmp/mutiple.target into
- file:///home/hudson/static_build_env/jbds/target-platform/mutiple.target/
+ file:///home/hudson/static_build_env/jbds/target-platform_3.3.indigo/mutiple.target/
rsync -aPrz --delete /tmp/mutiple.target/* \
- /home/hudson/static_build_env/jbds/target-platform/mutiple.target/ &
+ /home/hudson/static_build_env/jbds/target-platform_3.3.indigo/mutiple.target/ &
3. Alternatively, see publish.sh for when repo is built in JBoss Hudson.
Modified: branches/3.3.indigo/build/target-platform/publish.sh
===================================================================
--- branches/3.3.indigo/build/target-platform/publish.sh 2011-03-25 07:59:42 UTC (rev 30019)
+++ branches/3.3.indigo/build/target-platform/publish.sh 2011-03-25 08:08:34 UTC (rev 30020)
@@ -71,7 +71,7 @@
du -sh ${repoDir} ${destinationPath}/${targetZipFile}
- # upload to http://download.jboss.org/jbossotools/updates/target-platform/latest/ for public use
+ # upload to http://download.jboss.org/jbossotools/updates/target-platform_3.3.indigo/... for public use
if [[ ${DESTINATION/@/} == ${DESTINATION} ]]; then # local path, no user@server
mkdir -p ${DESTINATION}/
fi
@@ -80,7 +80,7 @@
targetZip=/tmp/${targetZipFile}.zip
- # create zip, then upload to http://download.jboss.org/jbossotools/updates/target-platform/${targetZip... for public use
+ # create zip, then upload to http://download.jboss.org/jbossotools/updates/target-platform_3.3.indigo/... for public use
zip -q -r9 ${targetZip} ${include}
du -sh ${targetZip}
Modified: branches/3.3.indigo/build/target-platform/targetUpdateFromRepo.xml
===================================================================
--- branches/3.3.indigo/build/target-platform/targetUpdateFromRepo.xml 2011-03-25 07:59:42 UTC (rev 30019)
+++ branches/3.3.indigo/build/target-platform/targetUpdateFromRepo.xml 2011-03-25 08:08:34 UTC (rev 30020)
@@ -12,7 +12,7 @@
<!-- create a second .target file which replaces all URLs with a single unified (published) one
(eg., for jbosstools target platform site), set these properties too -->
<property name="unified.targetFile" value="unified.target" />
- <property name="unified.URL" value="http://download.jboss.org/jbosstools/updates/target-platform/latest/" />
+ <property name="unified.URL" value="http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/l..." />
<property name="local.targetFile" value="local.target" />
<property name="local.URL" value="file://${repoDir}" />
15 years
JBoss Tools SVN: r30019 - branches/jbosstools-3.2.x/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-25 03:59:42 -0400 (Fri, 25 Mar 2011)
New Revision: 30019
Modified:
branches/jbosstools-3.2.x/build/target-platform/multiple.target
branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml
branches/jbosstools-3.2.x/build/target-platform/unified.target
branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml
Log:
merge individual site refs into single ref to http://download.jboss.org/jbosstools/updates/helios/
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-25 07:45:33 UTC (rev 30018)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target 2011-03-25 07:59:42 UTC (rev 30019)
@@ -8,41 +8,25 @@
-->
<locations>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <!-- NOT <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.10.2.20100623-1649"/> -->
- <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.12.1.20110112-1712"/>
- <repository location="http://m2eclipse.sonatype.org/sites/m2e/"/>
+ <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/3.2_stabl..."/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+ <repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
+
+ <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.12.1.20110112-1712"/>
<unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.11.1.20101108-1810"/>
- <repository location="http://m2eclipse.sonatype.org/sites/m2e-extras/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://eclipse.svnkit.com/1.3.x/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-s..."/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.eclipse.org/technology/subversive/0.7/weekly-site/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<!-- want the latest, 1.6.2.v201005080631, not 1.5.1.v201005080630 -->
- <!-- <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
- <unit id="javax.wsdl" version="1.5.1.v201005080630"/> -->
+ <!--
+ <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
+ -->
<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..."/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.mozilla.xulrunner.feature.feature.group" version="1.9.12.v20110120-2050-H36-CR1"/>
<unit id="org.mozilla.xpcom.feature.feature.group" version="1.9.12.v20110120-2050-H36-CR1"/>
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.eclipse.org/rt/ecf/3.2/3.6/site.p2"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.tptp.platform.profile.server.feature.group" version="4.5.2.v201101261720-7H7F4AkF7B88MAQCKJH"/>
<unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.2.v201101261720-797918s735435695C83"/>
<unit id="org.eclipse.tptp.platform.core.feature.group" version="4.7.2.v201101261720-8X8ZFXoFLWUl6wn5veAISx"/>
@@ -52,9 +36,7 @@
<unit id="org.eclipse.tptp.platform.probekit.feature.group" version="4.5.2.v201101271120-7H7BF8QAkF7B87RBVCFFD"/>
<unit id="org.eclipse.tptp.platform.commons.logging.feature.group" version="4.5.0.v201005032111-2-37w312116191612"/>
<unit id="org.eclipse.tptp.platform.jakarta.log4j.feature.group" version="4.5.0.v201005032111-217E7w312116191611"/>
- <repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.emf.ecore.feature.group" version="2.6.1.v20100914-1218"/>
<unit id="org.eclipse.emf.feature.group" version="2.6.1.v20100914-1218"/>
<unit id="org.eclipse.emf.codegen.feature.group" version="2.6.0.v20100914-1218"/>
@@ -67,25 +49,19 @@
<unit id="org.eclipse.emf.edit.feature.group" version="2.6.0.v20100914-1218"/>
<unit id="org.eclipse.xsd.edit.feature.group" version="2.6.0.v20100914-1218"/>
<unit id="org.eclipse.xsd.feature.group" version="2.6.0.v20100914-1218"/>
- <repository location="http://download.eclipse.org/modeling/emf/emf/updates/2.6/R201009141218/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.ide.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.3/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.birt.osgi.runtime.sdk.feature.group" version="2.6.2.r262_v20101008-57B381wLglLKxfjdt881PQeMU42p"/>
<unit id="org.eclipse.birt.feature.group" version="2.6.2.r262_v20101008-9iF7A9JGHMBCRz-R8tbxRel8kQrI"/>
<unit id="org.eclipse.birt.integration.wtp.feature.group" version="2.6.2.v20110215-1647-3517w3122132602758"/>
<unit id="org.eclipse.birt.chart.feature.group" version="2.6.2.r262_v20101008-7f9T7OFPWowQ1naKt1Wwu4"/>
<unit id="org.eclipse.birt.chart.integration.wtp.feature.group" version="2.6.2.v20110215-1647-3517w3122132602758"/>
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/birt/2.6.2/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="com.ibm.icu.base.feature.group" version="1.1.0.v20090119-79318s73533B57"/>
<unit id="org.eclipse.equinox.server.core.feature.group" version="1.0.1.R36x_v20101007-7K7QEtDVci4YrnH_88QAH"/>
<unit id="org.eclipse.cvs.feature.group" version="1.2.1.r362_v20101111-7B77FKv99HL0GvIAF99I8H14B7E"/>
@@ -118,9 +94,7 @@
<unit id="org.eclipse.equinox.server.servletbridge.feature.group" version="1.0.0.v20100510-42A79oB5855K5E"/>
<unit id="org.eclipse.equinox.server.simple.feature.group" version="1.0.0.v20100510-44DF8s734C48662444"/>
<unit id="org.eclipse.rcp.feature.group" version="3.6.2.r362_v20101104-9SAxFMKFkSAqi8axkv1ZjegmiBLY"/>
- <repository location="http://download.eclipse.org/eclipse/updates/3.6/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<!-- DTP 1.8.2 -->
<unit id="org.eclipse.datatools.modelbase.feature.feature.group" version="1.8.2.v201010181125-77078CcNBGKBZI_FcRd"/>
<unit id="org.eclipse.datatools.connectivity.feature.feature.group" version="1.8.2.v201010181125-7C7b8mEt1Zwkn9kfkUHHsoP_3to"/>
@@ -194,9 +168,7 @@
<unit version="1.4.0.v20100428-2315-479-9oB56N5BBR6LCA6" id="org.eclipse.emf.validation.feature.group"/>
<unit version="1.4.0.v20100428-2315-23-7w3121133502768" id="org.eclipse.emf.validation.ocl.feature.group"/>
<unit version="2.1.0.v20100606-1530-7A2-AkF7AG8PBU3BRLA" id="org.eclipse.m2m.qvt.oml.runtime.feature.group"/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.jst.jee" version="1.0.302.v201101122300"/>
<unit id="org.eclipse.wst.common.frameworks" version="1.2.0.v201003040800"/>
<unit id="org.eclipse.wst.common.project.facet.ui" version="1.4.103.v201101271715"/>
@@ -233,16 +205,9 @@
<unit id="org.eclipse.wst.web_core.feature.feature.group" version="3.2.3.v201102160541-7E7AFI3AJrn5TN32vSJ8nRIWLD7_"/>
<unit id="org.eclipse.wst.ws_ui.feature.feature.group" version="3.2.3.v201102160541-7I78FZIEtEoO2d7AsK6jSNqC-8jj"/>
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.2.3.v201102160550-7C7OFXcF7RZHQKIkMxMsW_"/>
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/webtools/3.2.3/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/3.2_stabl..."/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="com.google.gdt.eclipse.suite.e36.feature.feature.group" version="1.4.2.v201012211742"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.1.1.feature.group" version="2.1.1.v201012170127"/>
- <!-- <repository location="http://dl.google.com/eclipse/plugin/3.6/"/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/requirements/gwt/201012211742/"/>
</location>
</locations>
<includeBundles>
@@ -253,4 +218,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
\ No newline at end of file
+</target>
Modified: branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml 2011-03-25 07:45:33 UTC (rev 30018)
+++ branches/jbosstools-3.2.x/build/target-platform/multiple.target.p2mirror.xml 2011-03-25 07:59:42 UTC (rev 30019)
@@ -28,23 +28,8 @@
<p2.mirror destination="file://${repoDir}" verbose="${verbose}">
<slicingOptions includeFeatures="true" followStrict="${followStrict}"/>
<source>
-<repository location="http://m2eclipse.sonatype.org/sites/m2e/"/>
-<repository location="http://m2eclipse.sonatype.org/sites/m2e-extras/"/>
-<repository location="http://eclipse.svnkit.com/1.3.x/"/>
-<repository location="http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-s..."/>
-<repository location="http://download.eclipse.org/technology/subversive/0.7/weekly-site/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519..."/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/"/>
-<repository location="http://download.eclipse.org/rt/ecf/3.2/3.6/site.p2"/>
-<repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
-<repository location="http://download.eclipse.org/modeling/emf/emf/updates/2.6/R201009141218/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.3/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/birt/2.6.2/"/>
-<repository location="http://download.eclipse.org/eclipse/updates/3.6/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/webtools/3.2.3/"/>
<repository location="http://download.jboss.org/jbosstools/builds/staging/_composite_/3.2_stabl..."/>
-<repository location="http://download.jboss.org/jbosstools/updates/requirements/gwt/201012211742/"/>
+<repository location="http://download.jboss.org/jbosstools/updates/helios/"/>
</source>
<iu id="org.maven.ide.eclipse.feature.feature.group" version=""/>
<iu id="org.maven.ide.eclipse.wtp.feature.feature.group" version=""/>
Modified: branches/jbosstools-3.2.x/build/target-platform/unified.target
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/unified.target 2011-03-25 07:45:33 UTC (rev 30018)
+++ branches/jbosstools-3.2.x/build/target-platform/unified.target 2011-03-25 07:59:42 UTC (rev 30019)
@@ -8,41 +8,25 @@
-->
<locations>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <!-- NOT <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.10.2.20100623-1649"/> -->
- <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.12.1.20110112-1712"/>
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.11.1.20101108-1810"/>
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
+ <unit id="org.maven.ide.eclipse.feature.feature.group" version="0.12.1.20110112-1712"/>
+ <unit id="org.maven.ide.eclipse.wtp.feature.feature.group" version="0.11.1.20101108-1810"/>
+
<!-- want the latest, 1.6.2.v201005080631, not 1.5.1.v201005080630 -->
- <!-- <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
- <unit id="javax.wsdl" version="1.5.1.v201005080630"/> -->
+ <!--
+ <unit id="javax.wsdl" version="1.6.2.v201005080631"/>
+ -->
<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
<unit id="org.jdom" version="1.0.0.v201005080400"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.mozilla.xulrunner.feature.feature.group" version="1.9.12.v20110120-2050-H36-CR1"/>
<unit id="org.mozilla.xpcom.feature.feature.group" version="1.9.12.v20110120-2050-H36-CR1"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.tptp.platform.profile.server.feature.group" version="4.5.2.v201101261720-7H7F4AkF7B88MAQCKJH"/>
<unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.2.v201101261720-797918s735435695C83"/>
<unit id="org.eclipse.tptp.platform.core.feature.group" version="4.7.2.v201101261720-8X8ZFXoFLWUl6wn5veAISx"/>
@@ -52,9 +36,7 @@
<unit id="org.eclipse.tptp.platform.probekit.feature.group" version="4.5.2.v201101271120-7H7BF8QAkF7B87RBVCFFD"/>
<unit id="org.eclipse.tptp.platform.commons.logging.feature.group" version="4.5.0.v201005032111-2-37w312116191612"/>
<unit id="org.eclipse.tptp.platform.jakarta.log4j.feature.group" version="4.5.0.v201005032111-217E7w312116191611"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.emf.ecore.feature.group" version="2.6.1.v20100914-1218"/>
<unit id="org.eclipse.emf.feature.group" version="2.6.1.v20100914-1218"/>
<unit id="org.eclipse.emf.codegen.feature.group" version="2.6.0.v20100914-1218"/>
@@ -67,25 +49,19 @@
<unit id="org.eclipse.emf.edit.feature.group" version="2.6.0.v20100914-1218"/>
<unit id="org.eclipse.xsd.edit.feature.group" version="2.6.0.v20100914-1218"/>
<unit id="org.eclipse.xsd.feature.group" version="2.6.0.v20100914-1218"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.ide.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
<unit id="org.eclipse.swtbot.feature.group" version="2.0.3.20110219_0655-4d933cf-dev-e36"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.birt.osgi.runtime.sdk.feature.group" version="2.6.2.r262_v20101008-57B381wLglLKxfjdt881PQeMU42p"/>
<unit id="org.eclipse.birt.feature.group" version="2.6.2.r262_v20101008-9iF7A9JGHMBCRz-R8tbxRel8kQrI"/>
<unit id="org.eclipse.birt.integration.wtp.feature.group" version="2.6.2.v20110215-1647-3517w3122132602758"/>
<unit id="org.eclipse.birt.chart.feature.group" version="2.6.2.r262_v20101008-7f9T7OFPWowQ1naKt1Wwu4"/>
<unit id="org.eclipse.birt.chart.integration.wtp.feature.group" version="2.6.2.v20110215-1647-3517w3122132602758"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="com.ibm.icu.base.feature.group" version="1.1.0.v20090119-79318s73533B57"/>
<unit id="org.eclipse.equinox.server.core.feature.group" version="1.0.1.R36x_v20101007-7K7QEtDVci4YrnH_88QAH"/>
<unit id="org.eclipse.cvs.feature.group" version="1.2.1.r362_v20101111-7B77FKv99HL0GvIAF99I8H14B7E"/>
@@ -118,9 +94,7 @@
<unit id="org.eclipse.equinox.server.servletbridge.feature.group" version="1.0.0.v20100510-42A79oB5855K5E"/>
<unit id="org.eclipse.equinox.server.simple.feature.group" version="1.0.0.v20100510-44DF8s734C48662444"/>
<unit id="org.eclipse.rcp.feature.group" version="3.6.2.r362_v20101104-9SAxFMKFkSAqi8axkv1ZjegmiBLY"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<!-- DTP 1.8.2 -->
<unit id="org.eclipse.datatools.modelbase.feature.feature.group" version="1.8.2.v201010181125-77078CcNBGKBZI_FcRd"/>
<unit id="org.eclipse.datatools.connectivity.feature.feature.group" version="1.8.2.v201010181125-7C7b8mEt1Zwkn9kfkUHHsoP_3to"/>
@@ -194,9 +168,7 @@
<unit version="1.4.0.v20100428-2315-479-9oB56N5BBR6LCA6" id="org.eclipse.emf.validation.feature.group"/>
<unit version="1.4.0.v20100428-2315-23-7w3121133502768" id="org.eclipse.emf.validation.ocl.feature.group"/>
<unit version="2.1.0.v20100606-1530-7A2-AkF7AG8PBU3BRLA" id="org.eclipse.m2m.qvt.oml.runtime.feature.group"/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="org.eclipse.jst.jee" version="1.0.302.v201101122300"/>
<unit id="org.eclipse.wst.common.frameworks" version="1.2.0.v201003040800"/>
<unit id="org.eclipse.wst.common.project.facet.ui" version="1.4.103.v201101271715"/>
@@ -233,16 +205,9 @@
<unit id="org.eclipse.wst.web_core.feature.feature.group" version="3.2.3.v201102160541-7E7AFI3AJrn5TN32vSJ8nRIWLD7_"/>
<unit id="org.eclipse.wst.ws_ui.feature.feature.group" version="3.2.3.v201102160541-7I78FZIEtEoO2d7AsK6jSNqC-8jj"/>
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.2.3.v201102160550-7C7OFXcF7RZHQKIkMxMsW_"/>
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
- </location>
- <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+
<unit id="com.google.gdt.eclipse.suite.e36.feature.feature.group" version="1.4.2.v201012211742"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.1.1.feature.group" version="2.1.1.v201012170127"/>
- <!-- <repository location="http://dl.google.com/eclipse/plugin/3.6/"/> -->
- <repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
</location>
</locations>
<includeBundles>
@@ -253,4 +218,4 @@
<feature id="org.mozilla.xpcom.feature"/>
</includeBundles>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-</target>
\ No newline at end of file
+</target>
Modified: branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml 2011-03-25 07:45:33 UTC (rev 30018)
+++ branches/jbosstools-3.2.x/build/target-platform/unified.target.p2mirror.xml 2011-03-25 07:59:42 UTC (rev 30019)
@@ -30,21 +30,6 @@
<source>
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
-<repository location="http://download.jboss.org/jbosstools/updates/target-platform/latest/"/>
</source>
<iu id="org.maven.ide.eclipse.feature.feature.group" version=""/>
<iu id="org.maven.ide.eclipse.wtp.feature.feature.group" version=""/>
15 years
JBoss Tools SVN: r30018 - branches/3.3.indigo/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-25 03:45:33 -0400 (Fri, 25 Mar 2011)
New Revision: 30018
Modified:
branches/3.3.indigo/build/build.xml
Log:
use maven 3.0.3 instead of 3.0.1
Modified: branches/3.3.indigo/build/build.xml
===================================================================
--- branches/3.3.indigo/build/build.xml 2011-03-25 07:45:31 UTC (rev 30017)
+++ branches/3.3.indigo/build/build.xml 2011-03-25 07:45:33 UTC (rev 30018)
@@ -2,7 +2,7 @@
<!-- ****************************** Configuration ****************************** -->
<!-- default maven version -->
- <property name="maven.version" value="3.0.1" />
+ <property name="maven.version" value="3.0.3" />
<!-- set name of component(s) to build+test, IN ORDER; if no subcomponents, use "." -->
<property name="COMPONENTS"
15 years
JBoss Tools SVN: r30017 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-25 03:45:31 -0400 (Fri, 25 Mar 2011)
New Revision: 30017
Modified:
trunk/build/build.xml
Log:
use maven 3.0.3 instead of 3.0.1
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2011-03-25 07:44:55 UTC (rev 30016)
+++ trunk/build/build.xml 2011-03-25 07:45:31 UTC (rev 30017)
@@ -2,7 +2,7 @@
<!-- ****************************** Configuration ****************************** -->
<!-- default maven version -->
- <property name="maven.version" value="3.0.1" />
+ <property name="maven.version" value="3.0.3" />
<!-- set name of component(s) to build+test, IN ORDER; if no subcomponents, use "." -->
<property name="COMPONENTS"
15 years
JBoss Tools SVN: r30016 - branches/jbosstools-3.2.x/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-25 03:44:55 -0400 (Fri, 25 Mar 2011)
New Revision: 30016
Modified:
branches/jbosstools-3.2.x/build/build.xml
Log:
use maven 3.0.3 instead of 3.0.1
Modified: branches/jbosstools-3.2.x/build/build.xml
===================================================================
--- branches/jbosstools-3.2.x/build/build.xml 2011-03-25 06:46:12 UTC (rev 30015)
+++ branches/jbosstools-3.2.x/build/build.xml 2011-03-25 07:44:55 UTC (rev 30016)
@@ -2,7 +2,7 @@
<!-- ****************************** Configuration ****************************** -->
<!-- default maven version -->
- <property name="maven.version" value="3.0.1" />
+ <property name="maven.version" value="3.0.3" />
<!-- set name of component(s) to build+test, IN ORDER; if no subcomponents, use "." -->
<property name="COMPONENTS"
15 years
JBoss Tools SVN: r30015 - in branches/3.3.indigo: modeshape/features/org.jboss.tools.modeshape.rest.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-25 02:46:12 -0400 (Fri, 25 Mar 2011)
New Revision: 30015
Modified:
branches/3.3.indigo/bpmn/plugins/org.jboss.tools.jbpm/META-INF/MANIFEST.MF
branches/3.3.indigo/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml
Log:
fix artifact/pom versions
Modified: branches/3.3.indigo/bpmn/plugins/org.jboss.tools.jbpm/META-INF/MANIFEST.MF
===================================================================
--- branches/3.3.indigo/bpmn/plugins/org.jboss.tools.jbpm/META-INF/MANIFEST.MF 2011-03-25 06:39:51 UTC (rev 30014)
+++ branches/3.3.indigo/bpmn/plugins/org.jboss.tools.jbpm/META-INF/MANIFEST.MF 2011-03-25 06:46:12 UTC (rev 30015)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: jBPM Eclipse Plug-in
Bundle-SymbolicName: org.jboss.tools.jbpm;singleton:=true
-Bundle-Version: 5.0.0.SNAPSHOT
+Bundle-Version: 5.0.0.qualifier
Bundle-Activator: org.jboss.tools.jbpm.JBPMEclipsePlugin
Bundle-Vendor: JBoss, a division of Red Hat
Bundle-Localization: plugin
Modified: branches/3.3.indigo/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml
===================================================================
--- branches/3.3.indigo/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml 2011-03-25 06:39:51 UTC (rev 30014)
+++ branches/3.3.indigo/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml 2011-03-25 06:46:12 UTC (rev 30015)
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.modeshape.rest.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%featureProvider"
+ plugin="org.jboss.tools.modeshape.rest"
+ image="feature.png">
+
<!--
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
@@ -10,14 +18,6 @@
- See the AUTHORS.txt file in the distribution for a full listing of
- individual contributors.
-->
-<feature
- id="org.jboss.tools.modeshape.rest.feature"
- label="%featureName"
- version="1.0.0.qualifier"
- provider-name="%featureProvider"
- plugin="org.jboss.tools.modeshape.rest"
- image="feature.png">
-
<description>
%description
</description>
15 years
JBoss Tools SVN: r30014 - in branches/jbosstools-3.2.x: tests/plugins/org.jboss.tools.tests.performance/META-INF and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-25 02:39:51 -0400 (Fri, 25 Mar 2011)
New Revision: 30014
Modified:
branches/jbosstools-3.2.x/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml
branches/jbosstools-3.2.x/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF
branches/jbosstools-3.2.x/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml
Log:
fix artifact/pom versions
Modified: branches/jbosstools-3.2.x/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml
===================================================================
--- branches/jbosstools-3.2.x/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml 2011-03-25 01:44:18 UTC (rev 30013)
+++ branches/jbosstools-3.2.x/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml 2011-03-25 06:39:51 UTC (rev 30014)
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.modeshape.rest.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%featureProvider"
+ plugin="org.jboss.tools.modeshape.rest"
+ image="feature.png">
+
<!--
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
@@ -10,14 +18,6 @@
- See the AUTHORS.txt file in the distribution for a full listing of
- individual contributors.
-->
-<feature
- id="org.jboss.tools.modeshape.rest.feature"
- label="%featureName"
- version="1.0.0.qualifier"
- provider-name="%featureProvider"
- plugin="org.jboss.tools.modeshape.rest"
- image="feature.png">
-
<description>
%description
</description>
Modified: branches/jbosstools-3.2.x/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF 2011-03-25 01:44:18 UTC (rev 30013)
+++ branches/jbosstools-3.2.x/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF 2011-03-25 06:39:51 UTC (rev 30014)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Performance tests
Bundle-SymbolicName: org.jboss.tools.tests.performance
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 3.1.0.qualifier
Bundle-Activator: org.jboss.tools.tests.performance.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Modified: branches/jbosstools-3.2.x/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml 2011-03-25 01:44:18 UTC (rev 30013)
+++ branches/jbosstools-3.2.x/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml 2011-03-25 06:39:51 UTC (rev 30014)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.vpe.features</groupId>
<artifactId>org.jboss.tools.xulrunner.feature</artifactId>
- <version>1.9.12.qualifier</version>
+ <version>1.9.12-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
15 years
JBoss Tools SVN: r30013 - in branches/3.3.indigo: vpe/features/org.jboss.tools.xulrunner.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-03-24 21:44:18 -0400 (Thu, 24 Mar 2011)
New Revision: 30013
Modified:
branches/3.3.indigo/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF
branches/3.3.indigo/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml
Log:
fix pom/manifest versions
Modified: branches/3.3.indigo/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF
===================================================================
--- branches/3.3.indigo/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF 2011-03-25 01:34:26 UTC (rev 30012)
+++ branches/3.3.indigo/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF 2011-03-25 01:44:18 UTC (rev 30013)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Performance tests
Bundle-SymbolicName: org.jboss.tools.tests.performance
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 3.1.0.qualifier
Bundle-Activator: org.jboss.tools.tests.performance.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Modified: branches/3.3.indigo/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml
===================================================================
--- branches/3.3.indigo/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml 2011-03-25 01:34:26 UTC (rev 30012)
+++ branches/3.3.indigo/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml 2011-03-25 01:44:18 UTC (rev 30013)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.vpe.features</groupId>
<artifactId>org.jboss.tools.xulrunner.feature</artifactId>
- <version>1.9.12.qualifier</version>
+ <version>1.9.12-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
-</project>
\ No newline at end of file
+</project>
15 years