mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
[releng] category generation
This commit is contained in:
parent
2dd2d15a64
commit
9d9693557c
1 changed files with 2 additions and 2 deletions
|
@ -528,8 +528,8 @@ if [ x${DO_CATEGORIES} = x1 ]; then
|
||||||
echo "Adding Categories..."
|
echo "Adding Categories..."
|
||||||
CMD="java -jar ${tgtlauncher} \
|
CMD="java -jar ${tgtlauncher} \
|
||||||
-application org.eclipse.equinox.p2.publisher.CategoryPublisher \
|
-application org.eclipse.equinox.p2.publisher.CategoryPublisher \
|
||||||
-metadataRepository file:${SITE} \
|
-metadataRepository file:${SITE}/ \
|
||||||
-categoryDefinition file:/${SITE}/category.xml \
|
-categoryDefinition file:${SITE}/category.xml \
|
||||||
-compress"
|
-compress"
|
||||||
echo $CMD
|
echo $CMD
|
||||||
$CMD
|
$CMD
|
||||||
|
|
Loading…
Add table
Reference in a new issue