Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-01-21 05:26:56 +0000
committerDavid Williams2014-01-21 05:26:56 +0000
commitea491d7366db9724ac2aa776c7a424059057686f (patch)
tree3eea7308382c181960fadd7e0002a253199b18a0 /production/publish-equinox.sh
parent16cd8a1bd4ce81dc8e553d09204e45bac2af89b0 (diff)
downloadeclipse.platform.releng.aggregator-ea491d7366db9724ac2aa776c7a424059057686f.tar.gz
eclipse.platform.releng.aggregator-ea491d7366db9724ac2aa776c7a424059057686f.tar.xz
eclipse.platform.releng.aggregator-ea491d7366db9724ac2aa776c7a424059057686f.zip
Bug 407956 - Can not launch starter kit on Mac
fix to use 'rt' as root folder during tar
Diffstat (limited to 'production/publish-equinox.sh')
-rw-r--r--production/publish-equinox.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/publish-equinox.sh b/production/publish-equinox.sh
index 61ef015e5..18f91c053 100644
--- a/production/publish-equinox.sh
+++ b/production/publish-equinox.sh
@@ -81,9 +81,9 @@ fn-eq-gather-starterkit ()
cp -v org.eclipse.rt.osgistarterkit.product-linux.gtk.x86.tar.gz "$DROP_DIR"/EclipseRT-OSGi-StarterKit-${BUILD_ID}-linux-gtk-x86.tar.gz
#cp -v org.eclipse.rt.osgistarterkit.product-macosx.cocoa.x86_64.tar.gz "$DROP_DIR"/EclipseRT-OSGi-StarterKit-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz
- tar cfz "$DROP_DIR"/EclipseRT-OSGi-StarterKit-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz -C org.eclipse.rt.osgistarterkit.product/macosx/cocoa/x86_64 eclipse
+ tar cfz "$DROP_DIR"/EclipseRT-OSGi-StarterKit-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz -C org.eclipse.rt.osgistarterkit.product/macosx/cocoa/x86_64 rt
#cp -v org.eclipse.rt.osgistarterkit.product-macosx.cocoa.x86.tar.gz "$DROP_DIR"/EclipseRT-OSGi-StarterKit-${BUILD_ID}-macosx-cocoa-x86.tar.gz
- tar cfz "$DROP_DIR"/EclipseRT-OSGi-StarterKit-${BUILD_ID}-macosx-cocoa-x86.tar.gz -C org.eclipse.rt.osgistarterkit.product/macosx/cocoa/x86 eclipse
+ tar cfz "$DROP_DIR"/EclipseRT-OSGi-StarterKit-${BUILD_ID}-macosx-cocoa-x86.tar.gz -C org.eclipse.rt.osgistarterkit.product/macosx/cocoa/x86 rt
cp -v org.eclipse.rt.osgistarterkit.product-solaris.gtk.sparc.zip "$DROP_DIR"/EclipseRT-OSGi-StarterKit-${BUILD_ID}-solaris-gtk-sparc.zip
cp -v org.eclipse.rt.osgistarterkit.product-solaris.gtk.x86.zip "$DROP_DIR"/EclipseRT-OSGi-StarterKit-${BUILD_ID}-solaris-gtk-x86.zip

Back to the top