1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 05:15:43 +02:00

[releng] purge DSDP from TM build except for signing paths

This commit is contained in:
Martin Oberhuber 2010-12-23 18:31:33 +00:00
parent 3e0ea7b688
commit 952ce85fc3
30 changed files with 113 additions and 113 deletions

View file

@ -4,12 +4,12 @@ Instructions for building TM and RSE
1. Set up the build workspace
-----------------------------
ssh build.eclipse.org
cd /shared/dsdp/tm/
cd /shared/tools/tm/
mkdir ws2_user
cd ws2_user
ln -s `pwd` $HOME/ws2
ln -s /home/data/httpd/download.eclipse.org/dsdp/tm $HOME/downloads-tm
wget -O setup.sh "http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.rse/releng/org.eclipse.rse.build/setup.sh?rev=HEAD&cvsroot=DSDP_Project&content-type=text/plain"
ln -s /home/data/httpd/download.eclipse.org/tm $HOME/downloads-tm
wget -O setup.sh "http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.rse/releng/org.eclipse.rse.build/setup.sh?rev=HEAD&cvsroot=Tools_Project&content-type=text/plain"
chmod a+x setup.sh
./setup.sh

View file

@ -7,7 +7,7 @@
<tr>
<td align=left width="72%"> <font class=indextop>Target Management project<br/>archived downloads</font>
<br>
<font class=indexsub>archived downloads from the dsdp-tm project</font><br>
<font class=indexsub>archived downloads from the TM project</font><br>
</td>
<td width="28%"><img src="http://www.eclipse.org/images/Idea.jpg" height=86 width=120></td>
</tr>
@ -23,7 +23,7 @@
page you can find the archived
<a href="build_types.html">builds</a> for the Remote System Explorer (RSE),
provided by the
<a href="http://www.eclipse.org/dsdp/tm/">Target Management</a> project.
<a href="http://www.eclipse.org/tm/">Target Management</a> project.
Archived builds consist of older releases and not propagated to Eclipse mirrors.
<!--
To get started run the program and go through the
@ -32,7 +32,7 @@ user and developer documentation provided in the online help system.
To get started, see the build notes provided with each drop, run the
program and go through the online user and developer documentation,
or take a look at the project's online
<a href="http://www.eclipse.org/dsdp/tm/tutorial/index.php">getting started</a>
<a href="http://www.eclipse.org/tm/tutorial/index.php">getting started</a>
pages.
If you have problems downloading the drops, contact the
@ -41,15 +41,14 @@ If you have problems installing or getting the workbench to run,
check out the
<a href="http://wiki.eclipse.org/TM_and_RSE_FAQ">Target Management FAQ</a>,
or try posting a question to the
<a href="http://www.eclipse.org/newsgroups">newsgroup</a>,
<a href="news://news.eclipse.org/eclipse.dsdp.tm">eclipse.dsdp.tm</a>.
<a href="http://www.eclipse.org/forums/eclipse.tm">eclipse.tm Forum</a>.
All downloads are provided under the terms and conditions of the
<a href="http://www.eclipse.org/legal/epl/notice.php">Eclipse.org
Software User Agreement</a> unless otherwise specified. </p>
<p>
Current builds are available
<a href="http://download.eclipse.org/dsdp/tm/downloads/index.php">here</a>.
<a href="http://download.eclipse.org/tm/downloads/index.php">here</a>.
For information about different kinds of builds look
<a href="build_types.html" target="_top">here</a>.
</p>

View file

@ -21,8 +21,8 @@
umask 22
#Use Java5 on build.eclipse.org
#export PATH=/shared/dsdp/tm/jdk-1.5/bin:$PATH
export PATH=/shared/dsdp/tm/jdk-1.5/jre/bin:/shared/dsdp/tm/jdk-1.5/bin:$PATH
#export PATH=/shared/tools/tm/jdk-1.5/bin:$PATH
export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH
#export PATH=${HOME}/ws2/IBMJava2-ppc-142/bin:$PATH
curdir=`pwd`

View file

