diff --git a/releng/org.eclipse.rse.build/README_build.txt b/releng/org.eclipse.rse.build/README_build.txt index 3daafea460d..b0cecbe2a12 100644 --- a/releng/org.eclipse.rse.build/README_build.txt +++ b/releng/org.eclipse.rse.build/README_build.txt @@ -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 diff --git a/releng/org.eclipse.rse.build/archive/index.php b/releng/org.eclipse.rse.build/archive/index.php index 1414801a064..23a1a7c45bb 100644 --- a/releng/org.eclipse.rse.build/archive/index.php +++ b/releng/org.eclipse.rse.build/archive/index.php @@ -7,7 +7,7 @@ Target Management project
archived downloads

- archived downloads from the dsdp-tm project
+ archived downloads from the TM project
@@ -23,7 +23,7 @@ page you can find the archived builds for the Remote System Explorer (RSE), provided by the -Target Management project. +Target Management project. Archived builds consist of older releases and not propagated to Eclipse mirrors. diff --git a/releng/org.eclipse.rse.build/go.sh b/releng/org.eclipse.rse.build/go.sh index 667e6793e00..6768ee096e6 100755 --- a/releng/org.eclipse.rse.build/go.sh +++ b/releng/org.eclipse.rse.build/go.sh @@ -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 " diff --git a/releng/org.eclipse.rse.build/message.in b/releng/org.eclipse.rse.build/message.in index e807f603287..c97e2a4b09b 100644 --- a/releng/org.eclipse.rse.build/message.in +++ b/releng/org.eclipse.rse.build/message.in @@ -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... diff --git a/releng/org.eclipse.rse.build/monitor.properties b/releng/org.eclipse.rse.build/monitor.properties index e6047a91fa6..7e115672c20 100755 --- a/releng/org.eclipse.rse.build/monitor.properties +++ b/releng/org.eclipse.rse.build/monitor.properties @@ -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 diff --git a/releng/org.eclipse.rse.build/nightly.sh b/releng/org.eclipse.rse.build/nightly.sh index 1c7495afb34..bb3a7d5f018 100755 --- a/releng/org.eclipse.rse.build/nightly.sh +++ b/releng/org.eclipse.rse.build/nightly.sh @@ -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 " diff --git a/releng/org.eclipse.rse.build/setup.sh b/releng/org.eclipse.rse.build/setup.sh index 66030a9b576..1d818bd94c0 100755 --- a/releng/org.eclipse.rse.build/setup.sh +++ b/releng/org.eclipse.rse.build/setup.sh @@ -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 diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php index 43d7ad6e6be..34680efdea1 100755 --- a/releng/org.eclipse.rse.build/template/buildNotes.php +++ b/releng/org.eclipse.rse.build/template/buildNotes.php @@ -29,15 +29,15 @@ Platform Runtime is the minimum requirement for core RSE and Terminal. Local Terminal needs CDT Core. -
  • Highlights of Fixes and Features since TM 3.3M3: +
  • Highlights of Fixes and Features since TM 3.3M3: @@ -79,7 +79,7 @@ connection setup and important tasks.

    If you want to know more about future directions of the Target Management Project, developer documents, architecture or how to get involved, the online -Getting Started page +Getting Started page as well as the TM and RSE FAQ are the best places for you to get started. @@ -127,12 +127,12 @@ More information can be found in the associated bugzilla items. Use - + this query to show the full list of API related updates since TM 3.2 , and - + this query to show the list of additional API changes proposed for TM 3.3 or later . @@ -163,11 +163,11 @@ We'll strive to fix these as soon as possible.

    No major or critical bugs are known at the time of release. --> Use -this query +this query for an up-to-date list of major or critical bugs.

    The - + TM 3.2 and 3.3 Known Issues and Workarounds Wiki page gives an up-to-date list of the most frequent and obvious problems, and describes workarounds for them.
    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

    Click -here +here for a complete up-to-date bugzilla status report, or -here +here for a report on bugs fixed so far.

    diff --git a/releng/org.eclipse.rse.build/template/index.php b/releng/org.eclipse.rse.build/template/index.php index 6006e88a87a..3f4e7e58bc2 100755 --- a/releng/org.eclipse.rse.build/template/index.php +++ b/releng/org.eclipse.rse.build/template/index.php @@ -4,7 +4,7 @@ -DSDP-TM @buildTypeLong@ Build: @buildId@ +TM @buildTypeLong@ Build: @buildId@ @@ -22,8 +22,8 @@ New and Noteworthy / Build Notes

    @@ -32,7 +32,7 @@ here.
    To view the compile logs for this build, click here.
    - For getting started, consider the TM Tutorials + For getting started, consider the TM Tutorials and the TM and RSE FAQ.

    + + diff --git a/terminal/org.eclipse.tm.terminal.serial/META-INF/MANIFEST.MF b/terminal/org.eclipse.tm.terminal.serial/META-INF/MANIFEST.MF index da92ee74f55..584eaa5ccaf 100644 --- a/terminal/org.eclipse.tm.terminal.serial/META-INF/MANIFEST.MF +++ b/terminal/org.eclipse.tm.terminal.serial/META-INF/MANIFEST.MF @@ -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, diff --git a/terminal/org.eclipse.tm.terminal.serial/README.txt b/terminal/org.eclipse.tm.terminal.serial/README.txt index 188bc8f4917..03fafaf692e 100644 --- a/terminal/org.eclipse.tm.terminal.serial/README.txt +++ b/terminal/org.eclipse.tm.terminal.serial/README.txt @@ -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: