mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
[releng] Disable P2 metadata generator
This commit is contained in:
parent
a89ba463e7
commit
b239646cf7
1 changed files with 3 additions and 1 deletions
|
@ -337,6 +337,7 @@ java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
|||
-digestBuilder -digestOutputDir=$SITE \
|
||||
-siteXML=$SITE/site-europa.xml
|
||||
|
||||
if false ; then
|
||||
#Create P2 metadata
|
||||
echo "Creating P2 metadata..."
|
||||
#Always create from scratch
|
||||
|
@ -353,7 +354,8 @@ java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
|||
-artifactRepositoryName "Target Management 3.0 Artifacts" \
|
||||
-compress \
|
||||
-reusePack200Files \
|
||||
-noDefaultIUs \
|
||||
-noDefaultIUs
|
||||
fi
|
||||
|
||||
cd $SITE
|
||||
chgrp -R dsdp-tmadmin .
|
||||
|
|
Loading…
Add table
Reference in a new issue