@ -29,8 +29,8 @@ mydir=`pwd`
echo ${mydir}
#Use Java5 on build.eclipse.org
#export PATH=/shared/dsdp/tm/jdk-1.5/bin:$PATH
export PATH=/shared/dsdp/tm/jdk-1.5/jre/bin:/shared/dsdp/tm/jdk-1.5/bin:$PATH
#export PATH=/shared/tools/tm/jdk-1.5/bin:$PATH
export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH
#export PATH=${HOME}/ws2/IBMJava2-ppc-142/bin:$PATH
@ -93,11 +93,11 @@ daystamp=`date +'%Y%m%d*%H'`
tail -30 $log
#update the main download and archive pages: build.eclipse.org only
if [ -d /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads ]; then
cd /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads
if [ -d /home/data/httpd/archive.eclipse.org/tm/downloads ]; then
cd /home/data/httpd/archive.eclipse.org/tm/downloads
cvs -q update -RPd >> $log 2>&1
chgrp dsdp-tmadmin * CVS/* 2>/dev/null
cd /home/data/httpd/download.eclipse.org/dsdp/tm/downloads
cd /home/data/httpd/download.eclipse.org/tm/downloads
cvs -q update -RPd >> $log 2>&1
chgrp dsdp-tmadmin * CVS/*
@ -140,10 +140,6 @@ if [ -f package.count -a "$FILES" != "" ]; then
fi
chgrp dsdp-tmadmin ../N.latest/*.zip
chmod g+w ../N.latest/*.zip
if [ -d /shared/dsdp/public_html/tm/downloads/drops/N.latest ]; then
cp -f ../N.latest/* /shared/dsdp/public_html/tm/downloads/drops/N.latest/
chmod -R g+w /shared/dsdp/public_html/tm/downloads/drops
fi
fi
if [ ${buildType} != N ]; then

View file

@ -15,8 +15,8 @@
umask 22
#Use Java5 on build.eclipse.org
#export PATH=/shared/dsdp/tm/jdk-1.5/bin:$PATH
export PATH=/shared/dsdp/tm/jdk-1.5/jre/bin:/shared/dsdp/tm/jdk-1.5/bin:$PATH
#export PATH=/shared/tools/tm/jdk-1.5/bin:$PATH
export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH
#export PATH=${HOME}/ws2/IBMJava2-ppc-142/bin:$PATH
curdir=`pwd`
@ -49,11 +49,11 @@ daystamp=`date +'%Y%m%d-%H'`
tail -30 $log
#update the main download and archive pages: build.eclipse.org only
if [ -d /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads ]; then
cd /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads
if [ -d /home/data/httpd/archive.eclipse.org/tm/downloads ]; then
cd /home/data/httpd/archive.eclipse.org/tm/downloads
cvs -q update -RPd >> $log 2>&1
chgrp dsdp-tmadmin * CVS/* 2>/dev/null
cd /home/data/httpd/download.eclipse.org/dsdp/tm/downloads
cd /home/data/httpd/download.eclipse.org/tm/downloads
cvs -q update -RPd >> $log 2>&1
chgrp dsdp-tmadmin * CVS/* 2>/dev/null
@ -80,10 +80,6 @@ if [ -d N.latest ]; then
cd ../N.latest
chgrp dsdp-tmadmin *.zip
chmod g+w *.zip
if [ -d /shared/dsdp/public_html/tm/downloads/drops/N.latest ]; then
cp -f * /shared/dsdp/public_html/tm/downloads/drops/N.latest/
chmod -R g+w /shared/dsdp/public_html/tm/downloads/drops
fi
fi
fi

View file

@ -52,8 +52,8 @@ if [ "$1" != "-go" ]; then
fi
#Use Java5 on build.eclipse.org
#export PATH=/shared/dsdp/tm/jdk-1.5/bin:$PATH
export PATH=/shared/dsdp/tm/jdk-1.5/jre/bin:/shared/dsdp/tm/jdk-1.5/bin:$PATH
#export PATH=/shared/tools/tm/jdk-1.5/bin:$PATH
export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH
#export PATH=${HOME}/ws2/IBMJava2-ppc-142/bin:$PATH
if [ ! -d ${tmpdir} ]; then

View file

@ -197,7 +197,7 @@
<format property="dateLong" pattern="MMM d, yyyy"/>
</tstamp>
<property name="messagefile" value="message.in"/>
<property name="xxmailto" value="dsdp-tm-cvs-commit@eclipse.org"/>
<property name="xxmailto" value="tm-cvs-commit@eclipse.org"/>
<property name="mailto" value="martin.oberhuber@windriver.com"/>
<property name="remotedir" value="moberhuber@dev.eclipse.org:downloads-tm/downloads/drops"/>
<condition property="doNBuild">

View file

@ -7,7 +7,7 @@
<tr>
<td align=left width="72%"> <font class=indextop>Target Management project<br/>RSE downloads</font>
<br>
<font class=indexsub>latest downloads from the dsdp-tm project</font><br>
<font class=indexsub>latest downloads from the TM project</font><br>
</td>
<td width="28%"><img src="http://www.eclipse.org/images/Idea.jpg" height=86 width=120></td>
</tr>
@ -23,7 +23,7 @@
page you can find the latest
<a href="build_types.html">builds</a> for the Remote System Explorer (RSE),
provided by the
<a href="http://www.eclipse.org/dsdp/tm/">Target Management</a> project.
<a href="http://www.eclipse.org/tm/">Target Management</a> project.
<!--
To get started run the program and go through the
user and developer documentation provided in the online help system.
@ -31,7 +31,7 @@ user and developer documentation provided in the online help system.
To get started, see the build notes provided with each drop, run the
program and go through the online user and developer documentation,
or take a look at the project's online
<a href="http://www.eclipse.org/dsdp/tm/tutorial/index.php">getting started</a>
<a href="http://www.eclipse.org/tm/tutorial/index.php">getting started</a>
pages.
If you have problems downloading the drops, contact the
@ -40,8 +40,7 @@ If you have problems installing or getting the workbench to run,
check out the
<a href="http://wiki.eclipse.org/TM_and_RSE_FAQ">Target Management FAQ</a>,
or try posting a question to the
<a href="http://www.eclipse.org/newsgroups">newsgroup</a>,
<a href="news://news.eclipse.org/eclipse.dsdp.tm">eclipse.dsdp.tm</a>.
<a href="http://www.eclipse.org/forums/eclipse.tm">eclipse.tm Forum</a>.
All downloads are provided under the terms and conditions of the
<a href="http://www.eclipse.org/legal/epl/notice.php">Eclipse.org
Software User Agreement</a> unless otherwise specified. </p>
@ -50,8 +49,8 @@ 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/dsdp/tm/updates/3.2">TM 3.2 update site</a> (latest release), or the
<a href="http://download.eclipse.org/dsdp/tm/updates/3.2milestones">TM 3.2.x milestone site</a> (stable milestones).</p>
<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.3milestones">TM 3.3.x milestone site</a> (stable milestones).</p>
<p>
For information about different kinds of builds look
@ -59,13 +58,13 @@ For information about different kinds of builds look
<img src="http://www.eclipse.org/images/new.gif">
For access to archived builds, look
<a href="http://archive.eclipse.org/dsdp/tm/downloads/index.php" target="_top">here</a>.
<a href="http://archive.eclipse.org/tm/downloads/index.php" target="_top">here</a>.
</p>
<p/>
<!--
<p>Builds can also be installed via Update Manager, from an existing installation of Eclipse, by following these
<a href="http://download.eclipse.org/dsdp/tm/downloads/updates/index.php" target="_self">steps</a>.
<a href="http://download.eclipse.org/tm/downloads/updates/index.php" target="_self">steps</a>.
</p>
-->
</td></tr>

View file

@ -45,11 +45,11 @@ rm -rf "${buildDirectory}"
# default value of the bootclasspath attribute used in ant javac calls.
# these pathes are valid on build.eclipse.org
bootclasspath="/shared/dsdp/JDKs/win32/j2sdk1.4.2_19/jre/lib/rt.jar:/shared/dsdp/JDKs/win32/j2sdk1.4.2_19/jre/lib/jsse.jar"
bootclasspath="/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/rt.jar:/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/jsse.jar"
bootclasspath_15="/shared/common/jdk-1.5.0_16/jre/lib/rt.jar"
#bootclasspath_16="$builderDir/jdk/win32_16/jdk6/jre/lib/rt.jar"
#bootclasspath_foundation="/shared/common/Java_ME_platform_SDK_3.0_EA/runtimes/cdc-hi/lib/rt.jar"
bootclasspath_foundation11="/shared/dsdp/JDKs/win32/j9_cdc11/lib/jclFoundation11/classes.zip"
bootclasspath_foundation11="/shared/tools/tm/JDKs/win32/j9_cdc11/lib/jclFoundation11/classes.zip"
command="java -cp ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar org.eclipse.core.launcher.Main "
command="$command -application org.eclipse.ant.core.antRunner "

View file

@ -1,6 +1,6 @@
The build is available at
http://download.eclipse.org/dsdp/tm/downloads/drops/@dropDir@
http://download.eclipse.org/tm/downloads/drops/@dropDir@
Cheers,
the RSE nightly build...

View file

@ -18,7 +18,7 @@ host=localhost
sender=moberhuber@eclipse.org
#the http Url to Eclipse drop directories
httpUrl=http://download.eclipse.org/dsdp/tm/downloads/drops
httpUrl=http://download.eclipse.org/tm/downloads/drops
#the ftp Url to Eclipse drop directories
#ftpUrl=ftp://download.eclipse.org

View file

@ -70,11 +70,11 @@ rm -rf "${buildDirectory}"
# default value of the bootclasspath attribute used in ant javac calls.
# these pathes are valid on build.eclipse.org
bootclasspath="/shared/dsdp/JDKs/win32/j2sdk1.4.2_19/jre/lib/rt.jar:/shared/dsdp/JDKs/win32/j2sdk1.4.2_19/jre/lib/jsse.jar"
bootclasspath="/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/rt.jar:/shared/tools/tm/JDKs/win32/j2sdk1.4.2_19/jre/lib/jsse.jar"
bootclasspath_15="/shared/common/jdk-1.5.0_16/jre/lib/rt.jar"
#bootclasspath_16="$builderDir/jdk/win32_16/jdk6/jre/lib/rt.jar"
#bootclasspath_foundation="/shared/common/Java_ME_platform_SDK_3.0_EA/runtimes/cdc-hi/lib/rt.jar"
bootclasspath_foundation11="/shared/dsdp/JDKs/win32/j9_cdc11/lib/jclFoundation11/classes.zip"
bootclasspath_foundation11="/shared/tools/tm/JDKs/win32/j9_cdc11/lib/jclFoundation11/classes.zip"
command="java -cp ${basebuilder}/plugins/${launcher} org.eclipse.core.launcher.Main "

View file

@ -24,7 +24,7 @@
#
# - OR -
#
# wget -O setup.sh "http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.rse/releng/org.eclipse.rse.build/setup.sh?rev=HEAD&cvsroot=DSDP_Project&content-type=text/plain"
# wget -O setup.sh "http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.rse/releng/org.eclipse.rse.build/setup.sh?rev=HEAD&cvsroot=Tools_Project&content-type=text/plain"
# sh setup.sh
# ./doit_ibuild.sh
# cd testUpdates/bin
@ -237,15 +237,15 @@ if [ ! -d working/build ]; then
mkdir -p working/build
fi
if [ ! -d publish ]; then
D=/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops
D=/home/data/httpd/download.eclipse.org/tm/downloads/drops
if [ -d ${D} ]; then ln -s ${D} publish; else mkdir publish; fi
fi
if [ ! -d testUpdates ]; then
D=/home/data/httpd/download.eclipse.org/dsdp/tm/testUpdates
D=/home/data/httpd/download.eclipse.org/tm/testUpdates
if [ -d ${D} ]; then ln -s ${D} testUpdates; else mkdir testUpdates; fi
fi
if [ ! -d updates ]; then
D=/home/data/httpd/download.eclipse.org/dsdp/tm/updates
D=/home/data/httpd/download.eclipse.org/tm/updates
if [ -d ${D} ]; then ln -s ${D} updates; else mkdir updates; fi
fi
if [ ! -d staging ]; then

View file

@ -29,15 +29,15 @@
Platform Runtime is the minimum requirement for core RSE and Terminal.
Local Terminal needs CDT Core.</li>
<li>Highlights of Fixes and Features since <a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.3M3-201011090901/index.php">TM 3.3M3</a>:
<li>Highlights of Fixes and Features since <a href="http://download.eclipse.org/tm/downloads/drops/S-3.3M3-201011090901/index.php">TM 3.3M3</a>:
<ul>
<li>An SCP File Subsystem has been made available, in order to support remote systems
that provide SSH access, but not the sftp service (such as Dropbear on embedded
targets). The new subsystem is currently available as a separate
download in incubation state, and installable from the
<a href="http://download.eclipse.org/dsdp/tm/updates/3.3milestones/">TM 3.3 Milestone Update Site</a>.
<a href="http://download.eclipse.org/tm/updates/3.3milestones/">TM 3.3 Milestone Update Site</a>.
Please use and test the new plugin, and provide feedback on the
<a href="https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">dsdp-tm-dev</a> mailing list
<a href="https://dev.eclipse.org/mailman/listinfo/tm-dev">tm-dev</a> mailing list
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=213438">213438</a>].</li>
<li>The TM Discovery component has been discontinued
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=330337">330337</a>].</li>
@ -47,19 +47,19 @@
<!-- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?negate0=1;field0-0-0=target_milestone;type0-0-1=regexp;field0-0-1=target_milestone;resolution=FIXED;resolution=WONTFIX;resolution=WORKSFORME;value0-0-2=backport;chfieldto=2010-12-20;chfield=resolution;query_format=advanced;type0-0-3=regexp;field0-0-3=target_milestone;value0-0-3=3\.3%20M[3];chfieldfrom=2010-11-01;field0-0-2=short_desc;value0-0-1=3\.2\.[12];type0-0-0=regexp;value0-0-0=[23]\.[01]\..*;component=Core;component=RSE;component=Terminal;product=Target%20Management;type0-0-2=substring"> -->
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;component=Core;component=RSE;component=Terminal;resolution=FIXED;resolution=WONTFIX;resolution=WORKSFORME;target_milestone=3.3%20M4;product=Target%20Management">
this query</a> to show the list of bugs fixed since
<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.3M3-201011090901/">
<a href="http://download.eclipse.org/tm/downloads/drops/S-3.3M3-201011090901/">
TM 3.3M3</a>
[<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.3M3-201011090901/buildNotes.php">build notes</a>].</li>
[<a href="http://download.eclipse.org/tm/downloads/drops/S-3.3M3-201011090901/buildNotes.php">build notes</a>].</li>
<li>For details on checkins, see
<a href="http://dsdp.eclipse.org/dsdp/tm/searchcvs.php">TM SearchCVS</a>, the
<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/N-changelog/index.html">
<a href="http://download.eclipse.org/tm/downloads/drops/N-changelog/index.html">
RSE CVS changelog</a>, and the
<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/N-changelog/core/index.html">
<a href="http://download.eclipse.org/tm/downloads/drops/N-changelog/core/index.html">
TM Core CVS changelog</a>.</li>
<li>For other questions, please check the
<a href="http://wiki.eclipse.org/TM_and_RSE_FAQ">TM and RSE FAQ</a>
as well as the
<a href="http://wiki.eclipse.org/DSDP/TM/3.2_Known_Issues_and_Workarounds">
<a href="http://wiki.eclipse.org/TM/3.2_Known_Issues_and_Workarounds">
TM 3.2 and 3.3 Known Issues and Workarounds</a>.</li>
</ul>
</td></tr></tbody></table>
@ -79,7 +79,7 @@ connection setup and important tasks.</p>
If you want to know more about future directions of the Target Management
Project, developer documents, architecture or how to get involved,
the online
<a href="http://www.eclipse.org/dsdp/tm/tutorial/index.php">Getting Started page</a>
<a href="http://www.eclipse.org/tm/tutorial/index.php">Getting Started page</a>
as well as the
<a href="http://wiki.eclipse.org/TM_and_RSE_FAQ">TM and RSE FAQ</a>
are the best places for you to get started.
@ -127,12 +127,12 @@ More information can be found in the associated bugzilla items.
Use
<!--
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bapi&classification=DSDP&product=Target+Management&component=Core&component=RSE&component=Terminal&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&resolution=WORKSFORME&chfieldfrom=2009-06-20&chfieldto=2009-09-25&chfield=resolution&cmdtype=doit">
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bapi&product=Target+Management&component=Core&component=RSE&component=Terminal&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&resolution=WORKSFORME&chfieldfrom=2009-06-20&chfieldto=2009-09-25&chfield=resolution&cmdtype=doit">
-->
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bapi&classification=DSDP&product=Target+Management&component=Core&component=RSE&component=Terminal&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&resolution=WORKSFORME&target_milestone=3.3&cmdtype=doit">
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bapi&product=Target+Management&component=Core&component=RSE&component=Terminal&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&resolution=WORKSFORME&target_milestone=3.3&cmdtype=doit">
this query</a> to show the full list of API related updates since TM 3.2
, and
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bapi%5D&classification=DSDP&product=Target+Management&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit">
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bapi%5D&product=Target+Management&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit">
this query</a> to show the list of additional API changes proposed for TM 3.3 or later
.
</td></tr></tbody></table>
@ -163,11 +163,11 @@ We'll strive to fix these as soon as possible.
<p>No major or critical bugs are known at the time of release.
-->
Use
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&cmdtype=doit">this query</a>
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&cmdtype=doit">this query</a>
for an up-to-date list of major or critical bugs.</p>
<p>The
<a href="http://wiki.eclipse.org/DSDP/TM/3.2_Known_Issues_and_Workarounds">
<a href="http://wiki.eclipse.org/TM/3.2_Known_Issues_and_Workarounds">
TM 3.2 and 3.3 Known Issues and Workarounds</a> Wiki page gives an up-to-date list
of the most frequent and obvious problems, and describes workarounds for them.<br/>
If you have other questions regarding TM or RSE, please check the
@ -175,9 +175,9 @@ If you have other questions regarding TM or RSE, please check the
</p>
<p>Click
<a href="https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=bug_severity&y_axis_field=op_sys&z_axis_field=&query_format=report-table&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&format=table&action=wrap">here</a>
<a href="https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=bug_severity&y_axis_field=op_sys&z_axis_field=&query_format=report-table&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&format=table&action=wrap">here</a>
for a complete up-to-date bugzilla status report, or
<a href="https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=bug_severity&y_axis_field=op_sys&z_axis_field=&query_format=report-table&classification=DSDP&product=Target+Management&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&format=table&action=wrap">here</a>
<a href="https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=bug_severity&y_axis_field=op_sys&z_axis_field=&query_format=report-table&product=Target+Management&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&format=table&action=wrap">here</a>
for a report on bugs fixed so far.
</p>
</td></tr></tbody></table>

View file

@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="http://www.eclipse.org/default_style.css" type="text/css">
<title>DSDP-TM @buildTypeLong@ Build: @buildId@</title>
<title>TM @buildTypeLong@ Build: @buildId@</title>
</head>
<body>
@ -22,8 +22,8 @@
<a href="buildNotes.php">New and Noteworthy / Build Notes</a>
<!-- -->
<!--
<p><a href="http://www.eclipse.org/dsdp/tm/development/relnotes/3.2/tm-news-3.2.html">New and Noteworthy</a></p>
<p><a href="http://www.eclipse.org/dsdp/tm/development/relnotes/3.2/readme_tm_3.2.html">TM 3.2 Readme / Release Notes</a></p>
<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>
<p><a href="buildNotes.php">Build Notes</a></p>
-->
</strong></font></p>
@ -32,7 +32,7 @@
<a href="directory.txt">here</a>.<br/>
To view the compile logs for this build, click
<a href="compilelog.txt">here</a>.<br/>
For getting started, consider the <a href="http://www.eclipse.org/dsdp/tm/tutorial/index.php">TM Tutorials</a>
For getting started, consider the <a href="http://www.eclipse.org/tm/tutorial/index.php">TM Tutorials</a>
and the <a href="http://wiki.eclipse.org/TM_and_RSE_FAQ">TM and RSE FAQ</a>.
</p>
<!--
@ -92,12 +92,12 @@
</tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>All</td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/RSE-runtime-@buildId@.zip">RSE-runtime-@buildId@.zip</a>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/RSE-runtime-@buildId@.zip">RSE-runtime-@buildId@.zip</a>
<i>(Recommended for most users)</i></td>
</tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>All</td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/RSE-SDK-@buildId@.zip">RSE-SDK-@buildId@.zip</a></td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/RSE-SDK-@buildId@.zip">RSE-SDK-@buildId@.zip</a></td>
</tr>
</table>
@ -122,19 +122,19 @@
</tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>All</td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/TM-terminal-@buildId@.zip">TM-terminal-@buildId@.zip</a></td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/TM-terminal-@buildId@.zip">TM-terminal-@buildId@.zip</a></td>
<td>
A stand-alone ANSI / vt102 terminal emulator widget and view (with minor
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal/README.txt?revision=1.4&root=DSDP_Project&view=markup">
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal/README.txt?revision=1.4&root=Tools_Project&view=markup">
limitations</a>). Includes pluggable connectors
for serial line (through RXTX, see the
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.serial/README.txt?revision=1.5&root=DSDP_Project&view=markup">
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.serial/README.txt?revision=1.5&root=Tools_Project&view=markup">
installation notes</a>), ssh and telnet. Includes Source.
</td>
</tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>All</td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/RSE-useractions-@buildId@.zip">RSE-useractions-@buildId@.zip</a></td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/RSE-useractions-@buildId@.zip">RSE-useractions-@buildId@.zip</a></td>
<td><small>&nbsp;</small><br/>
Additional Framework for user-defined actions and compile commands.
Includes Source.
@ -142,7 +142,7 @@
</tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>All</td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/RSE-examples-@buildId@.zip">RSE-examples-@buildId@.zip</a></td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/RSE-examples-@buildId@.zip">RSE-examples-@buildId@.zip</a></td>
<td><small>&nbsp;</small><br/>
Tutorial code and example projects for developing against RSE SDK.
Includes Source.
@ -183,14 +183,14 @@
</tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>All <img src="egg.gif" width=20 height=20></td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/TM-terminal-local-incubation-@buildId@.zip">TM-terminal-local-incubation-@buildId@.zip</a></td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/TM-terminal-local-incubation-@buildId@.zip">TM-terminal-local-incubation-@buildId@.zip</a></td>
<td>
A local terminal (console) integrated into Eclipse. Works on Linux, Solaris and Mac OS X, but currently <i>not on Windows</i>. Requires CDT 7.0 (Eclipse Helios / June 2010) or higher. Includes Source.
</td>
</tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>All <img src="egg.gif" width=20 height=20></td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/RSE-scp-incubation-@buildId@.zip">RSE-scp-incubation-@buildId@.zip</a></td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/RSE-scp-incubation-@buildId@.zip">RSE-scp-incubation-@buildId@.zip</a></td>
<td><small>&nbsp;</small><br/>
A File Subsystem for SSH connections that do not provide the Sftp service,
such as embedded targets running Dropbear. Allows choosing between scp or sftp
@ -200,7 +200,7 @@
</tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>All <img src="egg.gif" width=20 height=20></td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/RSE-wince-incubation-@buildId@.zip">RSE-wince-incubation-@buildId@.zip</a></td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/RSE-wince-incubation-@buildId@.zip">RSE-wince-incubation-@buildId@.zip</a></td>
<td><small>&nbsp;</small><br/>
RSE Services for accessing Windows CE devices via Microsoft RAPI2.
Provides a File subsystem for transparent remote file access.
@ -227,16 +227,16 @@
<td width="63%"><b>Download</b></td></tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>Windows</td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/rseserver-@buildId@-windows.zip">rseserver-@buildId@-windows.zip</a></td></tr>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/rseserver-@buildId@-windows.zip">rseserver-@buildId@-windows.zip</a></td></tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>Linux</td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/rseserver-@buildId@-linux.tar">rseserver-@buildId@-linux.tar</a></td></tr>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/rseserver-@buildId@-linux.tar">rseserver-@buildId@-linux.tar</a></td></tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>Other Unix</td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/rseserver-@buildId@-unix.tar">rseserver-@buildId@-unix.tar</a></td></tr>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/rseserver-@buildId@-unix.tar">rseserver-@buildId@-unix.tar</a></td></tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>Mac OS X (<i>Experimental</i>)</td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/rseserver-@buildId@-macosx.tar">rseserver-@buildId@-macosx.tar</a></td></tr>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/rseserver-@buildId@-macosx.tar">rseserver-@buildId@-macosx.tar</a></td></tr>
</table>
<table border="0" cellspacing="5" cellpadding="2" width="100%">
<tr><td colspan="2">&nbsp;</td></tr>
@ -273,7 +273,7 @@
</tr>
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
<td>All</td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/RSE-tests-@buildId@.zip">RSE-tests-@buildId@.zip</a></td>
<td><a href="http://www.eclipse.org/downloads/download.php?file=/tm/downloads/drops/@dropDir@/RSE-tests-@buildId@.zip">RSE-tests-@buildId@.zip</a></td>
</tr>
</table>
<table border="0" cellspacing="5" cellpadding="2" width="100%">

View file

@ -25,8 +25,8 @@ fi
cd $IHOME/deploy/rse
rm *.zip
echo "Downloading RSE-SDK-latest.zip..."
#wget -q "http://build.eclipse.org/dsdp/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"
wget -q "http://download.eclipse.org/dsdp/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"
#wget -q "http://build.eclipse.org/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"
wget -q "http://download.eclipse.org/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"
if [ -e RSE-SDK-latest.zip ]; then
echo "Unzipping..."
unzip -q RSE-SDK-latest.zip
@ -56,7 +56,7 @@ fi
cd $IHOME/deploy/terminal
rm *.zip
echo "Downloading TM-terminal-latest.zip..."
wget -q "http://download.eclipse.org/dsdp/tm/downloads/drops/N.latest/TM-terminal-latest.zip"
wget -q "http://download.eclipse.org/tm/downloads/drops/N.latest/TM-terminal-latest.zip"
if [ -e TM-terminal-latest.zip ]; then
echo "Unzipping..."
unzip -q TM-terminal-latest.zip

View file

@ -13,7 +13,7 @@
#
# Prerequisites:
# - Eclipse 3.3Mx installed in $HOME/ws2/eclipse
# - Java5 in the PATH or in /shared/dsdp/tm/jdk-1.5
# - Java5 in the PATH or in /shared/tools/tm/jdk-1.5
curdir=`/bin/pwd`
cd `dirname $0`
@ -22,7 +22,7 @@ mydir=`/bin/pwd`
umask 022
#Use Java5 on build.eclipse.org - need JRE for pack200
export PATH=/shared/dsdp/tm/jdk-1.5/jre/bin:/shared/dsdp/tm/jdk-1.5/bin:$PATH
export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH
basebuilder=${HOME}/ws2/org.eclipse.releng.basebuilder
tgtlauncher=`ls ${HOME}/ws2/eclipse/plugins/org.eclipse.equinox.launcher_* | sort | tail -1`

View file

@ -16,7 +16,7 @@
#
# Prerequisites:
# - Eclipse 3.3Mx installed in $HOME/ws2/eclipse
# - Java5 in the PATH or in /shared/dsdp/tm/jdk-1.5
# - Java5 in the PATH or in /shared/tools/tm/jdk-1.5
curdir=`pwd`
cd `dirname $0`
@ -25,7 +25,7 @@ mydir=`pwd`
umask 022
#Use Java5 on build.eclipse.org - need JRE for pack200
export PATH=/shared/dsdp/tm/jdk-1.5/jre/bin:/shared/dsdp/tm/jdk-1.5/bin:$PATH
export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH
basebuilder=${HOME}/ws2/org.eclipse.releng.basebuilder
FILES=$*

View file

@ -16,7 +16,7 @@ mydir=`pwd`
umask 022
#Use Java5 on build.eclipse.org - need JRE for pack200
export PATH=/shared/dsdp/tm/jdk-1.5/jre/bin:/shared/dsdp/tm/jdk-1.5/bin:$PATH
export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH
basebuilder=${HOME}/ws2/org.eclipse.releng.basebuilder
# patch site.xml

View file

@ -13,7 +13,7 @@
sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-tm-3.2-nightly/
# target dir
targetZipsDir=/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/3.2.0
targetZipsDir=/home/data/httpd/download.eclipse.org/tm/downloads/drops/3.2.0
# group owner of new files
targetGroup=dsdp-tmadmin
@ -26,4 +26,4 @@ buildTypes=N,I,M,S,R
synchMethod=replace
# if set, update zip will be unpacked into destination dir and use synchMethod above to add or replace contents
#targetUpdateDir=/home/data/httpd/download.eclipse.org/dsdp/tm/updates/3.2interim/
#targetUpdateDir=/home/data/httpd/download.eclipse.org/tm/updates/3.2interim/

View file

@ -12,7 +12,7 @@
sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-tm-3.2-nightly/
# target dir
targetZipsDir=/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/3.2.0
targetZipsDir=/home/data/httpd/download.eclipse.org/tm/downloads/drops/3.2.0
# group owner of new files
targetGroup=dsdp-tmadmin
@ -25,4 +25,4 @@ synchMethod=add
#synchMethod=replace
# if set, update zip will be unpacked into destination dir and use synchMethod above to add or replace contents
#targetUpdateDir=/home/data/httpd/download.eclipse.org/dsdp/tm/updates/3.2interim/
#targetUpdateDir=/home/data/httpd/download.eclipse.org/tm/updates/3.2interim/

View file

@ -104,7 +104,7 @@
<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe" />
<available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" />
<available file="/usr/bin/javadoc" property="javadoc" value="/usr/bin/javadoc" />
<available file="/shared/dsdp/tm/ibm-java2-ppc64-50/bin/javadoc" property="javadoc" value="/shared/dsdp/tm/ibm-java2-ppc64-50/bin/javadoc" />
<available file="/shared/tools/tm/ibm-java2-ppc64-50/bin/javadoc" property="javadoc" value="/shared/tools/tm/ibm-java2-ppc64-50/bin/javadoc" />
</target>
<target name="generateJavadoc" depends="getJavadocPath,extractLinks,computeClasspath" if="javadoc">

View file

@ -121,7 +121,7 @@
<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe" />
<available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" />
<available file="/usr/bin/javadoc" property="javadoc" value="/usr/bin/javadoc" />
<available file="/shared/dsdp/tm/ibm-java2-ppc64-50/bin/javadoc" property="javadoc" value="/shared/dsdp/tm/ibm-java2-ppc64-50/bin/javadoc" />
<available file="/shared/tools/tm/ibm-java2-ppc64-50/bin/javadoc" property="javadoc" value="/shared/tools/tm/ibm-java2-ppc64-50/bin/javadoc" />
</target>
<target name="generateJavadoc" depends="getJavadocPath,extractLinks,computeClasspath" if="javadoc">

View file

@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.doc.user; singleton:=true
Bundle-Version: 3.2.0.qualifier
Bundle-Version: 3.3.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin

View file

@ -29,17 +29,17 @@ to open the software installation wizard.</p>
<p>
In case an update site is not pre-configured, consult the
<a href="http://www.eclipse.org/dsdp/tm">Eclipse DSDP-TM Homepage</a> for finding
<a href="http://www.eclipse.org/tm">Eclipse TM Homepage</a> for finding
the latest update site to use, or enable an Eclipse Release Train Repository,
like the <a href="http://download.eclipse.org/releases/helios">http://download.eclipse.org/releases/helios</a>
repository for Eclipse 3.6 (June 2010).
like the <a href="http://download.eclipse.org/releases/indigo">http://download.eclipse.org/releases/indigo</a>
repository for Eclipse 3.7 (June 2011).
Type <i>"Remote"</i> in the filter box and press ENTER to find the RSE downloads;
for the stand-alone Terminal view, find <i>"Terminal"</i>. Select what you want to install
and finish the wizard.</p>
<p>If you prefer manual installation, you can download RSE SDK from the
DSDP <a href="http://download.eclipse.org/dsdp/tm/downloads/">Target
<a href="http://download.eclipse.org/tm/downloads/">Target
Management Download Site</a> and extract it into the dropins folder of
Eclipse 3.4 or later, or link it as product extension.</p>
<p>Start Eclipse Workbench, and choose <i>Window &gt; Open Perspective &gt;

View file

@ -29,8 +29,8 @@ when you connect to the server.</p>
Find the package that contains the server.
The server code is usually packaged with the containing product and you should refer to that
product's documentation for finding and installing the server package.
The server is also available, however, on the Eclipse DSDP
<a href="http://download.eclipse.org/dsdp/tm/downloads/">Target Management download site</a>
The server is also available, however, on the Eclipse
<a href="http://download.eclipse.org/tm/downloads/">Target Management download site</a>
as the package <b>rseserver-&lt;version&gt;-&lt;os&gt;.tar</b>. For example, rseserver-2.0-linux.tar contains the release 2.0 server
for Linux. There are servers for Linux, AIX, a generic Unix version that can be tailored to your particular flavor
of Unix, and an experimental Mac OS X version.</li>

View file

@ -29,8 +29,8 @@ C:\rseserver, but you are free to use any directory you choose.</li>
<li>Find the package that contains the server.
The server code is usually packaged with a containing product and you should refer to that
product's documentation for finding and installing the server package.
The server is also available, however, on the Eclipse DSDP
<a href="http://download.eclipse.org/dsdp/tm/downloads/">Target Management download site</a>
The server is also available, however, on the Eclipse
<a href="http://download.eclipse.org/tm/downloads/">Target Management download site</a>
as the package <b>rseserver-&lt;version&gt;-&lt;os&gt;.zip</b>. For example, rseserver-2.0-windows.zip contains the release 2.0 server
for Windows.</li>
<li>Copy the rseserver.zip to the C:\rseserver directory (this could be on a different machine).</li>

View file

@ -1,8 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2006, 2010 Wind River Systems, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Wind River - initial API and implementation -->
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, 2010 Wind River Systems, Inc. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Wind River - initial API and implementation
-->
<feature
id="org.eclipse.tm.terminal.serial"
label="%featureName"
version="2.0.200.qualifier"
version="2.0.300.qualifier"
provider-name="%providerName">
<description>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.serial;singleton:=true
Bundle-Version: 2.0.100.qualifier
Bundle-Version: 2.0.200.qualifier
Bundle-Localization: plugin
Import-Package: gnu.io;resolution:=optional
Require-Bundle: org.eclipse.ui,

View file

@ -3,7 +3,7 @@ Important note:
This README is for terminal.serial version 1.0.0 and later, corresponding
to RSE downloads after 2.0M4. Instructions for previous versions (using
Sun javacomm / javax.comm package instead of gnu.io) are still available from
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.serial/README.txt?root=DSDP_Project&view=markup&pathrev=R1_0_1
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.serial/README.txt?root=Tools_Project&view=markup&pathrev=R1_0_1
Prerequisites: