Skip to content

Commit

Permalink
cp m2e-code-quality.setup from develop branch
Browse files Browse the repository at this point in the history
http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/tree/setups/com.github.projects.setup#n249
points to the master instead of the develop branch, until
https://git.eclipse.org/r/#/c/132982/ will change that.

In the mean time I'll have to manually copy it from develop to master.

see m2e-code-quality#157
  • Loading branch information
vorburger committed Nov 23, 2018
1 parent 5f21765 commit d8d98ae
Showing 1 changed file with 48 additions and 12 deletions.
60 changes: 48 additions & 12 deletions m2e-code-quality.setup
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@
vm="true">
<description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
</setupTask>
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.m2e-code-quality"
value="https://raw.githubusercontent.com/m2e-code-quality/m2e-code-quality/master/->${git.clone.location|uri}/"/>
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
defaultValue="Mars"
defaultValue="Photon"
storageURI="scope://Workspace"/>
<setupTask
xsi:type="setup.p2:P2Task"
Expand Down Expand Up @@ -86,32 +90,64 @@
rootFolder="${git.clone.location}"
locateNestedProjects="true"/>
<repositoryList
name="Mars">
name="Photon">
<repository
url="http://download.eclipse.org/releases/mars"/>
url="http://download.eclipse.org/releases/photon"/>
<repository
url="https://spotbugs.github.io/eclipse/"/>
<repository
url="http://findbugs.cs.umd.edu/eclipse/"/>
<repository
url="http://eclipse-cs.sf.net/update"/>
url="https://dl.bintray.com/eclipse-cs/eclipse-cs/8.0.0/"/>
<repository
url="http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/"/>
url="https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/"/>
<repository
url="http://download.eclipse.org/technology/m2e/milestones/1.5"/>
url="http://download.eclipse.org/technology/m2e/milestones/1.9"/>
</repositoryList>
<repositoryList
name="Luna">
name="Oxygen">
<repository
url="http://download.eclipse.org/releases/oxygen"/>
<repository
url="https://spotbugs.github.io/eclipse/"/>
<repository
url="http://download.eclipse.org/releases/luna"/>
url="http://findbugs.cs.umd.edu/eclipse/"/>
<repository
url="https://dl.bintray.com/eclipse-cs/eclipse-cs/8.0.0/"/>
<repository
url="https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/"/>
<repository
url="http://download.eclipse.org/technology/m2e/milestones/1.8"/>
</repositoryList>
<repositoryList
name="Kepler">
name="Neon">
<repository
url="http://download.eclipse.org/releases/neon"/>
<repository
url="http://download.eclipse.org/releases/kepler"/>
url="http://findbugs.cs.umd.edu/eclipse/"/>
<repository
url="https://spotbugs.github.io/eclipse/"/>
<repository
url="https://dl.bintray.com/eclipse-cs/eclipse-cs/8.0.0/"/>
<repository
url="https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/"/>
<repository
url="http://download.eclipse.org/technology/m2e/milestones/1.7"/>
</repositoryList>
<repositoryList
name="Juno">
name="Mars">
<repository
url="http://download.eclipse.org/releases/mars"/>
<repository
url="http://findbugs.cs.umd.edu/eclipse/"/>
<repository
url="https://spotbugs.github.io/eclipse/"/>
<repository
url="https://dl.bintray.com/eclipse-cs/eclipse-cs/8.0.0/"/>
<repository
url="https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/"/>
<repository
url="http://download.eclipse.org/releases/juno"/>
url="http://download.eclipse.org/technology/m2e/milestones/1.6"/>
</repositoryList>
</targlet>
</setupTask>
Expand Down

0 comments on commit d8d98ae

Please sign in to comment.