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/"/>
|