1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-19 14:15:50 +02:00

[releng] migrate from EclipseGenerator to site publisher

This commit is contained in:
Martin Oberhuber 2011-05-02 23:44:53 +00:00
parent 47ee941968
commit 4a2c0e1c6f

View file

@ -512,18 +512,17 @@ fi
echo "Creating P2 metadata (no download stats)..."
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
-application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
-updateSite ${SITE}/ \
-site file:${SITE}/site.xml \
-metadataRepository file:${SITE}/ \
-metadataRepositoryName "${TPVERSION} Update Site" \
-artifactRepository file:${SITE}/ \
-artifactRepositoryName "${TPVERSION} Artifacts" \
-compress \
-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
-metadataRepository file:${SITE}/ \
-artifactRepository file:${SITE} \
-source ${SITE} \
-compress \
-reusePack200Files \
-noDefaultIUs \
-vmargs -Xmx256M
# -configs any.linux.x86 \
# -publishArtifacts \
if [ x${DO_CATEGORIES} = x1 ]; then
echo "Adding Categories..."
CMD="java -jar ${tgtlauncher} \