Author: nickboldt
Date: 2010-10-04 12:18:40 -0400 (Mon, 04 Oct 2010)
New Revision: 25459
Modified:
trunk/build/target-platform/e361-wtp322.target.p2mirror.xml
trunk/build/target-platform/target2p2mirrorXml.xsl
Log:
tweak target2p2mirrorXml.xsl generator output (help text)
Modified: trunk/build/target-platform/e361-wtp322.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/e361-wtp322.target.p2mirror.xml 2010-10-04 15:50:27 UTC
(rev 25458)
+++ trunk/build/target-platform/e361-wtp322.target.p2mirror.xml 2010-10-04 16:18:40 UTC
(rev 25459)
@@ -8,17 +8,14 @@
Use followStrict="true" to prevent downloading all
requirements not included in the target platform
- or
- followStrict="false" to fetch everything
+ or followStrict="false" to fetch everything
To run this script:
- /abs/path/to/eclipse -vm /opt/jdk1.6.0/bin/java -nosplash -data \
- /tmp/workspace -consolelog -application \
+ /abs/path/to/eclipse -vm /opt/jdk1.6.0/bin/java \
+ -nosplash -data /tmp/workspace -consolelog -application \
org.eclipse.ant.core.antRunner -f *.target.p2mirror.xml \
- -Ddebug=true \
- -DfollowStrict=true \
- -Drepo.dir=/tmp/REPO/
+ -Ddebug=true -DfollowStrict=true -Drepo.dir=`pwd`/REPO/
</echo>
</target>
<target unless="repo.dir" name="init">
Modified: trunk/build/target-platform/target2p2mirrorXml.xsl
===================================================================
--- trunk/build/target-platform/target2p2mirrorXml.xsl 2010-10-04 15:50:27 UTC (rev
25458)
+++ trunk/build/target-platform/target2p2mirrorXml.xsl 2010-10-04 16:18:40 UTC (rev
25459)
@@ -25,17 +25,14 @@
Use followStrict="true" to prevent downloading all
requirements not included in the target platform
- or
- followStrict="false" to fetch everything
+ or followStrict="false" to fetch everything
To run this script:
- /abs/path/to/eclipse -vm /opt/jdk1.6.0/bin/java -nosplash -data \
- /tmp/workspace -consolelog -application \
+ /abs/path/to/eclipse -vm /opt/jdk1.6.0/bin/java \
+ -nosplash -data /tmp/workspace -consolelog -application \
org.eclipse.ant.core.antRunner -f *.target.p2mirror.xml \
- -Ddebug=true \
- -DfollowStrict=true \
- -Drepo.dir=/tmp/REPO/
+ -Ddebug=true -DfollowStrict=true -Drepo.dir=`pwd`/REPO/
</echo>
</target>
<target name="init" unless="repo.dir">
Show replies by date