1
0
Fork 0
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:
Martin Oberhuber 2008-05-20 22:43:22 +00:00
parent 9768e64afd
commit 697130f5e7

View file

@ -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}/ \