| 1 |
bkonrath |
1.2 |
--- plugins/org.eclipse.update.core.linux/src/build.xml.orig 2006-01-27 15:35:35.000000000 -0500
|
| 2 |
|
|
+++ plugins/org.eclipse.update.core.linux/src/build.xml 2006-01-27 15:36:07.000000000 -0500
|
| 3 |
overholt |
1.1 |
@@ -5,7 +5,7 @@
|
| 4 |
|
|
<!-- Set a meaningful default value for when it is not. -->
|
| 5 |
|
|
<property name="eclipse-home" value="${basedir}/../.."/>
|
| 6 |
|
|
<property name="jdk-path" value="${java.home}"/>
|
| 7 |
|
|
- <property name="destination" value="${eclipse-home}/org.eclipse.update.core.linux/os/linux/x86/"/>
|
| 8 |
|
|
+ <property name="destination" value="${eclipse-home}/org.eclipse.update.core.linux/os/linux/${installArch}/"/>
|
| 9 |
|
|
<property name="obj-path" value="${eclipse-home}/org.eclipse.update.core.linux/src/"/>
|
| 10 |
|
|
<property name="src-path" value="${eclipse-home}/org.eclipse.update.core.linux/src/"/>
|
| 11 |
bkonrath |
1.2 |
|