freebsd-ports/java/eclipse-devel/files/patch-plugins-pde-build-scripts-productBuild-allElements.xml
Greg Lewis 422be08af9 . Update to Eclipse 3.3.2.
Submitted by:	Ken Yamada
2008-05-10 03:51:42 +00:00

20 lines
1 KiB
XML

--- 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"/>