mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
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>
25 lines
2 KiB
XML
25 lines
2 KiB
XML
--- plugins/org.eclipse.core.resources/build.xml.orig Mon Jun 25 15:39:42 2007
|
|
+++ plugins/org.eclipse.core.resources/build.xml Fri Aug 17 17:32:24 2007
|
|
@@ -139,6 +139,10 @@
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_64_1.0.100.v20070510/@dot"/>
|
|
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
|
|
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
|
|
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
|
|
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.solaris.sparc/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.solaris.sparc_1.0.100.v20070425/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.macosx/@dot"/>
|
|
@@ -252,6 +256,11 @@
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_64_1.0.100.v20070510/@dot"/>
|
|
+
|
|
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
|
|
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.0.100.v20070510/@dot"/>
|
|
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
|
|
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.0.100.v20070510/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.solaris.sparc/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.solaris.sparc_1.0.100.v20070425/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.macosx/@dot"/>
|