Skip to content

Commit

Permalink
Removed .qualifier for chemoinformatics and rdf dependency
Browse files Browse the repository at this point in the history
qualifier should only be used in feature/plugin version definition
  • Loading branch information
goglepox committed Feb 29, 2012
1 parent ec92801 commit 26ee791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/net.bioclipse.qsar_feature/feature.xml
Expand Up @@ -29,8 +29,8 @@ is available at http://www.eclipse.org/legal/epl-v10.html
</license>

<requires>
<import feature="net.bioclipse.rdf_feature" version="2.5.0.qualifier" match="greaterOrEqual"/>
<import feature="net.bioclipse.chemoinformatics_feature" version="2.5.0.qualifier" match="greaterOrEqual"/>
<import feature="net.bioclipse.rdf_feature" version="2.5.0" match="greaterOrEqual"/>
<import feature="net.bioclipse.chemoinformatics_feature" version="2.5.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down

0 comments on commit 26ee791

Please sign in to comment.