svn commit: r15197 - branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch: . lib src/org/argouml/core/propertypanels/panel

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: penyaskito
Date: 2008-07-07 15:28:32-0700
New Revision: 15197

Removed:
   branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/lib/
Modified:
   branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/.classpath
   branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/ArgoUML XML Property Panels.launch
   branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/panel/UIFactory.java

Log:
Removed unnecessary dependency with Xerces. Use the Java 6 built-in SAX parsers.

Modified: branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/.classpath
Url: http://argouml.tigris.org/source/browse/argouml/branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/.classpath?view=diff&rev=15197&p1=branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/.classpath&p2=branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/.classpath&r1=15196&r2=15197
==============================================================================
--- branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/.classpath	(original)
+++ branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/.classpath	2008-07-07 15:28:32-0700
@@ -4,8 +4,6 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

 	<classpathentry kind="src" path="/argouml-app"/>

 	<classpathentry kind="src" path="/argouml-core-infra"/>

-	<classpathentry exported="true" kind="lib" path="lib/xerces_2_5_0.jar"/>

-	<classpathentry exported="true" kind="lib" path="lib/xml-apis.jar"/>

 	<classpathentry combineaccessrules="false" kind="src" path="/argouml-core-model"/>

 	<classpathentry kind="output" path="build-eclipse"/>

 </classpath>


Modified: branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/ArgoUML XML Property Panels.launch
Url: http://argouml.tigris.org/source/browse/argouml/branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/ArgoUML%20XML%20Property%20Panels.launch?view=diff&rev=15197&p1=branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/ArgoUML%20XML%20Property%20Panels.launch&p2=branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/ArgoUML%20XML%20Property%20Panels.launch&r1=15196&r2=15197
==============================================================================
--- branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/ArgoUML XML Property Panels.launch	(original)
+++ branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/ArgoUML XML Property Panels.launch	2008-07-07 15:28:32-0700
@@ -33,8 +33,6 @@
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry path=&quot;3&quot; projectName=&quot;argouml-core-infra&quot; type=&quot;1&quot;/&gt;&#13;&#10;"/>

 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-infra/lib/log4j-1.2.6.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>

 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry path=&quot;3&quot; projectName=&quot;argouml-core-propertypanels-scratch&quot; type=&quot;1&quot;/&gt;&#13;&#10;"/>

-<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-propertypanels-scratch/lib/xerces_2_5_0.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>

-<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-propertypanels-scratch/lib/xml-apis.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>

 </listAttribute>

 <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>

 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.argouml.application.Main"/>


Modified: branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/panel/UIFactory.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/panel/UIFactory.java?view=diff&rev=15197&p1=branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/panel/UIFactory.java&p2=branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/panel/UIFactory.java&r1=15196&r2=15197
==============================================================================
--- branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/panel/UIFactory.java	(original)
+++ branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/panel/UIFactory.java	2008-07-07 15:28:32-0700
@@ -463,9 +463,7 @@
         
         XMLPropertyPanelsData data = new XMLPropertyPanelsData();
 
-        XMLReader parser = XMLReaderFactory.createXMLReader(
-                "org.apache.xerces.parsers.SAXParser"              
-        );
+        XMLReader parser = XMLReaderFactory.createXMLReader();
         parser.setContentHandler(new XMLPropertyPanelsHandler(data));
 
         String file = "org/argouml/core/propertypanels/xml/"
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.