1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

[releng] Add p2 categories

This commit is contained in:
Martin Oberhuber 2010-06-09 05:08:02 +00:00
parent 187e1a2254
commit db74ee7fbb
2 changed files with 33 additions and 20 deletions

View file

@ -501,19 +501,6 @@ if [ x${DO_STATS} = x1 ]; then
result=$?
echo "result: ${result}"
fi
echo "Creating P2 metadata (no download stats)..."
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
-application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
-updateSite ${SITE}/ \
-site file:${SITE}/site.xml \
-metadataRepository file:${SITE}/ \
-metadataRepositoryName "${TPVERSION} Update Site" \
-artifactRepository file:${SITE}/ \
-artifactRepositoryName "${TPVERSION} Artifacts" \
-compress \
-reusePack200Files \
-noDefaultIUs \
-vmargs -Xmx256M
if [ x${DO_CATEGORIES} = x1 ]; then
echo "Adding Categories..."
@ -528,6 +515,20 @@ if [ x${DO_CATEGORIES} = x1 ]; then
echo "result: ${result}"
fi
echo "Creating P2 metadata (no download stats)..."
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
-application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
-updateSite ${SITE}/ \
-site file:${SITE}/site.xml \
-metadataRepository file:${SITE}/ \
-metadataRepositoryName "${TPVERSION} Update Site" \
-artifactRepository file:${SITE}/ \
-artifactRepositoryName "${TPVERSION} Artifacts" \
-compress \
-reusePack200Files \
-noDefaultIUs \
-vmargs -Xmx256M
cd $SITE
chgrp -R dsdp-tmadmin .
chmod -R g+w .

View file

@ -16,23 +16,35 @@
<category name="Terminal"/>
</feature>
<feature url="features/org.eclipse.tm.discovery_3.0.200.qualifier.jar" id="org.eclipse.tm.discovery" version="3.0.200.qualifier">
<category name="Incubation and Test"/>
<category name="Test and Incubation"/>
</feature>
<feature url="features/org.eclipse.rse.wince_0.2.100.qualifier.jar" id="org.eclipse.rse.wince" version="0.2.100.qualifier">
<category name="Incubation and Test"/>
<category name="Test and Incubation"/>
</feature>
<feature url="features/org.eclipse.rse.tests_3.2.0.qualifier.jar" id="org.eclipse.rse.tests" version="3.2.0.qualifier">
<category name="Incubation and Test"/>
<category name="Test and Incubation"/>
</feature>
<feature url="features/org.eclipse.rse.examples_3.1.100.qualifier.jar" id="org.eclipse.rse.examples" version="3.1.100.qualifier">
<category name="Examples"/>
<category name="RSE Examples"/>
</feature>
<category-def name="RSE" label="RSE">
<description>
Remote System Explorer (RSE)
</description>
</category-def>
<category-def name="Terminal" label="Terminal"/>
<category-def name="Incubation and Test" label="Incubation and Test"/>
<category-def name="Examples" label="Examples"/>
<category-def name="Terminal" label="Terminal">
<description>
Stand-alone Terminal View
</description>
</category-def>
<category-def name="Test and Incubation" label="Test and Incubation">
<description>
Test and Incubation Plug-ins.
</description>
</category-def>
<category-def name="RSE Examples" label="RSE Examples">
<description>
Example code for programming against the RSE API.
</description>
</category-def>
</site>