ports/java/eclipse-devel/files/patch-plugins-pde-build-templates-packager-customTargets.xml
Greg Lewis 28a3f566fc . Enlist eclipse-devel to get some wider spread of the Eclipse 3.3 port
before it replaces Eclipse 3.2.

  The submitters (listed in alphabetical order) collaborated on this.

Submitted by:	Mike Bowie <mbowie@buzmo.com>
		Dan Rucci <dan@rucci.org>
		Ken Yamada <ken@tydfam.jp>
2007-10-13 03:28:18 +00:00

19 lines
826 B
XML

--- 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 @@
</ant>
</target>
+ <target name="assemble.freebsd.gtk.x86.xml">
+ <ant antfile="${assembleScriptName}" >
+ <property name="archiveName" value="${archiveNamePrefix}-freebsd.gtk.x86.zip"/>
+ </ant>
+ </target>
+ <target name="assemble.freebsd.gtk.amd64.xml">
+ <ant antfile="${assembleScriptName}" >
+ <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"/>