Skip to content

Commit

Permalink
re-ordered Oomph tasks and git preferences
Browse files Browse the repository at this point in the history
The DSL must be built before the project clean

Change-Id: I4ddd83aac97cc85639ab7bb7da1b95e41fd52767
  • Loading branch information
LorenzoBettini committed Jun 20, 2016
1 parent ac00fa6 commit 5510789
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup
Expand Up @@ -5,7 +5,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
xmlns:launching_1.0="http://www.eclipse.org/oomph/setup/launching/1.0"
xmlns:launching="http://www.eclipse.org/oomph/setup/launching/1.0"
xmlns:mylyn="http://www.eclipse.org/oomph/setup/mylyn/1.0"
xmlns:pde="http://www.eclipse.org/oomph/setup/pde/1.0"
xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0"
Expand All @@ -15,7 +15,7 @@
xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
xmlns:workingsets="http://www.eclipse.org/oomph/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/mylyn/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Mylyn.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/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 http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.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/launching/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Launching.ecore http://www.eclipse.org/oomph/setup/mylyn/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Mylyn.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/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 http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
name="emf.parsley"
label="EMF Parsley">
<setupTask
Expand Down Expand Up @@ -104,6 +104,18 @@
key="/instance/org.eclipse.ui.ide/IMPORT_FILES_AND_FOLDERS_VIRTUAL_FOLDER_MODE"
value="prompt"/>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
name="org.eclipse.egit.core">
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.egit.core/core_autoIgnoreDerivedResources"
value="false"/>
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.egit.core/core_preferredMergeStrategy"
value="jgit-default-mergeStrategy"/>
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
Expand Down Expand Up @@ -609,13 +621,23 @@
<setupTask
xsi:type="projects:ProjectsBuildTask"
refresh="true"/>
<setupTask
xsi:type="launching:LaunchTask"
id="GenerateEmfParsleyDsl2"
launcher="Generate Language Infrastructure (org.eclipse.emf.parsley.dsl)"/>
<setupTask
xsi:type="projects:ProjectsBuildTask"
id="Clean"
refresh="true"
clean="true">
<description>Clean</description>
</setupTask>
<setupTask
xsi:type="launching:LaunchTask"
id="GenerateExamplesZips"
launcher="Build Zips">
<description>Generate Zips of Examples</description>
</setupTask>
<setupTask
xsi:type="mylyn:MylynQueriesTask"
repositoryURL="https://bugs.eclipse.org/bugs"
Expand Down Expand Up @@ -712,16 +734,6 @@
<description>Branch for Simrel for Neon</description>
</stream>
<description>EMF Parsley version for RCP</description>
<setupTask
xsi:type="launching_1.0:LaunchTask"
id="GenerateEmfParsleyDsl2"
launcher="Generate Language Infrastructure (org.eclipse.emf.parsley.dsl)"/>
<setupTask
xsi:type="launching_1.0:LaunchTask"
id="GenerateExamplesZips"
launcher="Build Zips">
<description>Generate Zips of Examples</description>
</setupTask>
</project>
<project name="rap"
label="RAP">
Expand Down

0 comments on commit 5510789

Please sign in to comment.