Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-02-07 22:42:25 +0000
committerAndrew Niefer2007-02-07 22:42:25 +0000
commit1ffef54c2d757a3fe3cc3b448c3220f09e61efb3 (patch)
tree18d6cabf60f243eef5577979b9c20a0e308ded1f /bundles
parente9b179109006729daab941d19f27eaa3c3813263 (diff)
downloadrt.equinox.framework-1ffef54c2d757a3fe3cc3b448c3220f09e61efb3.tar.gz
rt.equinox.framework-1ffef54c2d757a3fe3cc3b448c3220f09e61efb3.tar.xz
rt.equinox.framework-1ffef54c2d757a3fe3cc3b448c3220f09e61efb3.zip
rootfiles for gtk.linux.ppcv20070207a
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.executable/target.build.properties3
-rw-r--r--bundles/org.eclipse.equinox.executable/target.build.xml5
2 files changed, 7 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/target.build.properties b/bundles/org.eclipse.equinox.executable/target.build.properties
index 1d64cd6ff..9c2feacec 100644
--- a/bundles/org.eclipse.equinox.executable/target.build.properties
+++ b/bundles/org.eclipse.equinox.executable/target.build.properties
@@ -19,6 +19,9 @@ root.win32.win32.x86=bin/win32/win32/x86
root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root
root.linux.gtk.x86.permissions.755=libcairo-swt.so
+root.linux.gtk.ppc=bin/gtk/linux/ppc,gtk_root
+root.linux.gtk.ppc.permissions.755=libcairo-swt.so
+
root.macosx.carbon.ppc=bin/carbon/macosx/ppc
root.macosx.carbon.ppc.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}, ${launcherName}.app/Contents/Resources/Splash.app/Contents/MacOS/${launcherName}
diff --git a/bundles/org.eclipse.equinox.executable/target.build.xml b/bundles/org.eclipse.equinox.executable/target.build.xml
index 3fd7b1ddc..2ca331551 100644
--- a/bundles/org.eclipse.equinox.executable/target.build.xml
+++ b/bundles/org.eclipse.equinox.executable/target.build.xml
@@ -72,8 +72,11 @@
<target name="rootFileslinux_gtk_ppc">
<mkdir dir="${feature.base}/linux.gtk.ppc/${collectingFolder}"/>
<copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/bin/gtk/linux/ppc" includes="**" />
+ <fileset dir="${basedir}/gtk_root" includes="**" />
</copy>
- <chmod perm="755" dir="${feature.base}/linux.gtk.ppc/${collectingFolder}" includes="${launcherName}" />
+ <chmod perm="755" dir="${feature.base}/linux.gtk.ppc/${collectingFolder}" includes="${launcherName}" />
+ <chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="libcairo-swt.so" />
</target>
<target name="rootFileslinux_gtk_ppc64">
<mkdir dir="${feature.base}/linux.gtk.ppc64/${collectingFolder}"/>

Back to the top