summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-plugins-org.eclipse.pde.build-scripts-productBuild-allElements.xml
blob: 2816426fb485365e1f61b8ba95324b1d945765fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- 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}">