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:
parent
47ee941968
commit
4a2c0e1c6f
1 changed files with 8 additions and 9 deletions
|
@ -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} \
|
||||
|
|
Loading…
Add table
Reference in a new issue