diff options
Diffstat (limited to 'java/eclipse/files/patch-plugins-pde-build-build.xml')
-rw-r--r-- | java/eclipse/files/patch-plugins-pde-build-build.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-plugins-pde-build-build.xml b/java/eclipse/files/patch-plugins-pde-build-build.xml new file mode 100644 index 000000000000..dd4947056ba6 --- /dev/null +++ b/java/eclipse/files/patch-plugins-pde-build-build.xml @@ -0,0 +1,20 @@ +--- plugins/org.eclipse.pde.build/build.xml.orig 2007-10-24 06:31:14.000000000 +0900 ++++ plugins/org.eclipse.pde.build/build.xml 2007-11-19 14:25:31.000000000 +0900 +@@ -128,6 +128,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"/> + <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"/> + <pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/> + <pathelement path="../org.eclipse.update.core.win32/@dot"/> |