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:05:45 +00:00
parent 85f852f21a
commit 049e5d13b1

View file

@ -29,6 +29,7 @@ tgtlauncher=`ls ${HOME}/ws2/eclipse/plugins/org.eclipse.equinox.launcher_* | sor
# patch site.xml
cd ..
SITE=`pwd`
echo "SITE is ${SITE}"
if [ -f index.html.new ]; then
rm -f index.html.new
fi
@ -512,7 +513,7 @@ fi
if [ x${DO_CATEGORIES} = x1 ]; then
echo "Adding Categories..."
CMD="java -jar ${tgtlauncher} \
-application -application org.eclipse.equinox.p2.publisher.CategoryPublisher \
-application org.eclipse.equinox.p2.publisher.CategoryPublisher \
-metadataRepository file:${SITE} \
-categoryDefinition file:/${SITE}/category.xml \
-compress"