eclipse/eclipse-build.patch
Andrew Overholt bfd4e0b615 - New 3.1M5a build using upstream build method.
- Re-organize sub-packages (ecj, platform, platform-devel, jdt, jdt-devel,
    pde, pde-devel, fold gtk2 package into platform).
- Move jface and org.eclipse.text into libswt3-gtk2.
- Bring in JPackage symlinks for packages we have in Fedora (David Walluck)
    and put in %%prep.
- Work around x86_64 filename differences.
- Remove xerces, xalan, and xml-commons-apis requirement (and LD_PRELOAD
    from script).
- Bootstrap build.
2005-02-21 00:31:38 +00:00

19 lines
696 B
Diff

--- build.xml.orig 2005-02-19 11:43:10.000000000 -0500
+++ build.xml 2005-02-19 11:44:30.000000000 -0500
@@ -91,6 +91,15 @@
<arg line="build.sh"/>
</exec>
<move file="${launcherlibs}/library/${installWs}/eclipse" todir="${launcherlibs}/"/>
+
+ <!-- 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>