diff options
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-ui-build.xml')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-ui-build.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-ui-build.xml b/java/eclipse-devel/files/patch-plugins-ui-build.xml index b0e8a95d00f2..044a032bfb6c 100644 --- a/java/eclipse-devel/files/patch-plugins-ui-build.xml +++ b/java/eclipse-devel/files/patch-plugins-ui-build.xml @@ -1,15 +1,15 @@ ---- plugins/org.eclipse.ui/build.xml.orig 2007-06-26 04:39:42.000000000 +0900 -+++ plugins/org.eclipse.ui/build.xml 2007-08-27 00:20:00.000000000 +0900 +--- plugins/org.eclipse.ui/build.xml.orig 2007-09-22 01:26:44.000000000 +0900 ++++ plugins/org.eclipse.ui/build.xml 2007-10-10 23:21:50.000000000 +0900 @@ -131,6 +131,10 @@ - <pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/> + <pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.1.v3346i/@dot"/> <pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/> - <pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/> + <pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346i/@dot"/> + <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/> -+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/> ++ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.1.v3346i/@dot"/> + <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/> -+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/> ++ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.1.v3346i/@dot"/> <pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/> - <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/> + <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.1.v3346i/@dot"/> <pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/> @@ -192,6 +196,8 @@ <pathelement path="../org.eclipse.core.filesystem.hpux.ia64_32/@dot"/> |