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:
parent
8d48d06990
commit
18703700b5
1 changed files with 6 additions and 6 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue