explicitly pass source and build to equinox
authorJohn Kern <johnk@symbian.org>
Tue, 16 Feb 2010 16:21:02 -0800
changeset 160 9229a5237a62
parent 159 137ed78712d1
child 161 41625e35ada1
explicitly pass source and build to equinox
scripts/build.xml
--- a/scripts/build.xml	Tue Feb 16 16:10:34 2010 -0800
+++ b/scripts/build.xml	Tue Feb 16 16:21:02 2010 -0800
@@ -74,6 +74,8 @@
             <arg value="-buildfile" />
             <arg value="${eclipseLocation}/plugins/org.eclipse.pde.build_${pdeBuildPluginVersion}/scripts/productBuild/productBuild.xml" />
             <arg value="-Dtimestamp=${timestamp}" />
+	    <arg value="-DbuildDirectory=${buildDirectory}" />
+            <arg value="-DsourceDirectory=${sourceDirectory}" />
             <classpath>
                 <pathelement location="${eclipseLocation}/plugins/org.eclipse.equinox.launcher_${equinoxLauncherPluginVersion}.jar" />
             </classpath>