mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 12:05:21 +02:00
[releng] Add p2 categories
This commit is contained in:
parent
187e1a2254
commit
db74ee7fbb
2 changed files with 33 additions and 20 deletions
|
@ -501,19 +501,6 @@ if [ x${DO_STATS} = x1 ]; then
|
||||||
result=$?
|
result=$?
|
||||||
echo "result: ${result}"
|
echo "result: ${result}"
|
||||||
fi
|
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
|
if [ x${DO_CATEGORIES} = x1 ]; then
|
||||||
echo "Adding Categories..."
|
echo "Adding Categories..."
|
||||||
|
@ -528,6 +515,20 @@ if [ x${DO_CATEGORIES} = x1 ]; then
|
||||||
echo "result: ${result}"
|
echo "result: ${result}"
|
||||||
fi
|
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
|
cd $SITE
|
||||||
chgrp -R dsdp-tmadmin .
|
chgrp -R dsdp-tmadmin .
|
||||||
chmod -R g+w .
|
chmod -R g+w .
|
||||||
|
|
|
@ -16,23 +16,35 @@
|
||||||
<category name="Terminal"/>
|
<category name="Terminal"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.tm.discovery_3.0.200.qualifier.jar" id="org.eclipse.tm.discovery" version="3.0.200.qualifier">
|
<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>
|
||||||
<feature url="features/org.eclipse.rse.wince_0.2.100.qualifier.jar" id="org.eclipse.rse.wince" version="0.2.100.qualifier">
|
<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>
|
||||||
<feature url="features/org.eclipse.rse.tests_3.2.0.qualifier.jar" id="org.eclipse.rse.tests" version="3.2.0.qualifier">
|
<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>
|
||||||
<feature url="features/org.eclipse.rse.examples_3.1.100.qualifier.jar" id="org.eclipse.rse.examples" version="3.1.100.qualifier">
|
<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>
|
</feature>
|
||||||
<category-def name="RSE" label="RSE">
|
<category-def name="RSE" label="RSE">
|
||||||
<description>
|
<description>
|
||||||
Remote System Explorer (RSE)
|
Remote System Explorer (RSE)
|
||||||
</description>
|
</description>
|
||||||
</category-def>
|
</category-def>
|
||||||
<category-def name="Terminal" label="Terminal"/>
|
<category-def name="Terminal" label="Terminal">
|
||||||
<category-def name="Incubation and Test" label="Incubation and Test"/>
|
<description>
|
||||||
<category-def name="Examples" label="Examples"/>
|
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>
|
</site>
|
||||||
|
|
Loading…
Add table
Reference in a new issue