mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
21 lines
1,019 B
XML
21 lines
1,019 B
XML
--- plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml.orig 2008-08-02 16:07:51.000000000 -0400
|
|
+++ plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml 2008-08-02 16:09:56.000000000 -0400
|
|
@@ -48,6 +48,18 @@
|
|
<property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86_64.zip"/>
|
|
</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.motif.x86">
|
|
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
|