From 43542b7506133b213223ffc361ff6ac7243d10ac Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 9 Nov 2010 15:29:31 +0000 Subject: [PATCH] [releng] add categories in the end --- .../bin/mkTestUpdates.sh | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh index 4e09ac74fc7..d3f41300802 100755 --- a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh +++ b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh @@ -510,19 +510,6 @@ if [ x${DO_STATS} = x1 ]; then echo "result: ${result}" fi -if [ x${DO_CATEGORIES} = x1 ]; then - echo "Adding Categories..." - CMD="java -jar ${tgtlauncher} \ - -application org.eclipse.equinox.p2.publisher.CategoryPublisher \ - -metadataRepository file:${SITE} \ - -categoryDefinition file:${SITE}/category.xml \ - -compress" - echo $CMD - $CMD - result=$? - echo "result: ${result}" -fi - echo "Creating P2 metadata (no download stats)..." java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \ -application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \ @@ -537,6 +524,19 @@ java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \ -noDefaultIUs \ -vmargs -Xmx256M +if [ x${DO_CATEGORIES} = x1 ]; then + echo "Adding Categories..." + CMD="java -jar ${tgtlauncher} \ + -application org.eclipse.equinox.p2.publisher.CategoryPublisher \ + -metadataRepository file:${SITE} \ + -categoryDefinition file:${SITE}/category.xml \ + -compress" + echo $CMD + $CMD + result=$? + echo "result: ${result}" +fi + cd $SITE chgrp -R dsdp-tmadmin . chmod -R g+w .