mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 22:25:25 +02:00
[releng] TM 3.3 initial Relnotes and N&N
This commit is contained in:
parent
c810eaa4c5
commit
ed402a0a8b
4 changed files with 16 additions and 19 deletions
|
@ -1,2 +1,2 @@
|
|||
dropPrefix[]=R&dropPrefix[]=S&dropPrefix[]=I&dropPrefix[]=N&dropPrefix[]=M&dropPrefix[]=J&dropPrefix[]=L&
|
||||
dropType[]=Latest Release&dropType[]=3.3 Stream Stable Build&dropType[]=3.3 Stream Integration Build&dropType[]=3.3 Stream Nightly Build&dropType[]=3.2.x Stream Maintenance Build&dropType[]=3.1.x Stream Maintenance Build&dropType[]=3.0.x Stream Legacy Build&
|
||||
dropType[]=Latest Release&dropType[]=3.3.1 Stream Stable Build&dropType[]=3.3.1 Stream Integration Build&dropType[]=3.3.1 Stream Nightly Build&dropType[]=3.2.x Stream Maintenance Build&dropType[]=3.1.x Stream Maintenance Build&dropType[]=3.0.x Stream Legacy Build&
|
||||
|
|
|
@ -49,7 +49,7 @@ Software User Agreement</a> unless otherwise specified. </p>
|
|||
<b>Other eclipse.org project</b> downloads are available
|
||||
<a href="http://www.eclipse.org/downloads/index.php">here</a>.<br/>
|
||||
If you just want the latest drops (no dstore server), you can also get them from the
|
||||
<a href="http://download.eclipse.org/tm/updates/3.2">TM 3.2 update site</a> (latest release), or the
|
||||
<a href="http://download.eclipse.org/tm/updates/3.3">TM 3.3 update site</a> (latest release), or the
|
||||
<a href="http://download.eclipse.org/tm/updates/3.3milestones">TM 3.3.x milestone site</a> (stable milestones).</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -47,12 +47,12 @@ case ${uname_s}${uname_m} in
|
|||
esac
|
||||
|
||||
# prepare the base Eclipse installation in folder "eclipse"
|
||||
ep_rel="S-"
|
||||
ep_ver=3.7M7
|
||||
ep_date="-201104280848"
|
||||
ep_rel="R-"
|
||||
ep_ver=3.7
|
||||
ep_date="-201106131736"
|
||||
P2_disabled=false
|
||||
P2_no_dropins=false
|
||||
if [ ! -f eclipse/plugins/org.eclipse.swt_3.7.0.v3730b.jar ]; then
|
||||
if [ ! -f eclipse/plugins/org.eclipse.swt_3.7.0.v3735b.jar ]; then
|
||||
curdir2=`pwd`
|
||||
if [ ! -d eclipse -o -h eclipse ]; then
|
||||
if [ -d eclipse-${ep_ver}-${ep_arch} ]; then
|
||||
|
@ -133,12 +133,9 @@ if [ ! -f ${DROPIN}/org.sonatype.tycho.p2.updatesite_0.9.0.201005191712.jar ]; t
|
|||
fi
|
||||
|
||||
# CDT Runtime
|
||||
#CDTREL=7.0.0
|
||||
#CDTFEAT=7.0.0
|
||||
#CDTVER=201006141710
|
||||
CDTREL=8.0.0
|
||||
CDTFEAT=8.0.0
|
||||
CDTVER=201105021546
|
||||
CDTVER=201106081058
|
||||
CDTNAME=cdt-master-${CDTREL}-I${CDTVER}.zip
|
||||
CDTLOC=builds/${CDTREL}/I.I${CDTVER}/${CDTNAME}
|
||||
if [ ! -f eclipse/plugins/org.eclipse.cdt_${CDTFEAT}.${CDTVER}.jar ]; then
|
||||
|
@ -170,9 +167,9 @@ fi
|
|||
# checkout the basebuilder -
|
||||
# http://wiki.eclipse.org/Platform-releng-basebuilder#Current_build_tag_for_3.7_stream_builds_.28Indigo.29
|
||||
#baseBuilderTag=R36_RC4
|
||||
baseBuilderTag=R37_M6
|
||||
if [ ! -f org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.core_3.7.0.v20110304.jar \
|
||||
-o ! -f org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.100.v20110310/pdebuild.jar ]; then
|
||||
baseBuilderTag=R37_M7
|
||||
if [ ! -f org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.core_3.7.0.v20110421.jar \
|
||||
-o ! -f org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.7.0.v20110418/pdebuild.jar ]; then
|
||||
if [ -d org.eclipse.releng.basebuilder ]; then
|
||||
echo "Re-getting basebuilder from CVS..."
|
||||
rm -rf org.eclipse.releng.basebuilder
|
||||
|
|
|
@ -18,14 +18,14 @@
|
|||
User Agreement</a>.</p>
|
||||
|
||||
<p><font size="+1"><strong>
|
||||
<!-- -->
|
||||
<a href="buildNotes.php">New and Noteworthy / Build Notes</a>
|
||||
<!-- -->
|
||||
<!--
|
||||
<p><a href="http://www.eclipse.org/tm/development/relnotes/3.2/tm-news-3.2.html">New and Noteworthy</a></p>
|
||||
<p><a href="http://www.eclipse.org/tm/development/relnotes/3.2/readme_tm_3.2.html">TM 3.2 Readme / Release Notes</a></p>
|
||||
<a href="buildNotes.php">New and Noteworthy / Build Notes</a>
|
||||
-->
|
||||
<!-- -->
|
||||
<p><a href="http://www.eclipse.org/tm/development/relnotes/3.3/tm-news-3.3.html">New and Noteworthy</a></p>
|
||||
<p><a href="http://www.eclipse.org/tm/development/relnotes/3.3/readme_tm_3.3.html">TM 3.3 Readme / Release Notes</a></p>
|
||||
<p><a href="buildNotes.php">Build Notes</a></p>
|
||||
-->
|
||||
<!-- -->
|
||||
</strong></font></p>
|
||||
|
||||
To view the map file entries for this build, click
|
||||
|
|
Loading…
Add table
Reference in a new issue