1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

MERGE from R1_0_maintenance: Add site-europa.xml for EUROPA_ONLY featur

This commit is contained in:
Martin Oberhuber 2007-02-05 10:39:18 +00:00
parent 1b57bdfa37
commit 897779cd0b
3 changed files with 31 additions and 0 deletions

View file

@ -3,3 +3,4 @@ plugins
interim
milestones
digest.zip
site-europa.xml

View file

@ -202,6 +202,26 @@ being contributed to the Europa coordinated release train (Eclipse 3.3).' \
sed -e 's,Project Update,Project Milestone Update,g' \
web/site.xsl > web/site.xsl.new
mv -f web/site.xsl.new web/site.xsl
elif [ `basename $SITE` = interim ]; then
echo "Working on interim update site"
echo "Expect that you copied your features and plugins yourself"
stamp=`date +'%Y%m%d-%H%M'`
rm index.html site.xml web/site.xsl
cvs -q update -dPR
sed -e 's,/dsdp/tm/updates,/dsdp/tm/updates/interim,g' \
-e 's,Project Update,Project Interim Update,g' \
-e '\,</h1>,a\
This site contains Target Management Interim Maintenance builds (M-builds) in order \
to test them before going live.' \
index.html > index.html.new
mv -f index.html.new index.html
sed -e 's,/dsdp/tm/updates,/dsdp/tm/updates/interim,g' \
-e 's,Project Update,Project Interim Update,g' \
site.xml > site.xml.new
mv -f site.xml.new site.xml
sed -e 's,Project Update,Project Interim Update,g' \
web/site.xsl > web/site.xsl.new
mv -f web/site.xsl.new web/site.xsl
else
echo "Working on official update site"
echo "Expect that you copied your features and plugins yourself"
@ -219,6 +239,11 @@ for feature in $FEATURES ; do
mv -f site.xml.new site.xml
fi
done
#Create Europa version of site.xml
if [ -f site-europa.xml ]; then
rm -rf site-europa.xml
fi
sed -e '/!EUROPA_ONLY!/d' site.xml > site-europa.xml
# optimize the site
# see http://wiki.eclipse.org/index.php/Platform-releng-faq

View file

@ -18,6 +18,11 @@
<feature url="features/org.eclipse.rse.local_2.0.0.qualifier.jar" id="org.eclipse.rse.local" version="2.0.0.qualifier">
<category name="RSE Runtime only"/>
</feature>
<!-- !EUROPA_ONLY! Combined Runtime
<feature url="features/org.eclipse.rse_2.0.0.qualifier.jar" id="org.eclipse.rse" version="2.0.0.qualifier">
<category name="RSE Runtime only"/>
</feature>
!EUROPA_ONLY! -->
<feature url="features/org.eclipse.rse.sdk_2.0.0.qualifier.jar" id="org.eclipse.rse.sdk" version="2.0.0.qualifier">
<category name="Remote System Explorer (RSE) SDK"/>
</feature>