svn commit: r18622 - trunk/src/argouml-core-transformer/src/org/argouml/transformer

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2010-08-03 11:56:14-0700
New Revision: 18622

Modified:
   trunk/src/argouml-core-transformer/src/org/argouml/transformer/EventTransformer.java   (props changed)
   trunk/src/argouml-core-transformer/src/org/argouml/transformer/SimpleStateTransformer.java   (contents, props changed)
   trunk/src/argouml-core-transformer/src/org/argouml/transformer/Transformer.java   (props changed)
   trunk/src/argouml-core-transformer/src/org/argouml/transformer/TransformerAction.java   (props changed)
   trunk/src/argouml-core-transformer/src/org/argouml/transformer/TransformerManager.java   (props changed)
   trunk/src/argouml-core-transformer/src/org/argouml/transformer/TransformerModule.java   (contents, props changed)

Log:
Set properties.

Modified: trunk/src/argouml-core-transformer/src/org/argouml/transformer/SimpleStateTransformer.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-transformer/src/org/argouml/transformer/SimpleStateTransformer.java?view=diff&pathrev=18622&r1=18621&r2=18622
==============================================================================
--- trunk/src/argouml-core-transformer/src/org/argouml/transformer/SimpleStateTransformer.java	(original)
+++ trunk/src/argouml-core-transformer/src/org/argouml/transformer/SimpleStateTransformer.java	2010-08-03 11:56:14-0700
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    michiel
+ *    mvw
  *******************************************************************************
  */
 

Modified: trunk/src/argouml-core-transformer/src/org/argouml/transformer/TransformerModule.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-transformer/src/org/argouml/transformer/TransformerModule.java?view=diff&pathrev=18622&r1=18621&r2=18622
==============================================================================
--- trunk/src/argouml-core-transformer/src/org/argouml/transformer/TransformerModule.java	(original)
+++ trunk/src/argouml-core-transformer/src/org/argouml/transformer/TransformerModule.java	2010-08-03 11:56:14-0700
@@ -1,63 +1,63 @@
-/* $Id: $
- *****************************************************************************
- * Copyright (c) 2010 Contributors - see below
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Michiel Van Der Wulp
- *    Bob Tarling
- *****************************************************************************
- */
-
-package org.argouml.transformer;
-
-import org.apache.log4j.Logger;
-import org.argouml.moduleloader.ModuleInterface;
-import org.argouml.ui.ContextActionFactoryManager;
-
-
-public class TransformerModule implements ModuleInterface {
-
-    private static final Logger LOG = Logger
-            .getLogger(TransformerModule.class);
-
-    public boolean enable() {
-        
-        TransformerManager.getInstance().addTransformer(
-                new EventTransformer());
-        TransformerManager.getInstance().addTransformer(
-                new SimpleStateTransformer());
-        ContextActionFactoryManager.addContextPopupFactory(TransformerManager.getInstance());
-        LOG.info("Transformer Module enabled.");
-        return true;
-    }
-
-    public boolean disable() {
-        ContextActionFactoryManager.removeContextPopupFactory(TransformerManager.getInstance());
-
-        LOG.info("Transformer Module disabled.");
-        return true;
-    }
-
-    public String getName() {
-        return "ArgoUML-Transformer";
-    }
-
-    public String getInfo(int type) {
-        switch (type) {
-        case DESCRIPTION:
-            return "The model element transformer";
-        case AUTHOR:
-            return "The ArgoUML Team";
-        case VERSION:
-            return "0.32";
-        case DOWNLOADSITE:
-            return "http://argouml.tigris.org";
-        default:
-            return null;
-        }
-    }
-}
+/* $Id$
+ *****************************************************************************
+ * Copyright (c) 2010 Contributors - see below
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    Michiel van der Wulp
+ *    Bob Tarling
+ *****************************************************************************
+ */
+
+package org.argouml.transformer;
+
+import org.apache.log4j.Logger;
+import org.argouml.moduleloader.ModuleInterface;
+import org.argouml.ui.ContextActionFactoryManager;
+
+
+public class TransformerModule implements ModuleInterface {
+
+    private static final Logger LOG = Logger
+            .getLogger(TransformerModule.class);
+
+    public boolean enable() {
+        
+        TransformerManager.getInstance().addTransformer(
+                new EventTransformer());
+        TransformerManager.getInstance().addTransformer(
+                new SimpleStateTransformer());
+        ContextActionFactoryManager.addContextPopupFactory(TransformerManager.getInstance());
+        LOG.info("Transformer Module enabled.");
+        return true;
+    }
+
+    public boolean disable() {
+        ContextActionFactoryManager.removeContextPopupFactory(TransformerManager.getInstance());
+
+        LOG.info("Transformer Module disabled.");
+        return true;
+    }
+
+    public String getName() {
+        return "ArgoUML-Transformer";
+    }
+
+    public String getInfo(int type) {
+        switch (type) {
+        case DESCRIPTION:
+            return "The model element transformer";
+        case AUTHOR:
+            return "The ArgoUML Team";
+        case VERSION:
+            return "0.32";
+        case DOWNLOADSITE:
+            return "http://argouml.tigris.org";
+        default:
+            return null;
+        }
+    }
+}

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2642414

To unsubscribe from this discussion, e-mail: [[email protected]].
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.