422be08af9
Submitted by: Ken Yamada
22 lines
1.8 KiB
XML
22 lines
1.8 KiB
XML
--- plugins/org.eclipse.ui.win32/build.xml.orig 2007-10-24 06:31:15.000000000 +0900
|
|
+++ plugins/org.eclipse.ui.win32/build.xml 2007-11-19 16:15:45.000000000 +0900
|
|
@@ -150,6 +150,10 @@
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
|
|
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
|
|
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
|
|
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
|
|
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070510/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
|
|
@@ -196,6 +200,8 @@
|
|
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.101.R33x_v20070911/bin/"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.101.R33x_v20070911/@dot"/>
|
|
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
|
|
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
|
|
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
|
|
<pathelement path="../org.eclipse.update.core.win32/@dot"/>
|