From bd247695cc46f97f9a3507841eaf3aea87b455ae Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Wed, 14 Jan 2015 13:18:06 -0500 Subject: Add setup file for Oomph This patch adds a setup file for Oomph. To test it: 1. Start the Oomph installer (https://wiki.eclipse.org/Eclipse_Oomph_Installer) 2. At the package selection, click the Advanced Mode button in the top-right corner 3. Select Eclipse IDE for Eclipse Committers. Click next. 4. Select Eclipse.org 5. Click on the '+' button in the top-right corner, browse file system for CDT.setup. 6. Double-click on CDT in the tree. Click next. 7. Enter installation folder name, workspace name. Click Next, Finish. This should install and start a new Eclipse installation with the CDT code ready to be worked on. Once this patch is merged, the setup will be added to Eclipse catalog so that the user doesn't have to browse for the file. Change-Id: Ia84383e9cc64fd3eec0e738e5266dcd8ba6dad0a Signed-off-by: Marc-Andre Laperle --- releng/CDT.setup | 191 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 releng/CDT.setup (limited to 'releng') diff --git a/releng/CDT.setup b/releng/CDT.setup new file mode 100644 index 00000000000..349aa508480 --- /dev/null +++ b/releng/CDT.setup @@ -0,0 +1,191 @@ + + + + + + + + Install the tools needed in the IDE to work with the source code for ${scope.project.label} + + + Set the heap space needed to work with the projects of ${scope.project.label} + + + Set the perm size needed to work with the projects of ${scope.project.label} + + + Initialize JDT's package explorer to show working sets as its root objects + + + Define the JRE needed to compile and run the Java projects of ${scope.project.label} + + + + + + + + eclipse.git.remoteURIs + + + ${scope.project.label} Git repository + + + remoteURI + + + CDT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The dynamic working sets for ${scope.project.label} + + + + C/C++ Development Tools + -- cgit v1.2.3