diff options
Diffstat (limited to '')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-pde-build-templates-packager-customTargets.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-pde-build-templates-packager-customTargets.xml b/java/eclipse-devel/files/patch-plugins-pde-build-templates-packager-customTargets.xml index 5feacb6c532a..412bd99f51f0 100644 --- a/java/eclipse-devel/files/patch-plugins-pde-build-templates-packager-customTargets.xml +++ b/java/eclipse-devel/files/patch-plugins-pde-build-templates-packager-customTargets.xml @@ -1,6 +1,6 @@ ---- plugins/org.eclipse.pde.build/templates/packager/customTargets.xml.orig 2007-06-26 04:57:18.000000000 +0900 -+++ plugins/org.eclipse.pde.build/templates/packager/customTargets.xml 2007-09-06 11:20:06.000000000 +0900 -@@ -18,6 +18,16 @@ +--- plugins/org.eclipse.pde.build/templates/packager/customTargets.xml.orig 2007-10-24 06:49:06.000000000 +0900 ++++ plugins/org.eclipse.pde.build/templates/packager/customTargets.xml 2007-11-19 14:34:19.000000000 +0900 +@@ -18,6 +18,17 @@ </ant> </target> @@ -14,6 +14,7 @@ + <property name="archiveName" value="${archiveNamePrefix}-freebsd.gtk.amd64.zip"/> + </ant> + </target> ++ <target name="assemble.linux.gtk.x86.xml"> <ant antfile="${assembleScriptName}" > <property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86.zip"/> |