Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2007-04-03 15:21:00 +0000
committerkhussey2007-04-03 15:21:00 +0000
commit1c560f00a030f1d6d8afed061649bc610dc070f9 (patch)
treeca694ca675fde5618fbe45d2228505e23fcdc3d6 /plugins/org.eclipse.uml2.uml/META-INF/MANIFEST.MF
parentef251b0c7b805ee6117f7511710c9ec9eac6f5a5 (diff)
downloadorg.eclipse.uml2.test-1c560f00a030f1d6d8afed061649bc610dc070f9.tar.gz
org.eclipse.uml2.test-1c560f00a030f1d6d8afed061649bc610dc070f9.tar.xz
org.eclipse.uml2.test-1c560f00a030f1d6d8afed061649bc610dc070f9.zip
[173647] Making changes required for new modeling build.
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.uml2.uml/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.uml2.uml/META-INF/MANIFEST.MF b/plugins/org.eclipse.uml2.uml/META-INF/MANIFEST.MF
index ee5b8b2f..4e75de86 100644
--- a/plugins/org.eclipse.uml2.uml/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.uml2.uml/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.uml2.uml; singleton:=true
Bundle-Version: 2.1.0.qualifier
-Bundle-ClassPath: uml2.uml.jar
+Bundle-ClassPath: .
Bundle-Activator: org.eclipse.uml2.uml.UMLPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top