IDEMPIERE-4249 Platform Refresh for 7.1z (#23)
Fix target platform and feature configuration for slf4j
This commit is contained in:
parent
a77a991b9f
commit
9193267acf
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<?pde version="3.8"?>
|
<?pde version="3.8"?>
|
||||||
<target name="idempiere-200430" sequenceNumber="108">
|
<target name="idempiere-200501" sequenceNumber="109">
|
||||||
<locations>
|
<locations>
|
||||||
<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
||||||
<repository location="https://idempiere.github.io/binary.file/p2.maven/org.idempiere.webservice.client-p2-R20190412"/>
|
<repository location="https://idempiere.github.io/binary.file/p2.maven/org.idempiere.webservice.client-p2-R20190412"/>
|
||||||
|
@ -406,20 +406,6 @@
|
||||||
<unit id="org.opentest4j.source" version="1.2.0.v20190826-0900"/>
|
<unit id="org.opentest4j.source" version="1.2.0.v20190826-0900"/>
|
||||||
<unit id="org.reactivestreams" version="1.0.2.v20181120-0809"/>
|
<unit id="org.reactivestreams" version="1.0.2.v20181120-0809"/>
|
||||||
<unit id="org.reactivestreams.source" version="1.0.2.v20181120-0809"/>
|
<unit id="org.reactivestreams.source" version="1.0.2.v20181120-0809"/>
|
||||||
<unit id="org.slf4j.api" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.api.source" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.apis.jcl" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.apis.jcl.source" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.apis.log4j" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.apis.log4j.source" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.binding.nop" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.binding.nop.source" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.binding.simple" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.binding.simple.source" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.bridge.jul" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.bridge.jul.source" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.ext" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.slf4j.ext.source" version="1.7.30.v20200204-2150"/>
|
|
||||||
<unit id="org.tukaani.xz" version="1.8.0.v20180207-1613"/>
|
<unit id="org.tukaani.xz" version="1.8.0.v20180207-1613"/>
|
||||||
<unit id="org.tukaani.xz.source" version="1.8.0.v20180207-1613"/>
|
<unit id="org.tukaani.xz.source" version="1.8.0.v20180207-1613"/>
|
||||||
</location>
|
</location>
|
||||||
|
|
|
@ -10,8 +10,14 @@
|
||||||
<arguments>
|
<arguments>
|
||||||
</arguments>
|
</arguments>
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
|
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||||
</natures>
|
</natures>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
encoding/<project>=UTF-8
|
|
@ -0,0 +1,4 @@
|
||||||
|
activeProfiles=
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
resolveWorkspaceProjects=true
|
||||||
|
version=1
|
|
@ -68,7 +68,7 @@
|
||||||
<import plugin="jakarta.xml.bind-api"/>
|
<import plugin="jakarta.xml.bind-api"/>
|
||||||
<import plugin="net.sf.jasperreports.engine"/>
|
<import plugin="net.sf.jasperreports.engine"/>
|
||||||
<import plugin="org.apache.commons.codec"/>
|
<import plugin="org.apache.commons.codec"/>
|
||||||
<import plugin="org.slf4j.apis.jcl"/>
|
<import plugin="slf4j.jcl"/>
|
||||||
<import plugin="org.apache.servicemix.bundles.xerces"/>
|
<import plugin="org.apache.servicemix.bundles.xerces"/>
|
||||||
<import plugin="org.eclipse.osgi"/>
|
<import plugin="org.eclipse.osgi"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
Loading…
Reference in New Issue