Blob Blame History Raw
--- build.xml	2005-02-24 14:10:52.000000000 -0600
+++ build.xml.new	2005-04-04 12:51:46.117849336 -0500
@@ -37,15 +37,9 @@
 		<ant antfile="build.xml" dir="${pde.build.scripts}" target="preBuild">
 			<property name="builder" value="${basedir}/platform"/>
 		</ant>
-		<ant antfile="build.xml" dir="${pde.build.scripts}" target="preBuild">
-			<property name="builder" value="${basedir}/sdk"/>
-		</ant>
 		<ant antfile="build.xml" dir="${pde.build.scripts}" target="fetch">
 			<property name="builder" value="${basedir}/platform"/>
 		</ant>
-		<ant antfile="build.xml" dir="${pde.build.scripts}" target="fetch">
-			<property name="builder" value="${basedir}/sdk"/>
-		</ant>
 	</target>
 	
 	<target name="unzip" depends="init" unless="dontUnzip">
@@ -57,9 +51,6 @@
 			<property name="builder" value="${basedir}/platform" />
 
 		</ant>
-		<ant antfile="build.xml" dir="${pde.build.scripts}">
-			<property name="builder" value="${basedir}/sdk" />
-		</ant>
 		<concat destfile="${zipsdir}/compilelog.txt">
 			<fileset dir="${buildDirectory}/plugins" includes="**/*.bin.log"/>
 		</concat>