mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 03:55:22 +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
|
# patch site.xml
|
||||||
cd ..
|
cd ..
|
||||||
SITE=`pwd`
|
SITE=`pwd`
|
||||||
|
echo "SITE is ${SITE}"
|
||||||
if [ -f index.html.new ]; then
|
if [ -f index.html.new ]; then
|
||||||
rm -f index.html.new
|
rm -f index.html.new
|
||||||
fi
|
fi
|
||||||
|
@ -512,7 +513,7 @@ fi
|
||||||
if [ x${DO_CATEGORIES} = x1 ]; then
|
if [ x${DO_CATEGORIES} = x1 ]; then
|
||||||
echo "Adding Categories..."
|
echo "Adding Categories..."
|
||||||
CMD="java -jar ${tgtlauncher} \
|
CMD="java -jar ${tgtlauncher} \
|
||||||
-application -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue