|
@@ -74,12 +74,6 @@
|
|
|
url="${oomph.update.url}"/>
|
|
|
<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.base"
|
|
|
- remoteURI="https://github.com/Yakindu/base.git">
|
|
|
- <description>${scope.project.label}</description>
|
|
|
- </setupTask>
|
|
|
<setupTask
|
|
|
xsi:type="git:GitCloneTask"
|
|
|
id="git.clone.statechart"
|
|
@@ -97,15 +91,6 @@
|
|
|
project="org.yakindu.sct-feature"/>
|
|
|
</predicate>
|
|
|
</workingSet>
|
|
|
- <workingSet
|
|
|
- name="base">
|
|
|
- <predicate
|
|
|
- xsi:type="predicates:OrPredicate">
|
|
|
- <operand
|
|
|
- xsi:type="predicates:RepositoryPredicate"
|
|
|
- project="de.itemis.gmf.runtime.commons-feature"/>
|
|
|
- </predicate>
|
|
|
- </workingSet>
|
|
|
<description>The dynamic working sets for ${scope.project.label}</description>
|
|
|
<setupTask
|
|
|
xsi:type="pde:TargetPlatformTask"
|
|
@@ -124,9 +109,6 @@
|
|
|
<sourceLocator
|
|
|
rootFolder="${git.clone.statechart.location}"
|
|
|
locateNestedProjects="true"/>
|
|
|
- <sourceLocator
|
|
|
- rootFolder="${git.clone.base.location}"
|
|
|
- locateNestedProjects="true"/>
|
|
|
</setupTask>
|
|
|
<setupTask
|
|
|
xsi:type="pde:TargetPlatformTask"
|