2005-06-20 21:14:00 +00:00
|
|
|
--- build.xml.orig 2005-06-07 16:53:26.000000000 -0400
|
|
|
|
+++ build.xml 2005-06-16 16:07:11.000000000 -0400
|
|
|
|
@@ -72,6 +72,20 @@
|
|
|
|
<arg line="build.sh" />
|
2005-02-21 00:31:38 +00:00
|
|
|
</exec>
|
2005-06-20 21:14:00 +00:00
|
|
|
<move file="${launcherlibs}/library/${installWs}/eclipse" todir="${launcherlibs}/" />
|
|
|
|
+
|
|
|
|
+ <delete dir="${launcherlibs}/library"/>
|
|
|
|
+
|
|
|
|
+ <!-- Copy icon for un-supported platforms -->
|
|
|
|
+ <copy file="features/org.eclipse.platform.launchers/bin/gtk/linux/x86/icon.xpm" todir="${launcherlibs}/"/>
|
2005-02-21 00:31:38 +00:00
|
|
|
+
|
|
|
|
+ <!-- Build JNI libs -->
|
|
|
|
+ <!-- libcore -->
|
|
|
|
+ <exec dir="plugins/org.eclipse.core.resources.linux/src" executable="make" failonerror="true"/>
|
|
|
|
+ <move file="plugins/org.eclipse.core.resources.linux/src/libcore_3_1_0.so" todir="plugins/org.eclipse.core.resources.linux/os/linux/${installArch}">
|
|
|
|
+ </move>
|
|
|
|
+ <!-- and libupdate -->
|
|
|
|
+ <ant dir="plugins/org.eclipse.update.core.linux/src" antfile="build.xml" />
|
|
|
|
+
|
|
|
|
</target>
|