Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-02-04 11:22:47 +0000
committerEike Stepper2010-02-04 11:22:47 +0000
commit1b23d9a3764cc9ab2d782859022be0975d6222f2 (patch)
treefbda5393e9b83ea22e6a0a1db1dfdd99ca966207 /plugins/org.gastro.inventory.edit/META-INF
parent9bd99af240c9bbbbb292058888a381615b8f3eff (diff)
downloadcdo-1b23d9a3764cc9ab2d782859022be0975d6222f2.tar.gz
cdo-1b23d9a3764cc9ab2d782859022be0975d6222f2.tar.xz
cdo-1b23d9a3764cc9ab2d782859022be0975d6222f2.zip
fixed warnings
Diffstat (limited to 'plugins/org.gastro.inventory.edit/META-INF')
-rw-r--r--plugins/org.gastro.inventory.edit/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.gastro.inventory.edit/META-INF/MANIFEST.MF b/plugins/org.gastro.inventory.edit/META-INF/MANIFEST.MF
index a136a69a85..1c48c3af1c 100644
--- a/plugins/org.gastro.inventory.edit/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.inventory.edit/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Activator: org.gastro.inventory.provider.InventoryEditPlugin$Implementati
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.gastro.inventory.provider
+Export-Package: org.gastro.inventory.provider;version="3.0.0"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.emf.cdo.edit;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
org.gastro.inventory;bundle-version="[3.0.0,4.0.0)";visibility:=reexport

Back to the top