Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-04-01 05:16:19 +0000
committerDavid Williams2014-04-01 05:16:19 +0000
commit0d5b63e25552ef93a937cc68cb628a93b3f2015a (patch)
treea168819c0a096b017ac1876cd15178502e1af6ef /production/publish-equinox.sh
parent968290358a84ef3806adde346105b09be9d87712 (diff)
downloadeclipse.platform.releng.aggregator-0d5b63e25552ef93a937cc68cb628a93b3f2015a.tar.gz
eclipse.platform.releng.aggregator-0d5b63e25552ef93a937cc68cb628a93b3f2015a.tar.xz
eclipse.platform.releng.aggregator-0d5b63e25552ef93a937cc68cb628a93b3f2015a.zip
Bug 431540 - Removing hard cycles between equinox git repos has caused
p2 to be missing from equinox sdk Correcting typo.
Diffstat (limited to 'production/publish-equinox.sh')
-rw-r--r--production/publish-equinox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/publish-equinox.sh b/production/publish-equinox.sh
index 1b6f99bcc..47824c1c0 100644
--- a/production/publish-equinox.sh
+++ b/production/publish-equinox.sh
@@ -131,7 +131,7 @@ fn-publish-equinox ()
pushd "$TARGET_PRODUCTS"
# The glob '*' here, is to match (and hence remove) "version number" in built version, such as 3.10.0, 4.4.0, etc.
# And leave only BUILD_ID.
- cp equinox-sdk-*-SNAPSHOT.zip "$BUILD_DIR"/equinox-SDK-${BUILD_ID}.zip
+ cp -v equinox-sdk-*-SNAPSHOT.zip "$BUILD_DIR"/equinox-SDK-${BUILD_ID}.zip
else
echo " ERROR: $TARGET_PRODUCTS did not exist in fn-gather-sdks"
fi

Back to the top