[jbosstools-commits] JBoss Tools SVN: r42565 - trunk/build/target-platform.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jul 12 20:18:15 EDT 2012
Author: nickboldt
Date: 2012-07-12 20:18:14 -0400 (Thu, 12 Jul 2012)
New Revision: 42565
Modified:
trunk/build/target-platform/build.xml
Log:
remove call to targetUpdateFromRepo.xml 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
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2012-07-13 00:01:51 UTC (rev 42564)
+++ trunk/build/target-platform/build.xml 2012-07-13 00:18:14 UTC (rev 42565)
@@ -218,7 +218,15 @@
</target>
<target name="update.target.file" description="use XSLT to update .target file from contents of local repo">
- <ant antfile="targetUpdateFromRepo.xml" />
+ <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" /> -->
</target>
<target name="cleanup">
More information about the jbosstools-commits
mailing list