From 18703700b5f93e91c25ad41a37f1363f1536e28d Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 3 May 2011 00:34:19 +0000 Subject: [PATCH] [releng] pack200 inclusion with publisher --- .../org.eclipse.rse.updatesite/bin/mkTestUpdates.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh index a4ef2849798..051945c09cd 100755 --- a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh +++ b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh @@ -514,22 +514,22 @@ else echo "Creating P2 metadata (no download stats)..." CMD="java -jar ${tgtlauncher} \ -application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \ - -metadataRepository file:${SITE} \ - -artifactRepository file:${SITE} \ - -source ${SITE} \ - -compress \ + -metadataRepository file:${SITE} \ + -artifactRepository file:${SITE} \ + -source ${SITE} \ + -compress \ + -publishArtifacts \ -reusePack200Files \ -vmargs -Xmx256M" # -configs any.linux.x86 \ -# -publishArtifacts \ echo $CMD $CMD result=$? echo "result: ${result}" fi -if [ x${DO_CATEGORIES} = x1 ]; then + if [ x${DO_CATEGORIES} = x1 ]; then echo "Adding Categories..." CMD="java -jar ${tgtlauncher} \ -application org.eclipse.equinox.p2.publisher.CategoryPublisher \