diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-10-24 07:05:50 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-10-24 07:05:50 +0000 |
commit | 9a5e4eb82ff28e73903637abc179f809d7cb853a (patch) | |
tree | 5142f686304544d8cd7ac1c697a941d0c5de6877 /java/eclipse-devel/files/patch-plugins-ui-workbench-compatibility-build.xml | |
parent | Update to 1.8.4. (diff) |
. Update to 3.3.1.
Submitted by: Ken Yamada <ken@tydfam.jp>
Notes
Notes:
svn path=/head/; revision=201887
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"/> |