Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorustieber2011-07-05 09:45:07 +0000
committerustieber2011-07-05 09:45:07 +0000
commitf353eb3b62df7d462a6e4142905990f847b539e2 (patch)
tree9d947a3428ad5ea6e080df78ab746a700721375d /target_explorer/docs
parentb4f268daab673dd002da5b1eb6e5b6477210c4a6 (diff)
downloadorg.eclipse.tcf-f353eb3b62df7d462a6e4142905990f847b539e2.tar.gz
org.eclipse.tcf-f353eb3b62df7d462a6e4142905990f847b539e2.tar.xz
org.eclipse.tcf-f353eb3b62df7d462a6e4142905990f847b539e2.zip
Target Explorer: Fix: Undesired dependency to o.e.core.resources and uprev minimum required target platform to Eclipse 3.7.0
Diffstat (limited to 'target_explorer/docs')
-rw-r--r--target_explorer/docs/team/How-to-setup-the-development-environment.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/target_explorer/docs/team/How-to-setup-the-development-environment.txt b/target_explorer/docs/team/How-to-setup-the-development-environment.txt
index 93ff54c80..7c5afc95d 100644
--- a/target_explorer/docs/team/How-to-setup-the-development-environment.txt
+++ b/target_explorer/docs/team/How-to-setup-the-development-environment.txt
@@ -2,16 +2,16 @@ How to setup a Target Explorer development environment
======================================================
1. Download and extract the Eclipse SDK environment
- - Download the Eclipse Classic 3.6.2 SDK package from http://www.eclipse.org/downloads
+ - Download the Eclipse Classic 3.7.0 SDK package from http://www.eclipse.org/downloads
- Extract the downloaded archive
Note: Once available, you can use newer versions of the Eclipse SDK package as development
-tools base. The Target Explorer build target platform has to be Eclipse 3.6.2.
+tools base. The Target Explorer build target platform has to be Eclipse 3.7.0.
2. Add the Subversion team provider and the C/C++ tooling
- Launch Eclipse
- Open the "Install" dialog via "Help > Install New Software ..."
- - Select the Eclipse 3.6.2 release site (http://download.eclipse.org/releases/helios).
+ - Select the Eclipse 3.7.0 release site (http://download.eclipse.org/releases/indigo).
If not in the list, add it.
- Choose the Subversive team provider (Collaboration > Subversive SVN Team Provider)
- Choose the C/C++ tooling (Programming Languages > C/C++ Development Tools)

Back to the top