svn commit: r15197 - branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch: . lib src/org/argouml/core/propertypanels/panel
| 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="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-core-infra" type="1"/> "/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-core-infra/lib/log4j-1.2.6.jar" path="3" type="2"/> "/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-core-propertypanels-scratch" type="1"/> "/>
-<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-core-propertypanels-scratch/lib/xerces_2_5_0.jar" path="3" type="2"/> "/>
-<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-core-propertypanels-scratch/lib/xml-apis.jar" path="3" type="2"/> "/>
</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/"