Author: nickboldt
Date: 2010-10-05 01:42:03 -0400 (Tue, 05 Oct 2010)
New Revision: 25479
Modified:
trunk/build/target-platform/build.xml
Log:
refactor repo.dir -> repoDir for consistency
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2010-10-05 05:00:34 UTC (rev 25478)
+++ trunk/build/target-platform/build.xml 2010-10-05 05:42:03 UTC (rev 25479)
@@ -94,11 +94,11 @@
</target>
<!-- /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/ -->
+ org.eclipse.ant.core.antRunner -f *.target.p2mirror.xml -Ddebug=true
-DfollowStrict=true -DrepoDir=/tmp/REPO/ -->
<target name="run.p2mirror.script" description="build target update
site using p2.mirror">
<exec executable="${WORKINGDIR}/eclipse/eclipse"
dir="${basedir}">
<arg line=" -nosplash -data ${tmpdir}/workspace -consolelog -application
org.eclipse.ant.core.antRunner" />
- <arg line=" -f ${targetFile}.p2mirror.xml -DfollowStrict=true
-Drepo.dir=${WORKINGDIR}/REPO/" />
+ <arg line=" -f ${targetFile}.p2mirror.xml -DfollowStrict=true
-DrepoDir=${WORKINGDIR}/REPO/" />
<arg line=" -Ddebug=true" />
</exec>
</target>
Show replies by date