mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +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..."
|
||||
#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
|
||||
for x in content.xml content.jar content.jar.pack.gz artifacts.xml artifacts.jar artifacts.jar.pack.gz ; do
|
||||
if [ -f $x ]; then rm -f $x; fi
|
||||
done
|
||||
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