svn commit: r18587 - trunk/src/argouml-app/src/org/argouml/uml/ui/InitUmlUI.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2010-07-28 14:13:28-0700
New Revision: 18587

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/ui/InitUmlUI.java

Log:
Now we have the separate XML Property Panels we don't want to continue to build the old panels

Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/InitUmlUI.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/InitUmlUI.java?view=diff&pathrev=18587&r1=18586&r2=18587
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/InitUmlUI.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/InitUmlUI.java	2010-07-28 14:13:28-0700
@@ -55,10 +55,6 @@
 public class InitUmlUI implements InitSubsystem {
 
     public void init() {
-        /* Set up the property panels for UML elements: */
-        PropPanelFactory elementFactory = new ElementPropPanelFactory();
-        PropPanelFactoryManager.addPropPanelFactory(elementFactory);
-
         /* Set up the property panels for other UML objects: */
         PropPanelFactory umlObjectFactory = new UmlObjectPropPanelFactory();
         PropPanelFactoryManager.addPropPanelFactory(umlObjectFactory);

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

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.