mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
MERGE from R1_0_maintenance: Add site-europa.xml for EUROPA_ONLY featur
This commit is contained in:
parent
1b57bdfa37
commit
897779cd0b
3 changed files with 31 additions and 0 deletions
|
@ -3,3 +3,4 @@ plugins
|
||||||
interim
|
interim
|
||||||
milestones
|
milestones
|
||||||
digest.zip
|
digest.zip
|
||||||
|
site-europa.xml
|
||||||
|
|
|
@ -202,6 +202,26 @@ being contributed to the Europa coordinated release train (Eclipse 3.3).' \
|
||||||
sed -e 's,Project Update,Project Milestone Update,g' \
|
sed -e 's,Project Update,Project Milestone Update,g' \
|
||||||
web/site.xsl > web/site.xsl.new
|
web/site.xsl > web/site.xsl.new
|
||||||
mv -f web/site.xsl.new web/site.xsl
|
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
|
else
|
||||||
echo "Working on official update site"
|
echo "Working on official update site"
|
||||||
echo "Expect that you copied your features and plugins yourself"
|
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
|
mv -f site.xml.new site.xml
|
||||||
fi
|
fi
|
||||||
done
|
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
|
# optimize the site
|
||||||
# see http://wiki.eclipse.org/index.php/Platform-releng-faq
|
# see http://wiki.eclipse.org/index.php/Platform-releng-faq
|
||||||
|
|
|
@ -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">
|
<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"/>
|
<category name="RSE Runtime only"/>
|
||||||
</feature>
|
</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">
|
<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"/>
|
<category name="Remote System Explorer (RSE) SDK"/>
|
||||||
</feature>
|
</feature>
|
||||||
|
|
Loading…
Add table
Reference in a new issue