1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 11:03:28 +02:00

[releng] category generation

This commit is contained in:
Martin Oberhuber 2011-01-26 10:04:08 +00:00
parent 2dd2d15a64
commit 9d9693557c

View file

@ -528,8 +528,8 @@ 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 \
-metadataRepository file:${SITE}/ \
-categoryDefinition file:${SITE}/category.xml \
-compress"
echo $CMD
$CMD