Skip to content

Commit

Permalink
Adopt openHAB Core IDE setup to folder layout & set workspace name (o…
Browse files Browse the repository at this point in the history
…penhab#538)

Signed-off-by: Henning Treu <henning.treu@googlemail.com>
  • Loading branch information
htreu authored and maggu2810 committed Feb 6, 2019
1 parent a6a1d59 commit c4e744b
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions tools/oomph/openHAB-Core.setup
Expand Up @@ -785,7 +785,7 @@
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.ui.ide/WORKSPACE_NAME"
value="SmartHome"/>
value="openHAB Core"/>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
Expand Down Expand Up @@ -2356,10 +2356,10 @@
pattern=".*/bundles/.*"/>
</workingSet>
<workingSet
name="Addons">
name="BOM">
<predicate
xsi:type="predicates:LocationPredicate"
pattern=".*/extensions/.*"/>
pattern=".*/bom/.*"/>
</workingSet>
<workingSet
name="Features">
Expand All @@ -2368,16 +2368,16 @@
pattern=".*/features/.*"/>
</workingSet>
<workingSet
name="Other">
name="Integration Tests">
<predicate
xsi:type="predicates:LocationPredicate"
pattern=".*/targetplatform/.*;.*/docs/.*;.*/distribution/.*"/>
pattern=".*/itests/.*"/>
</workingSet>
<workingSet
name="Tests">
name="Demo">
<predicate
xsi:type="predicates:NamePredicate"
pattern="org.eclipse.smarthome..*.test"/>
xsi:type="predicates:LocationPredicate"
pattern=".*/demo/.*"/>
</workingSet>
</setupTask>
<setupTask
Expand Down Expand Up @@ -2413,12 +2413,6 @@
rootFolder="${git.clone.openhabcore.location}"
locateNestedProjects="true"/>
</setupTask>
<setupTask
xsi:type="pde:TargetPlatformTask"
id="smarthome.target"
name="SmartHome">
<description>Manually maintained target platform</description>
</setupTask>
<setupTask
xsi:type="launching:LaunchTask"
id="launch.smarthome.all"
Expand Down

0 comments on commit c4e744b

Please sign in to comment.