svn commit: r1621971 - in /ofbiz/trunk/framework/webapp: dtd/regions.xsd dtd/webapp-catalog.xml src/org/ofbiz/webapp/region/ src/org/ofbiz/webapp/view/RegionViewHandler.java

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

svn commit: r1621971 - in /ofbiz/trunk/framework/webapp: dtd/regions.xsd dtd/webapp-catalog.xml src/org/ofbiz/webapp/region/ src/org/ofbiz/webapp/view/RegionViewHandler.java

jacopoc
Author: jacopoc
Date: Tue Sep  2 12:48:49 2014
New Revision: 1621971

URL: http://svn.apache.org/r1621971
Log:
Moved support for JSP Regions to the Attic.

Removed:
    ofbiz/trunk/framework/webapp/dtd/regions.xsd
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/region/
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/RegionViewHandler.java
Modified:
    ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml

Modified: ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml?rev=1621971&r1=1621970&r2=1621971&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml (original)
+++ ofbiz/trunk/framework/webapp/dtd/webapp-catalog.xml Tue Sep  2 12:48:49 2014
@@ -27,6 +27,5 @@ 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/regions.xsd" uri="regions.xsd"/>
     <system systemId="http://ofbiz.apache.org/dtds/site-conf.xsd" uri="site-conf.xsd"/>
 </catalog>