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
|
||||
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
|
||||
name="org.eclipse.linuxtools.callgraph.feature.feature.group"
|
||||
filter="(osgi.os=linux)"/>
|
||||
<requirement
|
||||
name="com.eclipserunner.feature.feature.group"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/technology/epp/packages/oxygen"/>
|
||||
<repository
|
||||
|
@ -663,6 +665,8 @@
|
|||
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
|
||||
<repository
|
||||
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
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
|
|
|
@ -51,9 +51,9 @@
|
|||
</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="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/SCViewer.setup?name='SCViewer',label='SCViewer',description='SCViewer'#/"/>
|
||||
<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>
|
||||
</setup:ProjectCatalog>
|
||||
|
|
|
@ -254,6 +254,8 @@
|
|||
<requirement
|
||||
name="org.eclipse.linuxtools.callgraph.feature.feature.group"
|
||||
filter="(osgi.os=linux)"/>
|
||||
<requirement
|
||||
name="com.eclipserunner.feature.feature.group"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/technology/epp/packages/oxygen"/>
|
||||
<repository
|
||||
|
@ -266,6 +268,8 @@
|
|||
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
|
||||
<repository
|
||||
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
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
|
@ -633,6 +637,8 @@
|
|||
<requirement
|
||||
name="org.eclipse.linuxtools.callgraph.feature.feature.group"
|
||||
filter="(osgi.os=linux)"/>
|
||||
<requirement
|
||||
name="com.eclipserunner.feature.feature.group"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/technology/epp/packages/photon"/>
|
||||
<repository
|
||||
|
@ -645,6 +651,8 @@
|
|||
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
|
||||
<repository
|
||||
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
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
|
|
|
@ -13,196 +13,195 @@
|
|||
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"
|
||||
name="JIT.ISS.CoreDsl"
|
||||
label="JIT ISS CoreDsl">
|
||||
label="JIT ISS CoreDsl (non-public)">
|
||||
<setupTask
|
||||
xsi:type="setup:CompoundTask"
|
||||
name="Global Variables">
|
||||
<setupTask
|
||||
xsi:type="setup:CompoundTask"
|
||||
name="Global Variables">
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="minres.git.user.id"
|
||||
defaultValue="anonymous"
|
||||
label="Github user ID">
|
||||
<description>The user ID of the Github account</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="minres.git.author.name"
|
||||
label="Github author name">
|
||||
<description>The author name used for Github commits</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="minres.git.author.email"
|
||||
label="Github author email">
|
||||
<description>The email address associated with Github commits</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
type="PASSWORD"
|
||||
name="minres.git.user.password"
|
||||
label="Github password for issues">
|
||||
<annotation
|
||||
source="http://www.eclipse.org/oomph/setup/PasswordVerificationDisabled">
|
||||
<detail
|
||||
key="type">
|
||||
<value>form</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.url">
|
||||
<value>https://github.com/session</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.cookie">
|
||||
<value>PHPSESSID</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameters">
|
||||
<value>login password authenticity_token utf8 commit</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.secure.parameters">
|
||||
<value>password</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.filter">
|
||||
<value>login=anonymous\&.*</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.login">
|
||||
<value>$${github.user.id}</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.password">
|
||||
<value>$${value}</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.utf8">
|
||||
<value>✓</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.commit">
|
||||
<value>Sign in</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.ok">
|
||||
<value>Valid password for $${form.parameter.login} at $${form.url}.</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.info">
|
||||
<value>Validate the password for $${form.parameter.login} at $${form.url}.</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.warning">
|
||||
<value>Unable to validate the password for $${form.parameter.login} because $${form.url} is unreachable.</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.error">
|
||||
<value>Invalid password for $${form.parameter.login} at $${form.url}.</value>
|
||||
</detail>
|
||||
</annotation>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="minres.git.remoteURIs"
|
||||
label="MINRES Git repository">
|
||||
<choice
|
||||
value="https://minres.com/git/@{remoteURI}.git"
|
||||
label="HTTPS"/>
|
||||
<description>Choose from the available Git URIs</description>
|
||||
</setupTask>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="jdt:JRETask"
|
||||
version="JavaSE-1.8"
|
||||
location="${jre.location-1.8}">
|
||||
<description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
option="-Xmx"
|
||||
value="1G"
|
||||
vm="true">
|
||||
<description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:ResourceCreationTask"
|
||||
excludedTriggers="STARTUP MANUAL"
|
||||
content="<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
	<section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart">
		<item value="true" key="group_libraries"/>
		<item value="false" key="linkWithEditor"/>
		<item value="2" key="layout"/>
		<item value="2" key="rootMode"/>
		<item value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#x0D;&#x0A;&lt;packageExplorer configured=&quot;true&quot; group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;2&quot; sortWorkingSets=&quot;false&quot; workingSetName=&quot;&quot;&gt;&#x0D;&#x0A;&lt;localWorkingSetManager&gt;&#x0D;&#x0A;&lt;workingSet editPageId=&quot;org.eclipse.jdt.internal.ui.OthersWorkingSet&quot; factoryID=&quot;org.eclipse.ui.internal.WorkingSetFactory&quot; id=&quot;1382792884467_1&quot; label=&quot;Other Projects&quot; name=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/localWorkingSetManager&gt;&#x0D;&#x0A;&lt;activeWorkingSet workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;allWorkingSets workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/packageExplorer&gt;" key="memento"/>
	</section>
