svn commit: r12722 - trunk/tools/bin/modelImplementationGenerator.sh

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-05-30 11:33:00-0700
New Revision: 12722

Modified:
   trunk/tools/bin/modelImplementationGenerator.sh

Log:
Add missing State classes and make all except main class package scope instead of public

Modified: trunk/tools/bin/modelImplementationGenerator.sh
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/bin/modelImplementationGenerator.sh?view=diff&rev=12722&p1=trunk/tools/bin/modelImplementationGenerator.sh&p2=trunk/tools/bin/modelImplementationGenerator.sh&r1=12721&r2=12722
==============================================================================
--- trunk/tools/bin/modelImplementationGenerator.sh	(original)
+++ trunk/tools/bin/modelImplementationGenerator.sh	2007-05-30 11:33:00-0700
@@ -43,6 +43,7 @@
     OrderingKind
     PseudostateKind
     ScopeKind
+    StateMachinesFactory StateMachinesHelper
     UmlFactory UmlHelper
     UseCasesFactory UseCasesHelper
     VisibilityKind"
@@ -150,7 +151,7 @@
 /**
  * The implementation of the ${i} for ${MINAME}.
  */
-public class $CLASSNAME implements $i {
+class $CLASSNAME implements $i {
 
     /**
      * The model implementation.
@@ -180,7 +181,7 @@
 /**
  * The implementation of the XmiWriter for ${MINAME}.
  */
-public class $CLASSNAME implements XmiWriter {
+class $CLASSNAME implements XmiWriter {
 
     /**
      * The model implementation.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.