summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml
blob: 9c33fa4685fda546b98418dc19618a2062055917 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml.orig	2008-08-02 16:19:48.000000000 -0400
+++ plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml	2008-08-02 16:20:07.000000000 -0400
@@ -142,12 +142,13 @@
 	</target>
 
     <target name="build.cfiles" depends="init">
-		<mkdir dir="${build.result.folder}/library"/>
-		<copy todir="${build.result.folder}/library">
+		<mkdir dir="${build.result.folder}/gtk/library"/>
+		<copy todir="${build.result.folder}/gtk/library">
 			<fileset dir="${plugindir}/Eclipse SWT/common/library"/>
 			<fileset dir="${plugindir}/Eclipse SWT AWT/gtk/library"/>
 			<fileset dir="${plugindir}/Eclipse SWT Mozilla/common/library"/>
 			<fileset dir="${plugindir}/Eclipse SWT OpenGL/glx/library"/>
+			<fileset dir="${plugindir}/Eclipse SWT PI/common/library"/>
 			<fileset dir="${plugindir}/Eclipse SWT PI/cairo/library"/>
 			<fileset dir="${plugindir}/Eclipse SWT PI/gtk/library"/>
 			<fileset dir="${plugindir}/Eclipse SWT Program/cde/library"/>
@@ -156,9 +157,9 @@
 	</target>
 
 	<target name="build.jnilibs" depends="build.cfiles">
-		<exec dir="${build.result.folder}/library" executable="sh">
+		<exec dir="${build.result.folder}/gtk/library" executable="sh">
 			<env key="OUTPUT_DIR" value="${build.result.folder}"/>
-			<arg line="${build.result.folder}/library/build.sh"/>
+			<arg line="${build.result.folder}/gtk/library/build.sh"/>
 			<arg line="install"/>
 		</exec>
 	</target>