Skip to content

Commit

Permalink
added TargetDefinitionGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 16, 2023
1 parent 7d3968b commit 13f4fe9
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup
Expand Up @@ -573,6 +573,45 @@
name="${scope.project.label}"
activeRepositoryList="${eclipse.target.platform}"
includeAllRequirements="false">
<annotation
source="http:/www.eclipse.org/oomph/targlets/TargetDefinitionGenerator">
<detail
key="location">
<value>${git.clone.location}/devtools/org.eclipse.emf.parsley.targetplatform/simrel.rap.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="extraUnits">
<value>
com.google.guava
org.eclipse.emf.common
org.eclipse.emf.edit
</value>
</detail>
<detail
key="generateImplicitUnits">
<value>true</value>
</detail>
<detail
key="minimizeImplicitUnits">
<value>true</value>
</detail>
</annotation>
<requirement
name="org.eclipse.emf.parsley.rap.workspace.feature.group"/>
<requirement
Expand All @@ -583,6 +622,12 @@
name="org.eclipse.rap.examples.feature.feature.group"/>
<requirement
name="org.eclipse.rap.equinox.target.feature.feature.group"/>
<requirement
name="com.google.guava"/>
<requirement
name="org.eclipse.emf.common"/>
<requirement
name="org.eclipse.emf.ecore"/>
<sourceLocator
rootFolder="${git.clone.location}"
locateNestedProjects="true"/>
Expand Down

0 comments on commit 13f4fe9

Please sign in to comment.