bfd4e0b615
- 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.
11 lines
779 B
Diff
11 lines
779 B
Diff
--- plugins/org.eclipse.update.core.linux/src/build.xml.orig 2005-02-07 15:33:34.513890526 -0500
|
|
+++ plugins/org.eclipse.update.core.linux/src/build.xml 2005-02-07 15:33:50.705301151 -0500
|
|
@@ -5,7 +5,7 @@
|
|
<!-- Set a meaningful default value for when it is not. -->
|
|
<property name="eclipse-home" value="${basedir}/../.."/>
|
|
<property name="jdk-path" value="${java.home}"/>
|
|
- <property name="destination" value="${eclipse-home}/org.eclipse.update.core.linux/os/linux/x86/"/>
|
|
+ <property name="destination" value="${eclipse-home}/org.eclipse.update.core.linux/os/linux/${installArch}/"/>
|
|
<property name="obj-path" value="${eclipse-home}/org.eclipse.update.core.linux/src/"/>
|
|
<property name="src-path" value="${eclipse-home}/org.eclipse.update.core.linux/src/"/>
|