mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 21: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 \
|
-digestBuilder -digestOutputDir=$SITE \
|
||||||
-siteXML=$SITE/site-europa.xml
|
-siteXML=$SITE/site-europa.xml
|
||||||
|
|
||||||
|
if false ; then
|
||||||
#Create P2 metadata
|
#Create P2 metadata
|
||||||
echo "Creating P2 metadata..."
|
echo "Creating P2 metadata..."
|
||||||
#Always create from scratch
|
#Always create from scratch
|
||||||
|
@ -353,7 +354,8 @@ java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
||||||
-artifactRepositoryName "Target Management 3.0 Artifacts" \
|
-artifactRepositoryName "Target Management 3.0 Artifacts" \
|
||||||
-compress \
|
-compress \
|
||||||
-reusePack200Files \
|
-reusePack200Files \
|
||||||
-noDefaultIUs \
|
-noDefaultIUs
|
||||||
|
fi
|
||||||
|
|
||||||
cd $SITE
|
cd $SITE
|
||||||
chgrp -R dsdp-tmadmin .
|
chgrp -R dsdp-tmadmin .
|
||||||
|
|
Loading…
Add table
Reference in a new issue