Updated README.md and updated project setups
This commit is contained in:
parent
bce20c0e7b
commit
110da008d4
25
README.md
25
README.md
|
@ -1,2 +1,25 @@
|
||||||
# oomph-setups
|
# oomph-setups
|
||||||
Contains OOMPH setups for MINRES projects and tool setups to ease the jump start working with the projects.
|
The repo contains OOMPH setup files for MINRES projects and tools to ease jump start working with these projects.
|
||||||
|
|
||||||
|
# How to use
|
||||||
|
## Download the eclipse installer
|
||||||
|
|
||||||
|
Download the Eclipse Installer from [here](https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE) and install it
|
||||||
|
according to the instructions given there.
|
||||||
|
|
||||||
|
## Use the MINRES setups permanently with the eclipse installler
|
||||||
|
|
||||||
|
Open the eclipse_inst.ini file being part of the Eclipse Intaller. Add the following line at the end:
|
||||||
|
|
||||||
|
```
|
||||||
|
-Doomph.redirection.setups=index:/->https://raw.githubusercontent.com/Minres/oomph-setups/master/
|
||||||
|
```
|
||||||
|
|
||||||
|
## Use the MINRES setups temporarily with the eclipse installler
|
||||||
|
|
||||||
|
Run the eclipse installer with additional command line arguments:
|
||||||
|
|
||||||
|
```
|
||||||
|
eclipse-inst -vmargs '-Doomph.redirection.setups=index:/->https://raw.githubusercontent.com/Minres/oomph-setups/master/'
|
||||||
|
```
|
||||||
|
|
||||||
|
|
|
@ -651,6 +651,8 @@
|
||||||
<requirement
|
<requirement
|
||||||
name="org.eclipse.linuxtools.callgraph.feature.feature.group"
|
name="org.eclipse.linuxtools.callgraph.feature.feature.group"
|
||||||
filter="(osgi.os=linux)"/>
|
filter="(osgi.os=linux)"/>
|
||||||
|
<requirement
|
||||||
|
name="com.eclipserunner.feature.feature.group"/>
|
||||||
<repository
|
<repository
|
||||||
url="http://download.eclipse.org/technology/epp/packages/oxygen"/>
|
url="http://download.eclipse.org/technology/epp/packages/oxygen"/>
|
||||||
<repository
|
<repository
|
||||||
|
@ -663,6 +665,8 @@
|
||||||
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
|
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
|
||||||
<repository
|
<repository
|
||||||
url="https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/"/>
|
url="https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/"/>
|
||||||
|
<repository
|
||||||
|
url="https://dl.bintray.com/zaunerc/p2/com.eclipserunner.p2_site/latest/"/>
|
||||||
</setupTask>
|
</setupTask>
|
||||||
<setupTask
|
<setupTask
|
||||||
xsi:type="setup:EclipseIniTask"
|
xsi:type="setup:EclipseIniTask"
|
||||||
|
|
|
@ -51,9 +51,9 @@
|
||||||
</setupTask>
|
</setupTask>
|
||||||
<project href="user:/minres.projects.setup?name='user.project',label='Custom projects',description='A container project for local user projects that are virtual members of the MINRES project catalog'#/"/>
|
<project href="user:/minres.projects.setup?name='user.project',label='Custom projects',description='A container project for local user projects that are virtual members of the MINRES project catalog'#/"/>
|
||||||
<project href="projects/DBT-RISE-RISCV.setup?name='dbt_rise_riscv'#/"/>
|
<project href="projects/DBT-RISE-RISCV.setup?name='dbt_rise_riscv'#/"/>
|
||||||
<project href="projects/JIT-ISS-CoreDsl.setup?name='JIT.ISS.CoreDsl'#/"/>
|
|
||||||
<project href="projects/RDL-Editor.setup?name='RDL.Editor'#/"/>
|
<project href="projects/RDL-Editor.setup?name='RDL.Editor'#/"/>
|
||||||
<project href="projects/SCViewer.setup?name='SCViewer',label='SCViewer',description='SCViewer'#/"/>
|
<project href="projects/SCViewer.setup?name='SCViewer',label='SCViewer',description='SCViewer'#/"/>
|
||||||
<project href="projects/SystemC-Quickstart.setup?name='systemc.quickstart',label='SysctemC Quickstart'#/"/>
|
<project href="projects/SystemC-Quickstart.setup?name='systemc.quickstart',label='SysctemC Quickstart'#/"/>
|
||||||
|
<project href="projects/JIT-ISS-CoreDsl.setup?name='JIT.ISS.CoreDsl'#/"/>
|
||||||
<description>MINRES provided cool projects.</description>
|
<description>MINRES provided cool projects.</description>
|
||||||
</setup:ProjectCatalog>
|
</setup:ProjectCatalog>
|
||||||
|
|
|
@ -254,6 +254,8 @@
|
||||||
<requirement
|
<requirement
|
||||||
name="org.eclipse.linuxtools.callgraph.feature.feature.group"
|
name="org.eclipse.linuxtools.callgraph.feature.feature.group"
|
||||||
filter="(osgi.os=linux)"/>
|
filter="(osgi.os=linux)"/>
|
||||||
|
<requirement
|
||||||
|
name="com.eclipserunner.feature.feature.group"/>
|
||||||
<repository
|
<repository
|
||||||
url="http://download.eclipse.org/technology/epp/packages/oxygen"/>
|
url="http://download.eclipse.org/technology/epp/packages/oxygen"/>
|
||||||
<repository
|
<repository
|
||||||
|
@ -266,6 +268,8 @@
|
||||||
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
|
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
|
||||||
<repository
|
<repository
|
||||||
url="https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/"/>
|
url="https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/"/>
|
||||||
|
<repository
|
||||||
|
url="https://dl.bintray.com/zaunerc/p2/com.eclipserunner.p2_site/latest/"/>
|
||||||
</setupTask>
|
</setupTask>
|
||||||
<setupTask
|
<setupTask
|
||||||
xsi:type="setup:EclipseIniTask"
|
xsi:type="setup:EclipseIniTask"
|
||||||
|
@ -633,6 +637,8 @@
|
||||||
<requirement
|
<requirement
|
||||||
name="org.eclipse.linuxtools.callgraph.feature.feature.group"
|
name="org.eclipse.linuxtools.callgraph.feature.feature.group"
|
||||||
filter="(osgi.os=linux)"/>
|
filter="(osgi.os=linux)"/>
|
||||||
|
<requirement
|
||||||
|
name="com.eclipserunner.feature.feature.group"/>
|
||||||
<repository
|
<repository
|
||||||
url="http://download.eclipse.org/technology/epp/packages/photon"/>
|
url="http://download.eclipse.org/technology/epp/packages/photon"/>
|
||||||
<repository
|
<repository
|
||||||
|
@ -645,6 +651,8 @@
|
||||||
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
|
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
|
||||||
<repository
|
<repository
|
||||||
url="https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/"/>
|
url="https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/"/>
|
||||||
|
<repository
|
||||||
|
url="https://dl.bintray.com/zaunerc/p2/com.eclipserunner.p2_site/latest/"/>
|
||||||
</setupTask>
|
</setupTask>
|
||||||
<setupTask
|
<setupTask
|
||||||
xsi:type="setup:EclipseIniTask"
|
xsi:type="setup:EclipseIniTask"
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/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/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"
|
||||||
name="JIT.ISS.CoreDsl"
|
name="JIT.ISS.CoreDsl"
|
||||||
label="JIT ISS CoreDsl">
|
label="JIT ISS CoreDsl (non-public)">
|
||||||
<setupTask
|
<setupTask
|
||||||
xsi:type="setup:CompoundTask"
|
xsi:type="setup:CompoundTask"
|
||||||
name="Global Variables">
|
name="Global Variables">
|
||||||
|
@ -193,8 +193,7 @@
|
||||||
name="com.minres.coredsl.target">
|
name="com.minres.coredsl.target">
|
||||||
<description>Sets the CoreDSL target platform</description>
|
<description>Sets the CoreDSL target platform</description>
|
||||||
</setupTask>
|
</setupTask>
|
||||||
<stream
|
<stream name="master"
|
||||||
name="master"
|
|
||||||
label="Master">
|
label="Master">
|
||||||
<setupTask
|
<setupTask
|
||||||
xsi:type="setup:EclipseIniTask"
|
xsi:type="setup:EclipseIniTask"
|
||||||
|
|
Loading…
Reference in New Issue