Skip to content
Snippets Groups Projects
Commit e624ab52 authored by Jürgen Walter's avatar Jürgen Walter
Browse files

fixed logging 2

parent 38600c03
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: tools.descartes.pmx.console
Require-Bundle: kieker,
org.apache.commons.cli,
org.apache.commons.logging,
org.apache.log4j,
tools.descartes.pmx,
de.uka.ipd.sdq.pcm;bundle-version="[3.2.0,3.5.0)"
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
<target name="PMX" sequenceNumber="1456238199">
<target name="PMX" sequenceNumber="1456413916">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="de.uka.ipd.sdq.identifier" version="2.0.0.201401082123"/>
......@@ -45,7 +45,6 @@
<unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
<unit id="org.apache.commons.lang" version="2.4.0.v201005080502"/>
<unit id="org.apache.commons.collections" version="3.2.0.v201005080500"/>
<unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
<unit id="org.apache.commons.cli" version="1.2.0.v201105210650"/>
<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
<repository location="https://se4.informatik.uni-wuerzburg.de/nexus/content/repositories/eclipse-orbit/"/>
......
......@@ -23,7 +23,6 @@ location "http://download.eclipse.org/tools/orbit/downloads/drops/R2013082706493
org.apache.log4j
org.apache.commons.lang
org.apache.commons.collections
org.apache.commons.logging
org.apache.commons.cli
}
......
......@@ -15,9 +15,6 @@
<bundle id="org.apache.commons.cli">
<category name="pmx.standalone"/>
</bundle>
<bundle id="org.apache.commons.logging">
<category name="pmx.standalone"/>
</bundle>
<bundle id="tools.descartes.pmx">
<category name="pmx.standalone"/>
</bundle>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment