Author: rombert
Date: Fri Sep 20 14:44:58 2013
New Revision: 1525022
URL: http://svn.apache.org/r1525022
Log:
Cleanup: do not include ch.qos.logback.slf4j in the target file
This way we don't enable debug logging for bundles using slf4j. If we
choose to do that, we'll need to setup a special target platform which
includes logback and then make sure that the correct configuration is
picked up.
Modified:
sling/branches/tooling-ide-vlt/tooling/ide/target-definition/org.apache.sling.ide.target-definition.target
Modified:
sling/branches/tooling-ide-vlt/tooling/ide/target-definition/org.apache.sling.ide.target-definition.target
URL:
http://svn.apache.org/viewvc/sling/branches/tooling-ide-vlt/tooling/ide/target-definition/org.apache.sling.ide.target-definition.target?rev=1525022&r1=1525021&r2=1525022&view=diff
==============================================================================
---
sling/branches/tooling-ide-vlt/tooling/ide/target-definition/org.apache.sling.ide.target-definition.target
(original)
+++
sling/branches/tooling-ide-vlt/tooling/ide/target-definition/org.apache.sling.ide.target-definition.target
Fri Sep 20 14:44:58 2013
@@ -1,22 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?>
-
-<target name="Sling IDE Tools" sequenceNumber="33">
+<?pde version="3.8"?><target name="Sling IDE Tools" sequenceNumber="37">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false"
includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/>
-<unit id="org.json" version="1.0.0.v201011060100"/>
-<unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>
-<unit id="org.slf4j.api" version="1.6.4.v20120130-2120"/>
-<unit id="ch.qos.logback.slf4j" version="1.0.0.v20120123-1500"/>
-<unit id="org.apache.commons.collections" version="3.2.0.v201005080500"/>
-<repository
location="http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false"
includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.m2e.feature.feature.group"
version="1.2.0.20120903-1050"/>
-<repository
location="http://download.eclipse.org/technology/m2e/releases/1.2/1.2.0.20120903-1050"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false"
includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jst.web_ui.feature.feature.group"
version="3.3.2.v201112072049-7F7AFO7C25ToiIbpoiuW12GT78Mciy6W7iwuxaco"/>
<unit id="org.eclipse.pde.feature.group"
version="3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0"/>
<unit id="org.eclipse.wst.common_core.feature.feature.group"
version="3.3.2.v201111030500-7B7DFO9F7RZHOhIjR6Mz-NJ"/>
@@ -46,5 +31,17 @@
<repository location="http://download.eclipse.org/releases/indigo"/>
</location>
<location id="org.sonatype.tycho.m2e.feature" path="${eclipse_home}"
type="Feature"/>
+<location includeAllPlatforms="false" includeConfigurePhase="false"
includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.m2e.feature.feature.group"
version="1.2.0.20120903-1050"/>
+<repository
location="http://download.eclipse.org/technology/m2e/releases/1.2/1.2.0.20120903-1050"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false"
includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.json" version="1.0.0.v201011060100"/>
+<unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>
+<unit id="org.slf4j.api" version="1.6.4.v20120130-2120"/>
+<unit id="org.apache.commons.collections" version="3.2.0.v201005080500"/>
+<unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/>
+<repository
location="http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository"/>
+</location>
</locations>
</target>