</section>
"
|
||||
targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
|
||||
encoding="UTF-8">
|
||||
<description>Initialize JDT's package explorer to show working sets as its root objects</description>
|
||||
xsi:type="setup:VariableTask"
|
||||
name="minres.git.user.id"
|
||||
defaultValue="anonymous"
|
||||
label="Github user ID">
|
||||
<description>The user ID of the Github account</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="eclipse.target.platform"
|
||||
value="None"
|
||||
defaultValue="Neon"
|
||||
storageURI="scope://Workspace"/>
|
||||
<setupTask
|
||||
xsi:type="setup.p2:P2Task">
|
||||
<requirement
|
||||
name="org.eclipse.xtext.sdk.feature.group"
|
||||
versionRange="[2.13.0,2.99.0]"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
|
||||
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
|
||||
name="minres.git.author.name"
|
||||
label="Github author name">
|
||||
<description>The author name used for Github commits</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="git:GitCloneTask"
|
||||
id="git.clone.JIT.ISS.CoreDsl"
|
||||
filter=""
|
||||
remoteURI="SystemC/JIT-ISS-CoreDsl">
|
||||
xsi:type="setup:VariableTask"
|
||||
name="minres.git.author.email"
|
||||
label="Github author email">
|
||||
<description>The email address associated with Github commits</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
type="PASSWORD"
|
||||
name="minres.git.user.password"
|
||||
label="Github password for issues">
|
||||
<annotation
|
||||
source="http://www.eclipse.org/oomph/setup/InducedChoices">
|
||||
source="http://www.eclipse.org/oomph/setup/PasswordVerificationDisabled">
|
||||
<detail
|
||||
key="inherit">
|
||||
<value>minres.git.remoteURIs</value>
|
||||
key="type">
|
||||
<value>form</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="label">
|
||||
<value>${scope.project.label} Git repository</value>
|
||||
key="form.url">
|
||||
<value>https://github.com/session</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="target">
|
||||
<value>remoteURI</value>
|
||||
key="form.cookie">
|
||||
<value>PHPSESSID</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameters">
|
||||
<value>login password authenticity_token utf8 commit</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.secure.parameters">
|
||||
<value>password</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.filter">
|
||||
<value>login=anonymous\&.*</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.login">
|
||||
<value>$${github.user.id}</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.password">
|
||||
<value>$${value}</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.utf8">
|
||||
<value>✓</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.commit">
|
||||
<value>Sign in</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.ok">
|
||||
<value>Valid password for $${form.parameter.login} at $${form.url}.</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.info">
|
||||
<value>Validate the password for $${form.parameter.login} at $${form.url}.</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.warning">
|
||||
<value>Unable to validate the password for $${form.parameter.login} because $${form.url} is unreachable.</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.error">
|
||||
<value>Invalid password for $${form.parameter.login} at $${form.url}.</value>
|
||||
</detail>
|
||||
</annotation>
|
||||
<description>${scope.project.label}</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="projects:ProjectsImportTask">
|
||||
<sourceLocator
|
||||
rootFolder="${git.clone.JIT.ISS.CoreDsl.location}"
|
||||
locateNestedProjects="true"/>
|
||||
xsi:type="setup:VariableTask"
|
||||
name="minres.git.remoteURIs"
|
||||
label="MINRES Git repository">
|
||||
<choice
|
||||
value="https://minres.com/git/@{remoteURI}.git"
|
||||
label="HTTPS"/>
|
||||
<description>Choose from the available Git URIs</description>
|
||||
</setupTask>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="jdt:JRETask"
|
||||
version="JavaSE-1.8"
|
||||
location="${jre.location-1.8}">
|
||||
<description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
option="-Xmx"
|
||||
value="1G"
|
||||
vm="true">
|
||||
<description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:ResourceCreationTask"
|
||||
excludedTriggers="STARTUP MANUAL"
|
||||
content="<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
	<section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart">
		<item value="true" key="group_libraries"/>
		<item value="false" key="linkWithEditor"/>
		<item value="2" key="layout"/>
		<item value="2" key="rootMode"/>
		<item value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#x0D;&#x0A;&lt;packageExplorer configured=&quot;true&quot; group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;2&quot; sortWorkingSets=&quot;false&quot; workingSetName=&quot;&quot;&gt;&#x0D;&#x0A;&lt;localWorkingSetManager&gt;&#x0D;&#x0A;&lt;workingSet editPageId=&quot;org.eclipse.jdt.internal.ui.OthersWorkingSet&quot; factoryID=&quot;org.eclipse.ui.internal.WorkingSetFactory&quot; id=&quot;1382792884467_1&quot; label=&quot;Other Projects&quot; name=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/localWorkingSetManager&gt;&#x0D;&#x0A;&lt;activeWorkingSet workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;allWorkingSets workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/packageExplorer&gt;" key="memento"/>
	</section>
