Author: bobtarling Date: 2011-05-03 04:55:40-0700 New Revision: 19321 Modified: trunk/src/argouml-core-notation/src/META-INF/MANIFEST.MF
Log: Issue 6241: I presume this is why the wrong class name is being searched for by the module loader Modified: trunk/src/argouml-core-notation/src/META-INF/MANIFEST.MF Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-notation/src/META-INF/MANIFEST.MF?view=diff&pathrev=19321&r1=19320&r2=19321 ============================================================================== --- trunk/src/argouml-core-notation/src/META-INF/MANIFEST.MF (original) +++ trunk/src/argouml-core-notation/src/META-INF/MANIFEST.MF 2011-05-03 04:55:40-0700 @@ -2,7 +2,7 @@ Class-Path: argouml.jar Created-By: 1.2 (Sun Microsystems Inc.) -Name: org/argouml/notation/NotationModule.class +Name: org/argouml/notation2/NotationModule.class Extension-name: org.argouml.notation2.NotationModule Specification-Title: Notation Module Specification-Version: 0.1 ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2728840 To unsubscribe from this discussion, e-mail: [[email protected]].
