Further adjustments

This commit is contained in:
Eyck Jentzsch 2018-04-06 00:37:46 +02:00
parent d7d552d3d7
commit ce36d269c0
3 changed files with 648 additions and 588 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,131 +1,199 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<setup:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" <setup:Project
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0" xmi:version="2.0"
xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0" xmlns:xmi="http://www.omg.org/XMI"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0" xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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/projects/1.0 index:/models/Projects.ecore" xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
name="dbt_rise_riscv" label="DBT-RISE RISCV"> xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
<setupTask xsi:type="setup:CompoundTask" name="Global Variables"> xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
<setupTask xsi:type="setup:VariableTask" name="github.user.id" xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
defaultValue="anonymous" label="Github user ID"> 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/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore"
<description>The user ID of the Github account</description> name="dbt_rise_riscv"
</setupTask> label="DBT-RISE RISCV">
<setupTask xsi:type="setup:VariableTask" name="github.author.name" <setupTask
label="Github author name"> xsi:type="setup:CompoundTask"
<description>The author name used for Github commits</description> name="Global Variables">
</setupTask> <setupTask
<setupTask xsi:type="setup:VariableTask" name="github.author.email" xsi:type="setup:VariableTask"
label="Github author email"> name="github.user.id"
<description>The email address associated with Github commits defaultValue="anonymous"
</description> label="Github user ID">
</setupTask> <description>The user ID of the Github account</description>
<setupTask xsi:type="setup:VariableTask" type="PASSWORD" </setupTask>
name="github.user.password" label="Github password for issues"> <setupTask
<annotation xsi:type="setup:VariableTask"
source="http://www.eclipse.org/oomph/setup/PasswordVerificationDisabled"> name="github.author.name"
<detail key="type"> label="Github author name">
<value>form</value> <description>The author name used for Github commits</description>
</detail> </setupTask>
<detail key="form.url"> <setupTask
<value>https://github.com/session</value> xsi:type="setup:VariableTask"
</detail> name="github.author.email"
<detail key="form.cookie"> label="Github author email">
<value>PHPSESSID</value> <description>The email address associated with Github commits</description>
</detail> </setupTask>
<detail key="form.parameters"> <setupTask
<value>login password authenticity_token utf8 commit</value> xsi:type="setup:VariableTask"
</detail> type="PASSWORD"
<detail key="form.secure.parameters"> name="github.user.password"
<value>password</value> label="Github password for issues">
</detail> <annotation
<detail key="form.filter"> source="http://www.eclipse.org/oomph/setup/PasswordVerificationDisabled">
<value>login=anonymous\&amp;.*</value> <detail
</detail> key="type">
<detail key="form.parameter.login"> <value>form</value>
<value>$${github.user.id}</value> </detail>
</detail> <detail
<detail key="form.parameter.password"> key="form.url">
<value>$${value}</value> <value>https://github.com/session</value>
</detail> </detail>
<detail key="form.parameter.utf8"> <detail
<value>✓</value> key="form.cookie">
</detail> <value>PHPSESSID</value>
<detail key="form.parameter.commit"> </detail>
<value>Sign in</value> <detail
</detail> key="form.parameters">
<detail key="form.ok"> <value>login password authenticity_token utf8 commit</value>
<value>Valid password for $${form.parameter.login} at $${form.url}. </detail>
</value> <detail
</detail> key="form.secure.parameters">
<detail key="form.info"> <value>password</value>
<value>Validate the password for $${form.parameter.login} at </detail>
$${form.url}.</value> <detail
</detail> key="form.filter">
<detail key="form.warning"> <value>login=anonymous\&amp;.*</value>
<value>Unable to validate the password for $${form.parameter.login} </detail>
because $${form.url} is unreachable.</value> <detail
</detail> key="form.parameter.login">
<detail key="form.error"> <value>$${github.user.id}</value>
<value>Invalid password for $${form.parameter.login} at </detail>
$${form.url}.</value> <detail
</detail> key="form.parameter.password">
</annotation> <value>$${value}</value>
</setupTask> </detail>
<setupTask xsi:type="setup:VariableTask" name="github.remoteURIs" <detail
label="Github repository"> key="form.parameter.utf8">
<choice value="git@github.com:@{remoteURI}.git" label="Git (read-write)" /> <value>✓</value>
<choice </detail>
value="https://${github.user.id|username}@github.com/@{remoteURI}.git" <detail
label="HTTPS (read-write)"> key="form.parameter.commit">
<annotation source="http://www.eclipse.org/oomph/setup/MatchChoice" /> <value>Sign in</value>
</choice> </detail>
<choice value="https://github.com/@{remoteURI}.git" label="HTTPS (read-only, anonymous)" /> <detail
<description>Choose from the available Github URIs</description> key="form.ok">
</setupTask> <value>Valid password for $${form.parameter.login} at $${form.url}.</value>
</setupTask> </detail>
<setupTask xsi:type="setup:EclipseIniTask" option="-Xmx" <detail
value="2G" vm="true"> key="form.info">
<description>Set the heap space needed to work with the projects of <value>
${scope.project.label}</description> Validate the password for $${form.parameter.login} at
</setupTask> $${form.url}.
<setupTask xsi:type="setup.p2:P2Task"> </value>
<requirement name="org.eclipse.cdt.feature.group" /> </detail>
<requirement name="com.cthing.cmakeed.feature.feature.group" /> <detail
<requirement name="org.eclipse.wst.jsdt.feature.feature.group" /> key="form.warning">
<requirement name="org.eclipse.wst.xml_ui.feature.feature.group" /> <value>
<repository Unable to validate the password for $${form.parameter.login}
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/" /> because $${form.url} is unreachable.
<repository </value>
url="https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/" /> </detail>
<description>Install the tools needed in the IDE to work with the <detail
source code for ${scope.project.label}</description> key="form.error">
</setupTask> <value>
<setupTask xsi:type="git:GitCloneTask" id="git.clone.dbt_rise_riscv" Invalid password for $${form.parameter.login} at
remoteURI="Minres/DBT-RISE-RISCV"> $${form.url}.
<annotation source="http://www.eclipse.org/oomph/setup/InducedChoices"> </value>
<detail key="inherit"> </detail>
<value>github.remoteURIs</value> </annotation>
</detail> </setupTask>
<detail key="label"> <setupTask
<value>${scope.project.label} Git repository</value> xsi:type="setup:VariableTask"
</detail> name="github.remoteURIs"
<detail key="target"> label="Github repository">
<value>remoteURI</value> <choice
</detail> value="git@github.com:@{remoteURI}.git"
</annotation> label="Git (read-write)"/>
<description>${scope.project.label}</description> <choice
</setupTask> value="https://${github.user.id|username}@github.com/@{remoteURI}.git"
<setupTask xsi:type="projects:ProjectsImportTask"> label="HTTPS (read-write)">
<sourceLocator rootFolder="${git.clone.dbt_rise_riscv.location}" /> <annotation
</setupTask> source="http://www.eclipse.org/oomph/setup/MatchChoice"/>
<stream name="master"> </choice>
<setupTask xsi:type="setup:EclipseIniTask" option="-Doomph.redirection.dbt_rise_riscv" <choice
value="=https://git.eclipse.org/c/Minres/oomph-setups.git.git/plain//DBT-RISE-RISCV.setup->${git.clone.dbt_rise_riscv.location|uri}//DBT-RISE-RISCV.setup" value="https://github.com/@{remoteURI}.git"
vm="true"> label="HTTPS (read-only, anonymous)"/>
<description>Set an Oomph redirection system property to redirect the <description>Choose from the available Github URIs</description>
logical location of this setup to its physical location in the Git </setupTask>
clone.</description> </setupTask>
</setupTask> <setupTask
</stream> xsi:type="setup:EclipseIniTask"
<description>An instruction set simulator based on DBT-RISE implementing the RISC-V ISA.</description> option="-Xmx"
value="2G"
vm="true">
<description>
Set the heap space needed to work with the projects of
${scope.project.label}
</description>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task">
<requirement
name="org.eclipse.cdt.feature.group"/>
<requirement
name="com.cthing.cmakeed.feature.feature.group"/>
<requirement
name="de.marw.cdt.cmake.feature.group"/>
<requirement
name="org.eclipse.wst.jsdt.feature.feature.group"/>
<requirement
name="org.eclipse.wst.xml_ui.feature.feature.group"/>
<repository
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
<repository
url="https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/"/>
<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.dbt_rise_riscv"
remoteURI="Minres/DBT-RISE-RISCV">
<annotation
source="http://www.eclipse.org/oomph/setup/InducedChoices">
<detail
key="inherit">
<value>github.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.dbt_rise_riscv.location}"/>
</setupTask>
<stream name="master">
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.dbt_rise_riscv"
value="=https://git.eclipse.org/c/Minres/oomph-setups.git.git/plain//DBT-RISE-RISCV.setup->${git.clone.dbt_rise_riscv.location|uri}//DBT-RISE-RISCV.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>An instruction set simulator based on DBT-RISE implementing the RISC-V ISA.</description>
</setup:Project> </setup:Project>

View File

@ -131,14 +131,6 @@
name="com.cthing.cmakeed.feature.feature.group"/> name="com.cthing.cmakeed.feature.feature.group"/>
<requirement <requirement
name="de.marw.cdt.cmake.feature.group"/> name="de.marw.cdt.cmake.feature.group"/>
<repository
url="http://download.eclipse.org/technology/epp/packages/oxygen"/>
<repository
url="http://download.eclipse.org/releases/oxygen"/>
<repository
url="http://gnu-mcu-eclipse.netlify.com/v4-neon-updates/"/>
<repository
url="http://www.janua.fr/update/"/>
<repository <repository
url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/> url="https://raw.githubusercontent.com/15knots/cmake4eclipse/master/releng/comp-update/"/>
<repository <repository