Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-07-28 19:32:36 +0000
committerDavid Williams2014-07-28 19:32:36 +0000
commit1eaea9d0551e427b47be8cc12a7cea2b9777ee85 (patch)
treea6ef6cfc2160e3e7f27b9c37c1538deb809f6562 /production/publish-equinox.sh
parent5f231418d0d55ee840ed8f1c4e2662061afa27e6 (diff)
downloadeclipse.platform.releng.aggregator-1eaea9d0551e427b47be8cc12a7cea2b9777ee85.tar.gz
eclipse.platform.releng.aggregator-1eaea9d0551e427b47be8cc12a7cea2b9777ee85.tar.xz
eclipse.platform.releng.aggregator-1eaea9d0551e427b47be8cc12a7cea2b9777ee85.zip
Bug 440585 - remove post-build "symbolic link" code since fixed in Tycho
0.21
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 ae0fa0d9e..541e94d27 100644
--- a/production/publish-equinox.sh
+++ b/production/publish-equinox.sh
@@ -81,8 +81,8 @@ fn-eq-gather-starterkit ()
cp -v org.eclipse.rt.osgistarterkit.product-linux.gtk.x86_64.tar.gz "$DROP_DIR"/EclipseRT-OSGi-StarterKit-${BUILD_ID}-linux-gtk-x86_64.tar.gz
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 rt
+ 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 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
# no longer an x86 version. Bug 420725
#tar cfz "$DROP_DIR"/EclipseRT-OSGi-StarterKit-${BUILD_ID}-macosx-cocoa-x86.tar.gz -C org.eclipse.rt.osgistarterkit.product/macosx/cocoa/x86 rt

Back to the top