Skip to content

Commit

Permalink
Added loging plugins to dpendencies for core feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvid Berg committed Jan 10, 2012
1 parent f4945da commit f3b6f9c
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions features/net.bioclipse.core_feature/feature.xml
Expand Up @@ -29,6 +29,9 @@ The Eclipse Public License accompanies this distribution, and is available at ht

<requires>
<import feature="org.eclipse.rcp" version="3.7.1" match="greaterOrEqual"/>
<import plugin="jcl.over.slf4j"/>
<import plugin="log4j.over.slf4j"/>
<import plugin="slf4j.api"/>
</requires>

<plugin
Expand Down Expand Up @@ -743,27 +746,6 @@ The Eclipse Public License accompanies this distribution, and is available at ht
version="0.0.0"
unpack="false"/>

<plugin
id="jcl.over.slf4j"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="log4j.over.slf4j"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="slf4j.api"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="net.bioclipse.logback"
download-size="0"
Expand Down

0 comments on commit f3b6f9c

Please sign in to comment.