1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 22:25:25 +02:00

[releng] pack200 inclusion with publisher

This commit is contained in:
Martin Oberhuber 2011-05-03 00:34:19 +00:00
parent 8d48d06990
commit 18703700b5

View file

@ -514,22 +514,22 @@ else
echo "Creating P2 metadata (no download stats)..."
CMD="java -jar ${tgtlauncher} \
-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
-metadataRepository file:${SITE} \
-artifactRepository file:${SITE} \
-source ${SITE} \
-compress \
-metadataRepository file:${SITE} \
-artifactRepository file:${SITE} \
-source ${SITE} \
-compress \
-publishArtifacts \
-reusePack200Files \
-vmargs -Xmx256M"
# -configs any.linux.x86 \
# -publishArtifacts \
echo $CMD
$CMD
result=$?
echo "result: ${result}"
fi
if [ x${DO_CATEGORIES} = x1 ]; then
if [ x${DO_CATEGORIES} = x1 ]; then
echo "Adding Categories..."
CMD="java -jar ${tgtlauncher} \
-application org.eclipse.equinox.p2.publisher.CategoryPublisher \