svn commit: r463896 - in /incubator/ofbiz/trunk/framework: common/config/barcode/ common/webcommon/WEB-INF/ shark/webapp/shark/WEB-INF/ shark/webapp/shark/includes/

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

svn commit: r463896 - in /incubator/ofbiz/trunk/framework: common/config/barcode/ common/webcommon/WEB-INF/ shark/webapp/shark/WEB-INF/ shark/webapp/shark/includes/

jacopoc
Author: jacopoc
Date: Sat Oct 14 00:36:15 2006
New Revision: 463896

URL: http://svn.apache.org/viewvc?view=rev&rev=463896
Log:
Removed a few empty or unused files and added license header to a few files still without it (found running the aRAT tools from Robert Burrel Donkin).

Removed:
    incubator/ofbiz/trunk/framework/common/webcommon/WEB-INF/
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccmonths.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/cctypes.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/ccyears.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/countries.ftl
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/states.ftl
Modified:
    incubator/ofbiz/trunk/framework/common/config/barcode/DefaultBarcode.xml
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/controller.xml

Modified: incubator/ofbiz/trunk/framework/common/config/barcode/DefaultBarcode.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/common/config/barcode/DefaultBarcode.xml?view=diff&rev=463896&r1=463895&r2=463896
==============================================================================
--- incubator/ofbiz/trunk/framework/common/config/barcode/DefaultBarcode.xml (original)
+++ incubator/ofbiz/trunk/framework/common/config/barcode/DefaultBarcode.xml Sat Oct 14 00:36:15 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
 
 <barcode>
     <code39>

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/controller.xml?view=diff&rev=463896&r1=463895&r2=463896
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/controller.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/controller.xml Sat Oct 14 00:36:15 2006
@@ -33,8 +33,6 @@
 
     <handler name="ftl" type="view" class="org.ofbiz.webapp.ftl.FreeMarkerViewHandler"/>
     <handler name="jsp" type="view" class="org.ofbiz.webapp.view.JspViewHandler"/>
-    <handler name="fop" type="view" class="org.ofbiz.webapp.view.FopPdfViewHandler"/>
-    <handler name="screenfop" type="view" class="org.ofbiz.widget.screen.ScreenFopPdfViewHandler"/>
     <handler name="http" type="view" class="org.ofbiz.webapp.view.HttpViewHandler"/>
         
     <preprocessor>