Skip to content

Commit

Permalink
Added some dependencies into the feature
Browse files Browse the repository at this point in the history
The goal is to simplify the install procedure.
  • Loading branch information
goglepox committed Feb 10, 2012
1 parent 4233d0e commit 8de305c
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions features/net.bioclipse.chemoinformatics_feature/feature.xml
Expand Up @@ -91,12 +91,11 @@ The Eclipse Public License accompanies this distribution, and is available at ht
<import plugin="org.eclipse.osgi"/>
<import plugin="com.springsource.javax.mail"/>
<import plugin="org.apache.commons.codec"/>
<import plugin="net.sourceforge.nattable.core"/>
<import plugin="org.openscience.cdk.inchi"/>
<import plugin="org.eclipse.help"/>
<import plugin="net.bioclipse.browser.business"/>
<import plugin="jnati-core-0.4"/>
<import feature="org.eclipse.rcp" version="3.7.1" match="greaterOrEqual"/>
<import plugin="jcl.over.slf4j"/>
</requires>

<plugin
Expand Down Expand Up @@ -211,4 +210,25 @@ The Eclipse Public License accompanies this distribution, and is available at ht
version="0.0.0"
unpack="false"/>

<plugin
id="net.sourceforge.nattable.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="jnati-core-0.4"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.commons.lang"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>

0 comments on commit 8de305c

Please sign in to comment.