updated targetplatform to deps 1.0.19 (#236)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2017-11-23 13:47:47 +01:00 committed by GitHub
parent 0939c15de0
commit 0e9e06f184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 8 deletions

View File

@ -56,7 +56,7 @@
<groovy.eclipse.compiler.version>2.9.2-01</groovy.eclipse.compiler.version> <groovy.eclipse.compiler.version>2.9.2-01</groovy.eclipse.compiler.version>
<groovy.eclipse.batch.version>2.4.3-01</groovy.eclipse.batch.version> <groovy.eclipse.batch.version>2.4.3-01</groovy.eclipse.batch.version>
<ohdr.version>1.0.18</ohdr.version> <ohdr.version>1.0.19</ohdr.version>
<esh.version>0.9.0-SNAPSHOT</esh.version> <esh.version>0.9.0-SNAPSHOT</esh.version>
<repo.version>2.2.x</repo.version> <repo.version>2.2.x</repo.version>
<karaf.version>4.1.3</karaf.version> <karaf.version>4.1.3</karaf.version>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?><target name="openHAB Target Platform" sequenceNumber="176"> <?pde version="3.8"?><target name="openHAB Target Platform" sequenceNumber="177">
<locations> <locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.openhab.feature.p2.feature.group" version="0.0.0"/> <unit id="org.openhab.feature.p2.feature.group" version="0.0.0"/>
@ -15,17 +15,13 @@
<repository location="http://download.eclipse.org/smarthome/updates-stable/"/> <repository location="http://download.eclipse.org/smarthome/updates-stable/"/>
</location> </location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.7/R-4.7-201706120950"/> <repository location="http://download.eclipse.org/eclipse/updates/4.7/R-4.7-201706120950"/>
</location> </location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.openhab.deps.runtime.feature.group" version="0.0.0"/> <unit id="org.openhab.deps.runtime.feature.group" version="0.0.0"/>
<unit id="org.openhab.deps.test.feature.group" version="0.0.0"/> <unit id="org.openhab.deps.test.feature.group" version="0.0.0"/>
<repository location="https://dl.bintray.com/openhab/p2/openhab-deps-repo/1.0.18"/> <repository location="https://dl.bintray.com/openhab/p2/openhab-deps-repo/1.0.19"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtend" version="2.2.0.v201605260315"/>
<repository location="http://download.eclipse.org/releases/oxygen/201709271000"/>
</location> </location>
</locations> </locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
</target> </target>