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-pde-build-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-pde-build-build.xml')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-pde-build-build.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-pde-build-build.xml b/java/eclipse-devel/files/patch-plugins-pde-build-build.xml index 66aff1898305..032cb4098038 100644 --- a/java/eclipse-devel/files/patch-plugins-pde-build-build.xml +++ b/java/eclipse-devel/files/patch-plugins-pde-build-build.xml @@ -1,9 +1,18 @@ ---- plugins/org.eclipse.pde.build/build.xml.orig 2007-06-26 04:39:42.000000000 +0900 -+++ plugins/org.eclipse.pde.build/build.xml 2007-08-27 11:11:42.000000000 +0900 +--- plugins/org.eclipse.pde.build/build.xml.orig 2007-09-22 01:27:14.000000000 +0900 ++++ plugins/org.eclipse.pde.build/build.xml 2007-10-10 22:23:27.000000000 +0900 @@ -128,6 +128,8 @@ - <pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/> + <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.100.v20070615/@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"/> +@@ -231,6 +233,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"/> |