diff options
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-core-resources-build.xml')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-core-resources-build.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-core-resources-build.xml b/java/eclipse-devel/files/patch-plugins-core-resources-build.xml new file mode 100644 index 000000000000..3b78219e5103 --- /dev/null +++ b/java/eclipse-devel/files/patch-plugins-core-resources-build.xml @@ -0,0 +1,25 @@ +--- 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"/> |