Browse Source

Update StatechartTools.setup

removed base reporsitory, workingsheet and move to workingsheet
Oliver Bohl 10 years ago
parent
commit
53f14de31e
1 changed files with 0 additions and 18 deletions
  1. 0 18
      StatechartTools.setup

+ 0 - 18
StatechartTools.setup

@@ -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"