Moved projects into separate files referenced from project catalog
This commit is contained in:
parent
9ccb0bfb83
commit
0ca24692ba
|
@ -50,575 +50,10 @@
|
|||
<description>An API baseline based on the target platform named 'Modular API Baseline Target'</description>
|
||||
</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 name="dbt_rise_riscv"
|
||||
label="DBT-RISE-RISCV"
|
||||
logicalProjectContainer="/">
|
||||
<setupTask
|
||||
xsi:type="setup:CompoundTask"
|
||||
name="Global Variables">
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.user.id"
|
||||
defaultValue="anonymous"
|
||||
label="Github user ID">
|
||||
<description>The user ID of the Github account</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.author.name"
|
||||
label="Github author name">
|
||||
<description>The author name used for Github commits</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.author.email"
|
||||
label="Github author email">
|
||||
<description>The email address associated with Github commits</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
type="PASSWORD"
|
||||
name="github.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="github.remoteURIs"
|
||||
label="Github repository">
|
||||
<choice
|
||||
value="git@github.com:@{remoteURI}.git"
|
||||
label="Git (read-write)"/>
|
||||
<choice
|
||||
value="https://${github.user.id|username}@github.com/@{remoteURI}.git"
|
||||
label="HTTPS (read-write)">
|
||||
<annotation
|
||||
source="http://www.eclipse.org/oomph/setup/MatchChoice"/>
|
||||
</choice>
|
||||
<choice
|
||||
value="https://github.com/@{remoteURI}.git"
|
||||
label="HTTPS (read-only, anonymous)"/>
|
||||
<description>Choose from the available Github URIs</description>
|
||||
</setupTask>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
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="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>DBT-RISE-RISCV provides cool stuff.</description>
|
||||
</project>
|
||||
<project name="JIT.ISS.CoreDsl"
|
||||
label="JIT ISS CoreDsl"
|
||||
logicalProjectContainer="/">
|
||||
<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>
|
||||
</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: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>JIT ISS CoreDsl provides cool stuff.</description>
|
||||
</project>
|
||||
<project name="RDL.Editor"
|
||||
label="RDL Editor"
|
||||
logicalProjectContainer="/">
|
||||
<setupTask
|
||||
xsi:type="setup:CompoundTask"
|
||||
name="Global Variables">
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.user.id"
|
||||
defaultValue="anonymous"
|
||||
label="Github user ID">
|
||||
<description>The user ID of the Github account</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.author.name"
|
||||
label="Github author name">
|
||||
<description>The author name used for Github commits</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.author.email"
|
||||
label="Github author email">
|
||||
<description>The email address associated with Github commits</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
type="PASSWORD"
|
||||
name="github.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="github.remoteURIs"
|
||||
label="Github repository">
|
||||
<choice
|
||||
value="git@github.com:@{remoteURI}.git"
|
||||
label="Git (read-write)"/>
|
||||
<choice
|
||||
value="https://${github.user.id|username}@github.com/@{remoteURI}.git"
|
||||
label="HTTPS (read-write)">
|
||||
<annotation
|
||||
source="http://www.eclipse.org/oomph/setup/MatchChoice"/>
|
||||
</choice>
|
||||
<choice
|
||||
value="https://github.com/@{remoteURI}.git"
|
||||
label="HTTPS (read-only, anonymous)"/>
|
||||
<description>Choose from the available Github 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.RDL_Editor"
|
||||
filter=""
|
||||
remoteURI="Minres/RDL-Editor">
|
||||
<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.RDL_Editor.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.rdl.target">
|
||||
<description>Sets the RDL Editor 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>RDL Editor provides cool stuff.</description>
|
||||
</project>
|
||||
<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'#/"/>
|
||||
<description>MINRES Projects provide cool projects.</description>
|
||||
<project href="projects/SystemC-Quickstart.setup?name='systemc.quickstart',label='SysctemC Quickstart'#/"/>
|
||||
<description>MINRES provided cool projects.</description>
|
||||
</setup:ProjectCatalog>
|
||||
|
|
|
@ -1,225 +1,131 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<setup:Project
|
||||
xmi:version="2.0"
|
||||
xmlns:xmi="http://www.omg.org/XMI"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
|
||||
<setup:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
|
||||
xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
|
||||
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
|
||||
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
|
||||
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0" xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/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/projects/1.0 index:/models/Projects.ecore"
|
||||
name="dbt_rise_rv"
|
||||
label="DBT-RISE-RISCV">
|
||||
<setupTask
|
||||
xsi:type="setup:CompoundTask"
|
||||
name="Global Variables">
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.user.id"
|
||||
defaultValue="anonymous"
|
||||
label="Github user ID">
|
||||
name="dbt_rise_riscv" label="DBT-RISE RISCV">
|
||||
<setupTask xsi:type="setup:CompoundTask" name="Global Variables">
|
||||
<setupTask xsi:type="setup:VariableTask" name="github.user.id"
|
||||
defaultValue="anonymous" label="Github user ID">
|
||||
<description>The user ID of the Github account</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.author.name"
|
||||
<setupTask xsi:type="setup:VariableTask" name="github.author.name"
|
||||
label="Github author name">
|
||||
<description>The author name used for Github commits</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.author.email"
|
||||
<setupTask xsi:type="setup:VariableTask" name="github.author.email"
|
||||
label="Github author email">
|
||||
<description>The email address associated with Github commits</description>
|
||||
<description>The email address associated with Github commits
|
||||
</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
type="PASSWORD"
|
||||
name="github.user.password"
|
||||
label="Github password for issues">
|
||||
<setupTask xsi:type="setup:VariableTask" type="PASSWORD"
|
||||
name="github.user.password" label="Github password for issues">
|
||||
<annotation
|
||||
source="http://www.eclipse.org/oomph/setup/PasswordVerificationDisabled">
|
||||
<detail
|
||||
key="type">
|
||||
<detail key="type">
|
||||
<value>form</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.url">
|
||||
<detail key="form.url">
|
||||
<value>https://github.com/session</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.cookie">
|
||||
<detail key="form.cookie">
|
||||
<value>PHPSESSID</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameters">
|
||||
<detail key="form.parameters">
|
||||
<value>login password authenticity_token utf8 commit</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.secure.parameters">
|
||||
<detail key="form.secure.parameters">
|
||||
<value>password</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.filter">
|
||||
<detail key="form.filter">
|
||||
<value>login=anonymous\&.*</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.login">
|
||||
<detail key="form.parameter.login">
|
||||
<value>$${github.user.id}</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.password">
|
||||
<detail key="form.parameter.password">
|
||||
<value>$${value}</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.utf8">
|
||||
<detail key="form.parameter.utf8">
|
||||
<value>✓</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="form.parameter.commit">
|
||||
<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 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 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 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 key="form.error">
|
||||
<value>Invalid password for $${form.parameter.login} at
|
||||
$${form.url}.</value>
|
||||
</detail>
|
||||
</annotation>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.remoteURIs"
|
||||
<setupTask xsi:type="setup:VariableTask" name="github.remoteURIs"
|
||||
label="Github repository">
|
||||
<choice
|
||||
value="git@github.com:@{remoteURI}.git"
|
||||
label="Git (read-write)"/>
|
||||
<choice value="git@github.com:@{remoteURI}.git" label="Git (read-write)" />
|
||||
<choice
|
||||
value="https://${github.user.id|username}@github.com/@{remoteURI}.git"
|
||||
label="HTTPS (read-write)">
|
||||
<annotation
|
||||
source="http://www.eclipse.org/oomph/setup/MatchChoice"/>
|
||||
<annotation source="http://www.eclipse.org/oomph/setup/MatchChoice" />
|
||||
</choice>
|
||||
<choice
|
||||
value="https://github.com/@{remoteURI}.git"
|
||||
label="HTTPS (read-only, anonymous)"/>
|
||||
<choice value="https://github.com/@{remoteURI}.git" label="HTTPS (read-only, anonymous)" />
|
||||
<description>Choose from the available Github URIs</description>
|
||||
</setupTask>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
option="-Xmx"
|
||||
value="2G"
|
||||
vm="true">
|
||||
<description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
|
||||
<setupTask xsi:type="setup:EclipseIniTask" 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.debug.standalone.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.cdt.debug.ui.memory.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.cdt.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.cdt.mylyn.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.cdt.managedbuilder.llvm.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.cdt.gnu.multicorevisualizer.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.cdt.testsrunner.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.cdt.msw.feature.group"
|
||||
filter="(osgi.os=win32)"/>
|
||||
<requirement
|
||||
name="org.eclipse.egit.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.linuxtools.cdt.libhover.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.linuxtools.changelog.c.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.linuxtools.gcov.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.linuxtools.gprof.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.linuxtools.valgrind.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.mylyn.context_feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.mylyn.ide_feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.mylyn.team_feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.mylyn.wikitext_feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.mylyn_feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.tracecompass.gdbtrace.feature.group"/>
|
||||
<requirement
|
||||
name="com.cthing.cmakeed.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.wst.jsdt.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.wst.xml_ui.feature.feature.group"/>
|
||||
<requirement
|
||||
name="org.eclipse.linuxtools.callgraph.feature.feature.group"
|
||||
filter="(osgi.os=linux)"/>
|
||||
<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/"/>
|
||||
<setupTask xsi:type="setup.p2:P2Task">
|
||||
<requirement name="org.eclipse.cdt.feature.group" />
|
||||
<requirement name="com.cthing.cmakeed.feature.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>
|
||||
<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_rv"
|
||||
<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">
|
||||
<annotation source="http://www.eclipse.org/oomph/setup/InducedChoices">
|
||||
<detail key="inherit">
|
||||
<value>github.remoteURIs</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="label">
|
||||
<detail key="label">
|
||||
<value>${scope.project.label} Git repository</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="target">
|
||||
<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_rv.location}"/>
|
||||
<setupTask xsi:type="projects:ProjectsImportTask">
|
||||
<sourceLocator rootFolder="${git.clone.dbt_rise_riscv.location}" />
|
||||
</setupTask>
|
||||
<stream name="master"/>
|
||||
<logicalProjectContainer
|
||||
xsi:type="setup:ProjectCatalog"
|
||||
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
|
||||
<description>DBT-RISE-RISCV provides cool stuff.</description>
|
||||
<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>
|
||||
|
|
|
@ -140,6 +140,9 @@
|
|||
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>
|
||||
|
@ -190,7 +193,8 @@
|
|||
name="com.minres.coredsl.target">
|
||||
<description>Sets the CoreDSL target platform</description>
|
||||
</setupTask>
|
||||
<stream name="master"
|
||||
<stream
|
||||
name="master"
|
||||
label="Master">
|
||||
<setupTask
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
|
@ -200,8 +204,5 @@
|
|||
<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>
|
||||
<logicalProjectContainer
|
||||
xsi:type="setup:ProjectCatalog"
|
||||
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
|
||||
<description>JIT ISS CoreDsl provides cool stuff.</description>
|
||||
<description>A Xtext based CoreDSL editor with syntax highlighting and context sensitive help.</description>
|
||||
</setup:Project>
|
||||
|
|
|
@ -158,14 +158,14 @@
|
|||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="git:GitCloneTask"
|
||||
id="git.clone.JIT.ISS.CoreDsl"
|
||||
id="git.clone.RDL_Editor"
|
||||
filter=""
|
||||
remoteURI="Minres/RDL-Editor">
|
||||
<annotation
|
||||
source="http://www.eclipse.org/oomph/setup/InducedChoices">
|
||||
<detail
|
||||
key="inherit">
|
||||
<value>minres.git.remoteURIs</value>
|
||||
<value>github.remoteURIs</value>
|
||||
</detail>
|
||||
<detail
|
||||
key="label">
|
||||
|
@ -181,7 +181,7 @@
|
|||
<setupTask
|
||||
xsi:type="projects:ProjectsImportTask">
|
||||
<sourceLocator
|
||||
rootFolder="${git.clone.JIT.ISS.CoreDsl.location}"
|
||||
rootFolder="${git.clone.RDL_Editor.location}"
|
||||
locateNestedProjects="true"/>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
|
@ -202,18 +202,16 @@
|
|||
name="com.minres.rdl.target">
|
||||
<description>Sets the RDL Editor target platform</description>
|
||||
</setupTask>
|
||||
<stream name="master"
|
||||
<stream
|
||||
name="master"
|
||||
label="Master">
|
||||
<setupTask
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
option="-Doomph.redirection.oomph.setups.git"
|
||||
value="=https://git.eclipse.org/c/Minres/oomph-setups.git.git/plain/projects/RDL-Editor.setup->${git.clone.oomph.setups.git.location|uri}/projects/RDL-Editor.setup"
|
||||
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>
|
||||
<logicalProjectContainer
|
||||
xsi:type="setup:Project"
|
||||
href="index:/org.eclipse.setup#//@projectCatalogs[name='com.github']/@projects[name='m2e-code-quality']"/>
|
||||
<description>RDL Editor provides cool stuff.</description>
|
||||
<description>A Xtext based SystemRDL editor with syntax highlighting and context sensitive help.</description>
|
||||
</setup:Project>
|
||||
|
|
|
@ -202,5 +202,5 @@
|
|||
</setupTask>
|
||||
<stream name="master"
|
||||
label="Master"/>
|
||||
<description>SCViewer provides cool stuff.</description>
|
||||
<description>A lightweight tool to visualize VCD and transaction traces.</description>
|
||||
</setup:Project>
|
||||
|
|
|
@ -0,0 +1,179 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<setup:Project
|
||||
xmi:version="2.0"
|
||||
xmlns:xmi="http://www.omg.org/XMI"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
|
||||
xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
|
||||
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
|
||||
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/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/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore"
|
||||
name="systemc.quickstart"
|
||||
label="SystemC Quickstart">
|
||||
<setupTask
|
||||
xsi:type="setup:CompoundTask"
|
||||
name="Global Variables">
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.user.id"
|
||||
defaultValue="anonymous"
|
||||
label="Github user ID">
|
||||
<description>The user ID of the Github account</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.author.name"
|
||||
label="Github author name">
|
||||
<description>The author name used for Github commits</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="github.author.email"
|
||||
label="Github author email">
|
||||
<description>The email address associated with Github commits</description>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
type="PASSWORD"
|
||||
name="github.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="github.remoteURIs"
|
||||
label="Github repository">
|
||||
<choice
|
||||
value="git@github.com:@{remoteURI}.git"
|
||||
label="Git (read-write)"/>
|
||||
<choice
|
||||
value="https://${github.user.id|username}@github.com/@{remoteURI}.git"
|
||||
label="HTTPS (read-write)">
|
||||
<annotation
|
||||
source="http://www.eclipse.org/oomph/setup/MatchChoice"/>
|
||||
</choice>
|
||||
<choice
|
||||
value="https://github.com/@{remoteURI}.git"
|
||||
label="HTTPS (read-only, anonymous)"/>
|
||||
<description>Choose from the available Github URIs</description>
|
||||
</setupTask>
|
||||
</setupTask>
|
||||
<setupTask
|
||||
xsi:type="setup:EclipseIniTask"
|
||||
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"/>
|
||||
<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
|
||||
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.systemc.quickstart"
|
||||
remoteURI="Minres/SystemC-Quickstart">
|
||||
<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.systemc.quickstart.location}"/>
|
||||
</setupTask>
|
||||
<stream name="master"/>
|
||||
<logicalProjectContainer
|
||||
xsi:type="setup:ProjectCatalog"
|
||||
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
|
||||
<description>A simple C++ CMake project to jump-start development of SystemC models and systems </description>
|
||||
</setup:Project>
|
Loading…
Reference in New Issue