Skip to content

Commit

Permalink
Removed a unnecessary version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jul 5, 2012
1 parent a572ef1 commit 8f56d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions features/net.bioclipse.moss_feature/feature.xml
Expand Up @@ -30,8 +30,8 @@ The Eclipse Public License accompanies this distribution, and is available at ht
</url>

<requires>
<import feature="net.bioclipse.chemoinformatics_feature" />
<import feature="net.bioclipse.rdf_feature" />
<import feature="net.bioclipse.chemoinformatics_feature"/>
<import feature="net.bioclipse.rdf_feature"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.data.moss/META-INF/MANIFEST.MF
Expand Up @@ -12,6 +12,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.forms,
net.bioclipse.core,
net.bioclipse.ui,
net.bioclipse.data;bundle-version="2.0.0"
net.bioclipse.data
Eclipse-LazyStart: true
Import-Package: org.apache.log4j

0 comments on commit 8f56d3c

Please sign in to comment.