Skip to content

Commit

Permalink
Add qualifier to all features and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Georgiev committed Oct 29, 2012
1 parent 60552c2 commit 089625a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion features/net.bioclipse.blueobelisk_feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.bioclipse.blueobelisk_feature"
label="Blue Obelisk Data Repository Feature"
version="2.1.0"
version="2.1.0.qualifier"
provider-name="The Bioclipse Team"
plugin="net.bioclipse.data.blueobelisk">

Expand Down
2 changes: 1 addition & 1 deletion features/net.bioclipse.data_site/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.bioclipse.data_site"
label="Additional Data Sets Update Site"
version="2.4.1"
version="2.4.1.qualifier"
provider-name="The Bioclipse Team">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion features/net.bioclipse.sampledata_feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.bioclipse.sampledata_feature"
label="Sample Data Feature"
version="2.4.0.20100709"
version="2.4.0.qualifier"
provider-name="The Bioclipse Team"
plugin="net.bioclipse.data.sampledata">

Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Blue Obelisk Chemical Structures Repository
Bundle-SymbolicName: net.bioclipse.data.blueobelisk;singleton:=true
Bundle-Version: 2.1.0
Bundle-Version: 2.1.0.qualifier
Bundle-Activator: net.bioclipse.data.blueobelisk.Activator
Bundle-Vendor: The Bioclipse Team
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.data.sampledata/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bioclipse Sample Data
Bundle-SymbolicName: net.bioclipse.data.sampledata;singleton:=true
Bundle-Version: 2.4.0.20100709
Bundle-Version: 2.4.0.qualifier
Bundle-Activator: net.bioclipse.data.sampledata.Activator
Bundle-Vendor: The Bioclipse Team
Require-Bundle: org.eclipse.ui,
Expand Down

0 comments on commit 089625a

Please sign in to comment.