freebsd-ports/java/eclipse-devel/files/patch-plugins-ui-win32-build.xml
Greg Lewis 422be08af9 . Update to Eclipse 3.3.2.
Submitted by:	Ken Yamada
2008-05-10 03:51:42 +00:00

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