summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-plugins-pde-build-scripts-productBuild-allElements.xml
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2008-09-06 19:31:51 +0000
committerGreg Lewis <glewis@FreeBSD.org>2008-09-06 19:31:51 +0000
commit206bef988c5dfb8ec07f72ed820c48398643329f (patch)
tree4b7724aaf93cce6ea63fa0c79900620264746c8a /java/eclipse-devel/files/patch-plugins-pde-build-scripts-productBuild-allElements.xml
parent. Update to Eclipse Europa, copied over from eclipse-devel. (diff)
. Update to Eclipse Ganymede
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca>
Notes
Notes: svn path=/head/; revision=220010
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-pde-build-scripts-productBuild-allElements.xml')
-rw-r--r--java/eclipse-devel/files/patch-plugins-pde-build-scripts-productBuild-allElements.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-pde-build-scripts-productBuild-allElements.xml b/java/eclipse-devel/files/patch-plugins-pde-build-scripts-productBuild-allElements.xml
deleted file mode 100644
index 1df59c08ceef..000000000000
--- a/java/eclipse-devel/files/patch-plugins-pde-build-scripts-productBuild-allElements.xml
+++ /dev/null
@@ -1,20 +0,0 @@
---- plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml.orig 2007-10-24 06:49:23.000000000 +0900
-+++ plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml 2007-11-19 14:28:29.000000000 +0900
-@@ -37,6 +37,17 @@
- </ant>
- </target>
-
-+ <target name="assemble.org.eclipse.pde.build.container.feature.freebsd.gtk.x86">
-+ <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
-+ <property name="archiveName" value="${archiveNamePrefix}-freebsd.gtk.x86.zip"/>
-+ </ant>
-+ </target>
-+ <target name="assemble.org.eclipse.pde.build.container.feature.freebsd.gtk.amd64">
-+ <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
-+ <property name="archiveName" value="${archiveNamePrefix}-freebsd.gtk.amd64.zip"/>
-+ </ant>
-+ </target>
-+
- <target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.x86">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
- <property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86.zip"/>