Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-03-21 09:42:30 +0000
committercletavernie2012-03-21 09:42:30 +0000
commit5c6a5bb868ca93f221e543e6917c8199ab2b3587 (patch)
treedc828f2b3dbc9aca0cef6e8d0fdf5f120d04ee20 /plugins/sysml
parentda380cc7b3ee428c0847a6d71152874b5823a6da (diff)
downloadorg.eclipse.papyrus-5c6a5bb868ca93f221e543e6917c8199ab2b3587.tar.gz
org.eclipse.papyrus-5c6a5bb868ca93f221e543e6917c8199ab2b3587.tar.xz
org.eclipse.papyrus-5c6a5bb868ca93f221e543e6917c8199ab2b3587.zip
365919: [Architecture - SVN - Build] Rewrite the Build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 Update tables for EMF Facet 0.2M6
Diffstat (limited to 'plugins/sysml')
-rw-r--r--plugins/sysml/table/org.eclipse.papyrus.sysml.table.allocation/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/sysml/table/org.eclipse.papyrus.sysml.table.allocation/META-INF/MANIFEST.MF b/plugins/sysml/table/org.eclipse.papyrus.sysml.table.allocation/META-INF/MANIFEST.MF
index 2e09a9d8743..d1dc14bdd63 100644
--- a/plugins/sysml/table/org.eclipse.papyrus.sysml.table.allocation/META-INF/MANIFEST.MF
+++ b/plugins/sysml/table/org.eclipse.papyrus.sysml.table.allocation/META-INF/MANIFEST.MF
@@ -10,7 +10,8 @@ Require-Bundle: org.eclipse.emf.facet.infra.common.core,
org.eclipse.emf.facet.widgets.nattable;bundle-version="0.1.0",
org.eclipse.emf.facet.widgets.nattable.tableconfiguration;bundle-version="0.1.0",
org.eclipse.emf.facet.widgets.nattable.instance;bundle-version="0.1.0",
- org.eclipse.papyrus.sysml;bundle-version="0.9.0"
+ org.eclipse.papyrus.sysml;bundle-version="0.9.0",
+ org.eclipse.emf.facet.util.emf.core;bundle-version="0.2.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,

Back to the top