mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-18 22:45:23 +02:00
[releng] pack200 inclusion with publisher
This commit is contained in:
parent
8d48d06990
commit
18703700b5
1 changed files with 6 additions and 6 deletions
|
@ -518,18 +518,18 @@ else
|
||||||
-artifactRepository file:${SITE} \
|
-artifactRepository file:${SITE} \
|
||||||
-source ${SITE} \
|
-source ${SITE} \
|
||||||
-compress \
|
-compress \
|
||||||
|
-publishArtifacts \
|
||||||
-reusePack200Files \
|
-reusePack200Files \
|
||||||
-vmargs -Xmx256M"
|
-vmargs -Xmx256M"
|
||||||
|
|
||||||
# -configs any.linux.x86 \
|
# -configs any.linux.x86 \
|
||||||
# -publishArtifacts \
|
|
||||||
echo $CMD
|
echo $CMD
|
||||||
$CMD
|
$CMD
|
||||||
result=$?
|
result=$?
|
||||||
echo "result: ${result}"
|
echo "result: ${result}"
|
||||||
fi
|
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 org.eclipse.equinox.p2.publisher.CategoryPublisher \
|
-application org.eclipse.equinox.p2.publisher.CategoryPublisher \
|
||||||
|
|
Loading…
Add table
Reference in a new issue