summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-plugins-pde-build-build.xml
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-10-13 03:28:18 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-10-13 03:28:18 +0000
commit28a3f566fca055cd6c99ab2f6cd7390324c1814d (patch)
tree108450e1e2832da70f3e9cccbd427c8f60674457 /java/eclipse-devel/files/patch-plugins-pde-build-build.xml
parentUpgrade to 0.39. (diff)
. Enlist eclipse-devel to get some wider spread of the Eclipse 3.3 port
before it replaces Eclipse 3.2. The submitters (listed in alphabetical order) collaborated on this. Submitted by: Mike Bowie <mbowie@buzmo.com> Dan Rucci <dan@rucci.org> Ken Yamada <ken@tydfam.jp>
Diffstat (limited to '')
-rw-r--r--java/eclipse-devel/files/patch-plugins-pde-build-build.xml11
1 files changed, 11 insertions, 0 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
new file mode 100644
index 000000000000..66aff1898305
--- /dev/null
+++ b/java/eclipse-devel/files/patch-plugins-pde-build-build.xml
@@ -0,0 +1,11 @@
+--- 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
+@@ -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/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@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"/>