Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormvelten2012-03-27 09:26:52 +0000
committermvelten2012-03-27 09:26:52 +0000
commit704b870c6b68f121ffb7b318a86252125cee0295 (patch)
tree3aec260c899b4b574a3476e4319fee743fcf9e5c
parent01fcc6b89622f836cba8631f5ad12c961d40f4f0 (diff)
downloadorg.eclipse.papyrus-704b870c6b68f121ffb7b318a86252125cee0295.tar.gz
org.eclipse.papyrus-704b870c6b68f121ffb7b318a86252125cee0295.tar.xz
org.eclipse.papyrus-704b870c6b68f121ffb7b318a86252125cee0295.zip
missing bin folder in the classpath
-rw-r--r--plugins/uml/org.eclipse.papyrus.table.modelexplorer/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.table.modelexplorer/META-INF/MANIFEST.MF b/plugins/uml/org.eclipse.papyrus.table.modelexplorer/META-INF/MANIFEST.MF
index 69ded9e4798..2eb791efec1 100644
--- a/plugins/uml/org.eclipse.papyrus.table.modelexplorer/META-INF/MANIFEST.MF
+++ b/plugins/uml/org.eclipse.papyrus.table.modelexplorer/META-INF/MANIFEST.MF
@@ -23,4 +23,6 @@ Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.table.modelexplorer;singleton
:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ClassPath: .,
+ bin/

Back to the top