Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer')
-rw-r--r--target_explorer/docs/team/How-to-setup-the-development-environment.txt9
1 files changed, 9 insertions, 0 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 5b9f5f652..190146d27 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
@@ -32,3 +32,12 @@ How to setup a Target Explorer development environment
6. Git setup the repo as per
- http://wiki.eclipse.org/Platform-releng/Git_Workflows#Configuring_the_repo
+7. Set up the target platform
+ - Import the target platform definitions
+ - File > Import > General > Existing Projects into Workspace
+ - Import admin/target-defs
+ - Open the target platform definition file matching your desired target environment
+ - If unsure, open the target platform definition providing the most recent Eclipse
+ - If you see error about some features not found, press the "Update" button
+ - Click on "Set as target platform" in the toolbar to activate the target platform
+

Back to the top