mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
[releng] migrate from EclipseGenerator to site publisher
This commit is contained in:
parent
47ee941968
commit
4a2c0e1c6f
1 changed files with 8 additions and 9 deletions
|
@ -512,17 +512,16 @@ fi
|
||||||
|
|
||||||
echo "Creating P2 metadata (no download stats)..."
|
echo "Creating P2 metadata (no download stats)..."
|
||||||
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
||||||
-application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
|
-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
|
||||||
-updateSite ${SITE}/ \
|
-metadataRepository file:${SITE}/ \
|
||||||
-site file:${SITE}/site.xml \
|
-artifactRepository file:${SITE} \
|
||||||
-metadataRepository file:${SITE}/ \
|
-source ${SITE} \
|
||||||
-metadataRepositoryName "${TPVERSION} Update Site" \
|
-compress \
|
||||||
-artifactRepository file:${SITE}/ \
|
|
||||||
-artifactRepositoryName "${TPVERSION} Artifacts" \
|
|
||||||
-compress \
|
|
||||||
-reusePack200Files \
|
-reusePack200Files \
|
||||||
-noDefaultIUs \
|
|
||||||
-vmargs -Xmx256M
|
-vmargs -Xmx256M
|
||||||
|
|
||||||
|
# -configs any.linux.x86 \
|
||||||
|
# -publishArtifacts \
|
||||||
|
|
||||||
if [ x${DO_CATEGORIES} = x1 ]; then
|
if [ x${DO_CATEGORIES} = x1 ]; then
|
||||||
echo "Adding Categories..."
|
echo "Adding Categories..."
|
||||||
|
|
Loading…
Add table
Reference in a new issue