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:
parent
85f852f21a
commit
049e5d13b1
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue