mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +02:00
Re-enable P2 metadata generation
This commit is contained in:
parent
ac4002b5fa
commit
a45e35da21
1 changed files with 3 additions and 2 deletions
|
@ -342,8 +342,9 @@ java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
||||||
echo "Creating P2 metadata..."
|
echo "Creating P2 metadata..."
|
||||||
#Always create from scratch
|
#Always create from scratch
|
||||||
cd ${SITE}
|
cd ${SITE}
|
||||||
if [ -f content.xml ]; then rm -f content.xml; fi
|
for x in content.xml content.jar content.jar.pack.gz artifacts.xml artifacts.jar artifacts.jar.pack.gz ; do
|
||||||
if [ -f content.jar ]; then rm -f content.jar; fi
|
if [ -f $x ]; then rm -f $x; fi
|
||||||
|
done
|
||||||
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
||||||
-application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
|
-application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
|
||||||
-updateSite ${SITE}/ \
|
-updateSite ${SITE}/ \
|
||||||
|
|
Loading…
Add table
Reference in a new issue