mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Adopt openHAB Core IDE setup to folder layout & set workspace name (#538)
Signed-off-by: Henning Treu <henning.treu@googlemail.com>
This commit is contained in:
parent
a6a1d59cb4
commit
c4e744bc54
@ -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"
|
||||
@ -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">
|
||||
@ -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
|
||||
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user