Contains OOMPH setups for MINRES projects and tool setups
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eyck Jentzsch 359087acbd removes CDT Mylyn feature 3 months ago
projects update product definition and add SCViewer EE project 2 years ago
.project Fixed wrong dir structure 6 years ago
LICENSE Initial commit 6 years ago
README.md update README.md 3 years ago
com.minres.products.setup removes CDT Mylyn feature 3 months ago
com.minres.projects.setup update product definition and add SCViewer EE project 2 years ago
org.eclipse.setup update DSL and general project setup 2 years ago

README.md

oomph-setups

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 and install it according to the instructions given there.

Use the MINRES setups permanently with the eclipse installer

Open the eclipse_inst.ini file being part of the Eclipse Installer (on MacOS it is located at 'Eclipse Installer.app/Contents/Eclipse'). Add the following line at the end:

-Doomph.redirection.setups=index:/->https://git.minres.com/Tooling/oomph-setups/raw/branch/master/

Use the MINRES setups (temporarily) with the eclipse installer

Run the eclipse installer with additional command line arguments:

eclipse-inst -vmargs '-Doomph.redirection.setups=index:/->https://git.minres.com/Tooling/oomph-setups/raw/branch/master/'

or with a local copy of the repo:

mkdir -f $HOME/git
cd $HOME/git
git clone https://git.minres.com/Tooling/oomph-setups.git
eclipse-inst -vmargs '-Doomph.redirection.setups=index:/->file:///'$HOME'/git/oomph-setups/'