Skip to content

Commit

Permalink
Oomph target generation for 2023-12
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 16, 2023
1 parent c87bbd1 commit bc8c309
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,37 @@
<targlet
name="${scope.project.label}"
activeRepositoryList="${eclipse.target.platform}">
<annotation
source="http:/www.eclipse.org/oomph/targlets/TargetDefinitionGenerator">
<detail
key="location">
<value>${git.clone.location}/devtools/org.eclipse.emf.parsley.targetplatform/simrel.oomph.tp.target</value>
</detail>
<detail
key="sortLocations">
<value>false</value>
</detail>
<detail
key="includeAllPlatforms">
<value>false</value>
</detail>
<detail
key="includeSource">
<value>true</value>
</detail>
<detail
key="singleLocation">
<value>false</value>
</detail>
<detail
key="generateImplicitUnits">
<value>false</value>
</detail>
<detail
key="minimizeImplicitUnits">
<value>false</value>
</detail>
</annotation>
<requirement
name="org.eclipse.emf.parsley.workspace.feature.group"/>
<requirement
Expand Down Expand Up @@ -412,6 +443,23 @@
<repository
url="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09/"/>
</repositoryList>
<repositoryList
name="2023-12">
<repository
url="${xtext.site}"/>
<repository
url="${mwe2.site}"/>
<repository
url="https://download.eclipse.org/releases/2023-12"/>
<repository
url="https://download.eclipse.org/cbi/updates/license"/>
<repository
url="https://download.itemis.com/updates/releases/2.1.1/"/>
<repository
url="https://lorenzobettini.github.io/xtext-xdoc-releases/"/>
<repository
url="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-12/"/>
</repositoryList>
</targlet>
</setupTask>
<setupTask
Expand Down Expand Up @@ -651,6 +699,23 @@
<repository
url="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09/"/>
</repositoryList>
<repositoryList
name="2023-12">
<repository
url="${xtext.site}"/>
<repository
url="${mwe2.site}"/>
<repository
url="https://download.eclipse.org/releases/2023-12"/>
<repository
url="https://download.eclipse.org/cbi/updates/license"/>
<repository
url="https://download.itemis.com/updates/releases/2.1.1/"/>
<repository
url="https://lorenzobettini.github.io/xtext-xdoc-releases/"/>
<repository
url="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-12/"/>
</repositoryList>
</targlet>
</setupTask>
<setupTask
Expand Down

0 comments on commit bc8c309

Please sign in to comment.