Skip to content

Commit

Permalink
[all] Remove logback dependencies.
Browse files Browse the repository at this point in the history
see #982

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Mar 28, 2020
1 parent eb85803 commit 8417e49
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 33 deletions.
26 changes: 0 additions & 26 deletions main/features/io.sarl.baseplatform.dsl/feature.xml
Expand Up @@ -273,10 +273,6 @@ for the SARL DSL Environment
id="org.eclipse.m2e.feature"
version="0.0.0"/>

<includes
id="org.eclipse.m2e.logback.feature"
version="0.0.0"/>

<includes
id="org.sonatype.m2e.mavenarchiver.feature"
version="0.0.0"/>
Expand Down Expand Up @@ -425,28 +421,6 @@ for the SARL DSL Environment
version="0.0.0"
unpack="false"/>

<plugin
id="ch.qos.logback.classic"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="ch.qos.logback.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="ch.qos.logback.slf4j"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"
unpack="false"/>

<plugin
id="org.eclipse.oomph.util"
download-size="0"
Expand Down
4 changes: 0 additions & 4 deletions main/features/io.sarl.baseplatform/feature.xml
Expand Up @@ -288,10 +288,6 @@
id="org.jboss.tools.maven.apt.feature"
version="0.0.0"/>

<includes
id="org.eclipse.m2e.logback.feature"
version="0.0.0"/>

<includes
id="org.sonatype.m2e.mavenarchiver.feature"
version="0.0.0"/>
Expand Down
1 change: 0 additions & 1 deletion main/targetplatform/io.sarl.lang.targetplatform.target
Expand Up @@ -62,7 +62,6 @@
<unit id="org.eclipse.jdt.source.feature.group" version="3.18.200.v20191210-0610"/>
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.8.1.v20190925-0747"/>
<unit id="org.eclipse.m2e.feature.feature.group" version="1.14.0.20191209-1925"/>
<unit id="org.eclipse.m2e.logback.feature.feature.group" version="1.14.0.20191209-1925"/>
<unit id="org.eclipse.oomph.setup.feature.group" version="1.15.0.v20191209-1132"/>
<unit id="org.eclipse.pde.feature.group" version="3.14.200.v20191210-0610"/>
<unit id="org.eclipse.pde.source.feature.group" version="3.14.200.v20191210-0610"/>
Expand Down
1 change: 0 additions & 1 deletion products/sarl-dsl/io.sarl.lang.sarl-dsl.product
Expand Up @@ -101,7 +101,6 @@
<feature id="org.eclipse.emf.codegen.ui.source" installMode="root"/>
<feature id="org.eclipse.emf.mwe2.language.sdk" installMode="root"/>
<feature id="org.eclipse.lsp4j.sdk" installMode="root"/>
<feature id="org.eclipse.m2e.logback.feature" installMode="root"/>
<feature id="org.eclipse.emf.codegen" installMode="root"/>
<feature id="org.eclipse.xtext.xtext.ui.graph" installMode="root"/>
<feature id="org.eclipse.equinox.p2.core.feature" installMode="root"/>
Expand Down
1 change: 0 additions & 1 deletion products/updatesite/io.sarl.lang.product
Expand Up @@ -271,7 +271,6 @@
<feature id="org.eclipse.xtext.redist" installMode="root"/>
<feature id="org.eclipse.jdt" installMode="root"/>
<feature id="org.eclipse.xtext.xbase.lib" installMode="root"/>
<feature id="org.eclipse.m2e.logback.feature" installMode="root"/>
<feature id="org.eclipse.emf.common" installMode="root"/>
<feature id="org.eclipse.equinox.p2.core.feature" installMode="root"/>
<feature id="org.eclipse.wst.xml_core.feature" installMode="root"/>
Expand Down

0 comments on commit 8417e49

Please sign in to comment.