mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
24 lines
2 KiB
XML
24 lines
2 KiB
XML
--- plugins/org.eclipse.core.resources/build.xml.orig Thu Jul 27 18:44:45 2006
|
|
+++ plugins/org.eclipse.core.resources/build.xml Tue Jul 25 19:18:21 2006
|
|
@@ -102,6 +102,10 @@
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_64/@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.macosx/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.macosx/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.qnx.x86/@dot"/>
|
|
@@ -176,6 +180,10 @@
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_64/@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.macosx/@dot"/>
|
|
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.macosx/@dot"/>
|
|
<pathelement path="../org.eclipse.core.filesystem.qnx.x86/@dot"/>
|