svn commit: r1737078 - /ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1737078 - /ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml

jleroux@apache.org
Author: jleroux
Date: Wed Mar 30 06:00:25 2016
New Revision: 1737078

URL: http://svn.apache.org/viewvc?rev=1737078&view=rev
Log:
Removes simple-methods.xsd from the catalog, it's no longer used

Modified:
    ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml

Modified: ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml?rev=1737078&r1=1737077&r2=1737078&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml (original)
+++ ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml Wed Mar 30 06:00:25 2016
@@ -26,7 +26,6 @@ under the License.
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
     <!-- <public publicId="-//W3C//DTD SVG 1.0//EN" uri="svg10.dtd"/> -->
 
-    <system systemId="http://ofbiz.apache.org/dtds/simple-methods.xsd" uri="simple-methods.xsd" />
     <system systemId="http://ofbiz.apache.org/dtds/simple-methods-v2.xsd" uri="simple-methods-v2.xsd" />
 
 </catalog>