Author: nickboldt
Date: 2010-10-13 12:30:11 -0400 (Wed, 13 Oct 2010)
New Revision: 25798
Modified:
trunk/build/target-platform/build.xml
Log:
install.local.target.platform.repo should depend on init step for bootstrapping
ant-contrib and default paths
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2010-10-13 16:04:31 UTC (rev 25797)
+++ trunk/build/target-platform/build.xml 2010-10-13 16:30:11 UTC (rev 25798)
@@ -162,7 +162,7 @@
</exec>
</target>
- <target name="install.local.target.platform.repo" description="use
p2.director to install target platform into local eclipse">
+ <target name="install.local.target.platform.repo" depends="init"
description="use p2.director to install target platform into local eclipse">
<!-- collect features to install -->
<var name="install" value="" />
<for param="featureJar">
Show replies by date