Andrew Overholt 5e493d7
diff -up ./build.xml.swtx86_64 ./build.xml
Andrew Overholt 5e493d7
--- ./build.xml.swtx86_64	2008-07-18 16:56:02.000000000 -0400
Andrew Overholt 5e493d7
+++ ./build.xml	2008-07-18 16:56:50.000000000 -0400
Andrew Overholt 5e493d7
@@ -72,26 +72,7 @@
Andrew Overholt 5e493d7
 	</target>
Andrew Overholt 5e493d7
 
Andrew Overholt 5e493d7
 	<target name="compilelibs" depends="init,clean,compile" if="libsconfig">
Andrew Overholt 5e493d7
-		<property name="swtlibs" value="${buildDirectory}/swttmp" />
Andrew Overholt 5e493d7
-		<mkdir dir="${swtlibs}" />
Andrew Overholt 5e493d7
-
Andrew Overholt 5e493d7
-		
Andrew Overholt 5e493d7
-		<ant antfile="${buildDirectory}/plugins/org.eclipse.swt.${installWs}.${installOs}.${installArch}/build.xml" target="src.zip" dir="${buildDirectory}/plugins/org.eclipse.swt.${installWs}.${installOs}.${installArch}" />
Andrew Overholt 5e493d7
-		<unzip dest="${swtlibs}">
Andrew Overholt 5e493d7
-			<fileset dir="${buildDirectory}/plugins/org.eclipse.swt.${installWs}.${installOs}.${installArch}" >
Andrew Overholt 5e493d7
-				<include name="src.zip" />
Andrew Overholt 5e493d7
-			</fileset>
Andrew Overholt 5e493d7
-		</unzip>
Andrew Overholt 5e493d7
-		<exec dir="${swtlibs}/" executable="sh" failonerror="true">
Andrew Overholt 5e493d7
-			<arg line="build.sh" />
Andrew Overholt 5e493d7
-		</exec>
Andrew Overholt 5e493d7
-		<property name="swtdir" value="${buildDirectory}/plugins/org.eclipse.swt.${installWs}.${installOs}.${installArch}" />
Andrew Overholt 5e493d7
-		<mkdir dir="${swtdir}" />
Andrew Overholt 5e493d7
-		<move todir="${swtdir}/">
Andrew Overholt 5e493d7
-			<fileset dir="${swtlibs}">
Andrew Overholt 5e493d7
-				<include name="**/*.so" />
Andrew Overholt 5e493d7
-			</fileset>
Andrew Overholt 5e493d7
-		</move>
Andrew Overholt 5e493d7
+		<ant antfile="${buildDirectory}/plugins/org.eclipse.swt.${installWs}.${installOs}.${installArch}/build.xml" target="build.nativeLibraries" dir="${buildDirectory}/plugins/org.eclipse.swt.${installWs}.${installOs}.${installArch}" />
Andrew Overholt 5e493d7
 	
Andrew Overholt 5e493d7
 		<property name="launcherlibs" value="${buildDirectory}/features/org.eclipse.equinox.executable" />
Andrew Overholt 5e493d7
 		<exec dir="${launcherlibs}/library/${installWs}/" executable="sh" failonerror="true">