1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

[releng] Fix category publishing

This commit is contained in:
Martin Oberhuber 2010-11-09 15:13:43 +00:00
parent 42a33cd749
commit fe302ef02f

View file

@ -515,7 +515,7 @@ if [ x${DO_CATEGORIES} = x1 ]; then
CMD="java -jar ${tgtlauncher} \
-application org.eclipse.equinox.p2.publisher.CategoryPublisher \
-metadataRepository file:${SITE} \
-categoryDefinition file:/${SITE}/category.xml \
-categoryDefinition file:${SITE}/category.xml \
-compress"
echo $CMD
$CMD