From: Marc-Andre Laperle Date: Wed, 20 Jan 2016 22:23:50 +0000 (-0500) Subject: Improvements to Oomph setup X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=840c846f41adf0f1ad689d217159b56e7bfa50ac;p=deliverable%2Ftracecompass.git Improvements to Oomph setup -The Eclipse ini redirection makes your IDE use the local setup from your git clone for that IDE's setup. This way you can edit your setup, test the changes locally, and then commit it. -Add features necessary in the Eclipse installation so that you can use any Eclipse package to develop Trace Compass. For example, you can select Eclipse for C/C++ and it will still install PDE, etc. Change-Id: I06a2700a79b724ade54f5c961f64835ddc5a8dd0 Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/64815 Reviewed-by: Matthew Khouzam Tested-by: Matthew Khouzam Reviewed-by: Hudson CI --- diff --git a/TraceCompass.setup b/TraceCompass.setup index be27bb9d7f..f71010880d 100644 --- a/TraceCompass.setup +++ b/TraceCompass.setup @@ -10,12 +10,23 @@ xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0" xmlns:setup="http://www.eclipse.org/oomph/setup/1.0" xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0" + xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0" xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0" - xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/pde/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore" + xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/pde/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore" name="tracecompass" label="Trace Compass"> + + xsi:type="setup.p2:P2Task" + label="Trace Compass Tools"> + + + + Set the perm size needed to work with the projects of ${scope.project.label} + - Trace Compass + Trace Compass is a Java tool for viewing and analyzing logs or traces of any type.