Author: linus Date: 2008-02-09 10:04:21-0800 New Revision: 14095 Modified: trunk/src/model-euml/META-INF/MANIFEST.MF
Log: First step at making Eclipse build with the new architecture. The problem to build ArgoVersion.java and parsers is not solved yet. Modified: trunk/src/model-euml/META-INF/MANIFEST.MF Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-euml/META-INF/MANIFEST.MF?view=diff&rev=14095&p1=trunk/src/model-euml/META-INF/MANIFEST.MF&p2=trunk/src/model-euml/META-INF/MANIFEST.MF&r1=14094&r2=14095 ============================================================================== --- trunk/src/model-euml/META-INF/MANIFEST.MF (original) +++ trunk/src/model-euml/META-INF/MANIFEST.MF 2008-02-09 10:04:21-0800 @@ -2,10 +2,11 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.argouml.core.model.euml2 -Bundle-Version: 0.25.3 +Bundle-Version: 0.25.5 Bundle-Vendor: %pluginProvider Bundle-Localization: plugin -Require-Bundle: org.argouml.core.model +Require-Bundle: org.argouml.core.infra, + org.argouml.core.model Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.argouml.model.euml Eclipse-RegisterBuddy: org.argouml.core.lib --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
