mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 22:25:25 +02:00
[releng] migrate from EclipseGenerator to site publisher
This commit is contained in:
parent
4a2c0e1c6f
commit
daf3142ad3
1 changed files with 14 additions and 8 deletions
|
@ -508,22 +508,28 @@ if [ x${DO_STATS} = x1 ]; then
|
|||
$CMD
|
||||
result=$?
|
||||
echo "result: ${result}"
|
||||
fi
|
||||
|
||||
echo "Creating P2 metadata (no download stats)..."
|
||||
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
||||
else
|
||||
|
||||
echo "Creating P2 metadata (no download stats)..."
|
||||
CMD="java -jar ${tgtlauncher} \
|
||||
-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
|
||||
-metadataRepository file:${SITE}/ \
|
||||
-metadataRepository file:${SITE} \
|
||||
-artifactRepository file:${SITE} \
|
||||
-source ${SITE} \
|
||||
-compress \
|
||||
-reusePack200Files \
|
||||
-vmargs -Xmx256M
|
||||
|
||||
-vmargs -Xmx256M"
|
||||
|
||||
# -configs any.linux.x86 \
|
||||
# -publishArtifacts \
|
||||
|
||||
if [ x${DO_CATEGORIES} = x1 ]; then
|
||||
echo $CMD
|
||||
$CMD
|
||||
result=$?
|
||||
echo "result: ${result}"
|
||||
fi
|
||||
|
||||
sif [ 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