</section>
"
|
||||
targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
|
||||
encoding="UTF-8">
|
||||
<description>Initialize JDT's package explorer to show working sets as its root objects</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="eclipse.target.platform"
|
||||
value="None"
|
||||
defaultValue="Neon"
|
||||
storageURI="scope://Workspace"/>
|
||||
<setupTask
|
||||
xsi:type="setup.p2:P2Task">
|
||||
<requirement
|
||||
name="org.eclipse.xtext.sdk.feature.group"
|
||||
versionRange="[2.13.0,2.99.0]"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
|
||||
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="git:GitCloneTask"
|
||||
id="git.clone.JIT.ISS.CoreDsl"
|
||||
filter=""
|
||||
remoteURI="SystemC/JIT-ISS-CoreDsl">
|
||||
<annotation
|
||||
source="http://www.eclipse.org/oomph/setup/InducedChoices">
|
||||
<detail
|
||||
key="inherit">
|
||||
<value>minres.git.remoteURIs</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="label">
|
||||
<value>${scope.project.label} Git repository</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="target">
|
||||
<value>remoteURI</value>
|
||||
</detail>
|
||||
</annotation>
|
||||
<description>${scope.project.label}</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="projects:ProjectsImportTask">
|
||||
<sourceLocator
|
||||
rootFolder="${git.clone.JIT.ISS.CoreDsl.location}"
|
||||
locateNestedProjects="true"/>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup.workingsets:WorkingSetTask">
|
||||
<workingSet
|
||||
name="${scope.project.name}">
|
||||
<predicate
|
||||
xsi:type="predicates:AndPredicate">
|
||||
<operand
|
||||
xsi:type="predicates:RepositoryPredicate"
|
||||
project="com.minres.coredsl"/>
|
||||
</predicate>
|
||||
</workingSet>
|
||||
<description>The dynamic working sets for ${scope.project.label}</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="pde:TargetPlatformTask"
|
||||
name="com.minres.coredsl.target">
|
||||
<description>Sets the CoreDSL target platform</description>
|
||||
</setupTask>
|
||||
<stream name="master"
|
||||
label="Master">
|
||||
<setupTask
|
||||
xsi:type="setup.workingsets:WorkingSetTask">
|
||||
<workingSet
|
||||
name="${scope.project.name}">
|
||||
<predicate
|
||||
xsi:type="predicates:AndPredicate">
|
||||
<operand
|
||||
xsi:type="predicates:RepositoryPredicate"
|
||||
project="com.minres.coredsl"/>
|
||||
</predicate>
|
||||
</workingSet>
|
||||
<description>The dynamic working sets for ${scope.project.label}</description>
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
option="-Doomph.redirection.JIT.ISS.CoreDsl"
|
||||
value="=https://git.eclipse.org/c/Minres/oomph-setups.git.git/plain//JITISSCoreDsl.setup->${git.clone.JIT.ISS.CoreDsl.location|uri}//JITISSCoreDsl.setup"
|
||||
vm="true">
|
||||
<description>Set an Oomph redirection system property to redirect the logical location of this setup to its physical location in the Git clone.</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="pde:TargetPlatformTask"
|
||||
name="com.minres.coredsl.target">
|
||||
<description>Sets the CoreDSL target platform</description>
|
||||
</setupTask>
|
||||
<stream
|
||||
name="master"
|
||||
label="Master">
|
||||
<setupTask
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
option="-Doomph.redirection.JIT.ISS.CoreDsl"
|
||||
value="=https://git.eclipse.org/c/Minres/oomph-setups.git.git/plain//JITISSCoreDsl.setup->${git.clone.JIT.ISS.CoreDsl.location|uri}//JITISSCoreDsl.setup"
|
||||
vm="true">
|
||||
<description>Set an Oomph redirection system property to redirect the logical location of this setup to its physical location in the Git clone.</description>
|
||||
</setupTask>
|
||||
</stream>
|
||||
<description>A Xtext based CoreDSL editor with syntax highlighting and context sensitive help.</description>
|
||||
</stream>
|
||||
<description>A Xtext based CoreDSL editor with syntax highlighting and context sensitive help.</description>
|
||||
</setup:Project>
|
||||
|
|
Loading…
Reference in New Issue