[jbosstools-commits] JBoss Tools SVN: r43445 - trunk/build/target-platform.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Sep 5 20:24:31 EDT 2012


Author: nickboldt
Date: 2012-09-05 20:24:29 -0400 (Wed, 05 Sep 2012)
New Revision: 43445

Modified:
   trunk/build/target-platform/build.xml
Log:
re-enable the update.target.file task to run script targetUpdateFromRepo.xml so that we can cheat a little and use the repo contents to reflect what IU versions should be listed. Still need to audit it manually, but this will save some time - hopefully.

Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml	2012-09-05 21:30:20 UTC (rev 43444)
+++ trunk/build/target-platform/build.xml	2012-09-06 00:24:29 UTC (rev 43445)
@@ -93,7 +93,7 @@
 		<antcall target="build.local.target.platform.repo" />
 	</target>
 
-	<target name="build.local.target.platform.repo" depends="init, get.arch, get.eclipse, gen.p2mirror.script, run.p2mirror.script, update.target.file, cleanup" />
+	<target name="build.local.target.platform.repo" depends="init, get.arch, get.eclipse, gen.p2mirror.script, run.p2mirror.script, cleanup" />
 
 	<!-- ********************************************************************************** -->
 
@@ -223,16 +223,16 @@
 		</java>
 	</target>
 
-	<target name="update.target.file" description="use XSLT to update .target file from contents of local repo">
-		<echo>
+	<target name="update.target.file" description="optional step: use XSLT to update .target file from contents of local repo">
+<!--		<echo>
 This step - calling targetUpdateFromRepo.xml - is no longer enabled to prevent the .target 
 file from being stripped of duplicate IUs. Instead, generation is a one-way process: 
 
 1. Manually update .target file
 2. Generate .p2mirror.xml file, with useLatest=false
 3. ...
-4. Profit!</echo>
-		<!-- <ant antfile="targetUpdateFromRepo.xml" /> -->
+4. Profit!</echo> -->
+		<ant antfile="targetUpdateFromRepo.xml" />
 	</target>
 
 	<target name="cleanup">



More information about the jbosstools-commits mailing list