Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 137e54d222038afccf5271920d2273ed343639f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
How to setup a Target Explorer development environment
======================================================

1. Download and extract the Eclipse SDK environment
	- Download the Eclipse Classic 4.2 SDK package from http://www.eclipse.org/downloads
	- Extract the downloaded archive

	Note: To build the Target Explorer plug-in's, you need to have a Java SE 6 JDK installed.
	      The use of Java 6 language features is permitted.
	
2. Add the EGit team provider and the C/C++ tooling
	- Launch Eclipse
	- Open the "Install" dialog via "Help > Install New Software ..."
	- Select the Eclipse 4.2.x release site (http://download.eclipse.org/releases/juno).
	  If not in the list, add it.
	- Choose the EGit team provider
			* Collaboration > Eclipse EGit and
			* Collaboration > Eclipse JGit
	- Choose the C/C++ tooling (Programming Languages > C/C++ Development Tools)
	- Install the additional components and restart Eclipse

3. Import the code formatter settings
	- Window > Preferences > Java > Code Style > Formatter > Import...
	- Import from org.eclipse.tm.te.docs/team/CodeFormatterSettings.xml.
	
4. Import the team project set
	- Import the project set from org.eclipse.tm.te.docs/team/projectSets/tm-te-all.psf

Back to the top