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-views-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-views-build.xml')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-ui-views-build.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-ui-views-build.xml b/java/eclipse-devel/files/patch-plugins-ui-views-build.xml index 617b753a9bbd..36cfda96bcc1 100644 --- a/java/eclipse-devel/files/patch-plugins-ui-views-build.xml +++ b/java/eclipse-devel/files/patch-plugins-ui-views-build.xml @@ -1,15 +1,15 @@ ---- plugins/org.eclipse.ui.views/build.xml.orig 2007-06-26 04:39:42.000000000 +0900 -+++ plugins/org.eclipse.ui.views/build.xml 2007-08-27 00:17:34.000000000 +0900 +--- plugins/org.eclipse.ui.views/build.xml.orig 2007-09-22 01:23:49.000000000 +0900 ++++ plugins/org.eclipse.ui.views/build.xml 2007-10-11 00:23:04.000000000 +0900 @@ -136,6 +136,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"/> @@ -207,6 +211,10 @@ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/> |