Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-01-27 10:34:43 +0000
committerCamille Letavernier2014-01-27 10:34:43 +0000
commit61fe1560ac4f7d2d667c116648cbe5a2eb6a10ef (patch)
tree7b302cf2e4d14baa3ebe6cd60862e788e47cdb79 /plugins/infra/org.eclipse.papyrus.infra.newchild
parent896efb974770d70f789fef56bf89c9891481c00d (diff)
parent2e37d21b7e1a51a06f03544a984738d6b7f63d1d (diff)
downloadorg.eclipse.papyrus-61fe1560ac4f7d2d667c116648cbe5a2eb6a10ef.tar.gz
org.eclipse.papyrus-61fe1560ac4f7d2d667c116648cbe5a2eb6a10ef.tar.xz
org.eclipse.papyrus-61fe1560ac4f7d2d667c116648cbe5a2eb6a10ef.zip
Diffstat (limited to 'plugins/infra/org.eclipse.papyrus.infra.newchild')
-rw-r--r--plugins/infra/org.eclipse.papyrus.infra.newchild/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/infra/org.eclipse.papyrus.infra.newchild/META-INF/MANIFEST.MF b/plugins/infra/org.eclipse.papyrus.infra.newchild/META-INF/MANIFEST.MF
index 37cabf42721..079af80d234 100644
--- a/plugins/infra/org.eclipse.papyrus.infra.newchild/META-INF/MANIFEST.MF
+++ b/plugins/infra/org.eclipse.papyrus.infra.newchild/META-INF/MANIFEST.MF
@@ -11,13 +11,13 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.emf.ecore,
org.eclipse.osgi,
org.eclipse.emf.ecore.xmi,
- org.eclipse.papyrus.infra.queries.core.configuration;visibility:=reexport,
- org.eclipse.papyrus.infra.extendedtypes;visibility:=reexport,
+ org.eclipse.papyrus.infra.queries.core.configuration;bundle-version="1.0.0",
+ org.eclipse.papyrus.infra.extendedtypes;bundle-version="1.0.0",
org.eclipse.papyrus.infra.services.resourceloading;bundle-version="1.0.0",
org.eclipse.emf.transaction,
org.eclipse.gmf.runtime.emf.type.core,
- org.eclipse.papyrus.infra.services.edit,
- org.eclipse.papyrus.infra.gmfdiag.commands
+ org.eclipse.papyrus.infra.services.edit;bundle-version="1.0.0",
+ org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.papyrus.infra.newchild,
org.eclipse.papyrus.infra.newchild.ElementCreationMenuModel,

Back to the top