Author: jleroux
Date: Fri Nov 10 08:42:11 2006
New Revision: 473388

URL: http://svn.apache.org/viewvc?view=rev&rev=473388
Log:
Update 
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd
to     
xsi:noNamespaceSchemaLocation="https://svn.apache.org/repos/asf/incubator/ofbiz/site/dtds/simple-methods.xsd
there are 109 other files in the same case.
I propose to update 
https://svn.apache.org/repos/asf/incubator/ofbiz/site/dtds/simple-methods.xsd 
(ie remove deprecated ops) 
and then update those other files.

Modified:
    
incubator/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml

Modified: 
incubator/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml?view=diff&rev=473388&r1=473387&r2=473388
==============================================================================
--- 
incubator/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml
 (original)
+++ 
incubator/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml
 Fri Nov 10 08:42:11 2006
@@ -17,7 +17,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-        
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd";>
+        
xsi:noNamespaceSchemaLocation="https://svn.apache.org/repos/asf/incubator/ofbiz/site/dtds/simple-methods.xsd";>
     <simple-method method-name="createShipmentReceipt" 
short-description="Create a ShipmentReceipt">
         <check-permission permission="FACILITY" action="_CREATE"><fail-message 
message="Security Error: to run createShipmentReceipt you must have the 
FACILITY_CREATE or FACILITY_ADMIN permission"/></check-permission>
         <check-errors/>


Reply via email to