diff options
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-ui-workbench-compatibility-build.xml')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-ui-workbench-compatibility-build.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-ui-workbench-compatibility-build.xml b/java/eclipse-devel/files/patch-plugins-ui-workbench-compatibility-build.xml index 76294b4ad3df..300d40aeef4f 100644 --- a/java/eclipse-devel/files/patch-plugins-ui-workbench-compatibility-build.xml +++ b/java/eclipse-devel/files/patch-plugins-ui-workbench-compatibility-build.xml @@ -1,15 +1,15 @@ ---- plugins/org.eclipse.ui.workbench.compatibility/build.xml.orig 2007-06-26 04:39:43.000000000 +0900 -+++ plugins/org.eclipse.ui.workbench.compatibility/build.xml 2007-08-27 00:47:43.000000000 +0900 +--- plugins/org.eclipse.ui.workbench.compatibility/build.xml.orig 2007-09-22 01:25:45.000000000 +0900 ++++ plugins/org.eclipse.ui.workbench.compatibility/build.xml 2007-10-11 00:36:20.000000000 +0900 @@ -138,6 +138,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"/> @@ -200,6 +204,10 @@ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/> |