mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 06:35:28 +02:00
[releng] Create P2 Metadata on TM Update Site
This commit is contained in:
parent
9768e64afd
commit
697130f5e7
1 changed files with 4 additions and 0 deletions
|
@ -339,6 +339,10 @@ java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
|||
|
||||
#Create P2 metadata
|
||||
echo "Creating P2 metadata..."
|
||||
#Always create from scratch
|
||||
cd ${SITE}
|
||||
if [ -f content.xml ]; then rm -f content.xml; fi
|
||||
if [ -f content.jar ]; then rm -f content.jar; fi
|
||||
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
||||
-application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
|
||||
-updateSite ${SITE}/ \
|
||||
|
|
Loading…
Add table
Reference in a new issue