Author: hansbak
Date: Fri Oct 13 19:48:35 2006
New Revision: 463887

URL: http://svn.apache.org/viewvc?view=rev&rev=463887
Log:
make xml headers refer for the xsd to the ofbiz site

Modified:
    
incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml
    
incubator/ofbiz/trunk/applications/accounting/webapp/accounting/chartofaccounts/GlAccountForms.xml
    
incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
    incubator/ofbiz/trunk/applications/accounting/widget/Menus.xml
    incubator/ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml
    
incubator/ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml
    
incubator/ofbiz/trunk/applications/content/webapp/content/data/DataResourceForms.xml
    
incubator/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml
    incubator/ofbiz/trunk/framework/webtools/widget/WebToolsMenus.xml

Modified: 
incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml?view=diff&rev=463887&r1=463886&r2=463887
==============================================================================
--- 
incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml
 (original)
+++ 
incubator/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml
 Fri Oct 13 19:48:35 2006
@@ -15,7 +15,7 @@
 under the License.
 -->
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- 
xsi:noNamespaceSchemaLocation="../../../../../../../framework/minilang/dtd/simple-methods.xsd">
+ xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd";>
     
     <simple-method method-name="createPayment" short-description="Create a 
Payment">        
         <if>

Modified: 
incubator/ofbiz/trunk/applications/accounting/webapp/accounting/chartofaccounts/GlAccountForms.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/chartofaccounts/GlAccountForms.xml?view=diff&rev=463887&r1=463886&r2=463887
==============================================================================
--- 
incubator/ofbiz/trunk/applications/accounting/webapp/accounting/chartofaccounts/GlAccountForms.xml
 (original)
+++ 
incubator/ofbiz/trunk/applications/accounting/webapp/accounting/chartofaccounts/GlAccountForms.xml
 Fri Oct 13 19:48:35 2006
@@ -16,7 +16,7 @@
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-    
xsi:noNamespaceSchemaLocation="../../../../../framework/widget/dtd/widget-form.xsd">
+    xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd";>
     
     <form name="EditGlJournalEntry" type="single"
             target="createGlJournalEntry" title="" default-map-name="journal"

Modified: 
incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml?view=diff&rev=463887&r1=463886&r2=463887
==============================================================================
--- 
incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
 (original)
+++ 
incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
 Fri Oct 13 19:48:35 2006
@@ -16,7 +16,7 @@
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- 
xsi:noNamespaceSchemaLocation="../../../../../framework/widget/dtd/widget-form.xsd">
+ xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd";>
 
     <form name="FindPayments" type="single" target="findPayments" 
         default-title-style="tableheadtext" default-widget-style="tabletext" 
default-tooltip-style="tabletext">

Modified: incubator/ofbiz/trunk/applications/accounting/widget/Menus.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/widget/Menus.xml?view=diff&rev=463887&r1=463886&r2=463887
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/widget/Menus.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/widget/Menus.xml Fri Oct 13 
19:48:35 2006
@@ -16,7 +16,7 @@
 -->
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xsi:noNamespaceSchemaLocation="../../../framework/widget/dtd/widget-menu.xsd">
+ xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd";>
     
     <menu name="InvoiceTabBar" default-menu-item-name="overview"> 
         <menu-item name="find" title="${uiLabelMap.CommonFind}" >

Modified: 
incubator/ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml?view=diff&rev=463887&r1=463886&r2=463887
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml 
(original)
+++ incubator/ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml Fri 
Oct 13 19:48:35 2006
@@ -16,7 +16,7 @@
 -->
 
 <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- 
xsi:noNamespaceSchemaLocation="../../../framework/widget/dtd/widget-screen.xsd">
+ xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-screen.xsd";>
     <screen name="FindPayments">
         <section>
             <actions>

Modified: 
incubator/ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml?view=diff&rev=463887&r1=463886&r2=463887
==============================================================================
--- 
incubator/ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml
 (original)
+++ 
incubator/ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml
 Fri Oct 13 19:48:35 2006
@@ -16,7 +16,7 @@
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- 
xsi:noNamespaceSchemaLocation="../../../../../framework/widget/dtd/widget-form.xsd">
+ xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd";>
     
     <form name="FindContent" default-title-style="tableheadtext"
         default-tooltip-style="tabletext" default-widget-style="inputBox"

Modified: 
incubator/ofbiz/trunk/applications/content/webapp/content/data/DataResourceForms.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/DataResourceForms.xml?view=diff&rev=463887&r1=463886&r2=463887
==============================================================================
--- 
incubator/ofbiz/trunk/applications/content/webapp/content/data/DataResourceForms.xml
 (original)
+++ 
incubator/ofbiz/trunk/applications/content/webapp/content/data/DataResourceForms.xml
 Fri Oct 13 19:48:35 2006
@@ -16,7 +16,7 @@
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- 
xsi:noNamespaceSchemaLocation="../../../../../framework/widget/dtd/widget-form.xsd">
+ xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd";>
     <!-- DataResource forms -->
     <form name="FindDataResource" target="findDataResource" title="" 
type="single"
         default-title-style="tableheadtext" default-tooltip-style="tabletext" 
default-widget-style="inputBox">

Modified: 
incubator/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml?view=diff&rev=463887&r1=463886&r2=463887
==============================================================================
--- 
incubator/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml
 (original)
+++ 
incubator/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml
 Fri Oct 13 19:48:35 2006
@@ -17,7 +17,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- 
xsi:noNamespaceSchemaLocation="../../../../../../../framework/minilang/dtd/simple-methods.xsd">
+ xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd";>
     <simple-method method-name="createPartyContactMech" 
short-description="Create a PartyContactMech">
         <make-value value-name="newValue" entity-name="PartyContactMech"/>
         <make-value entity-name="PartyContactMech" 
value-name="newPartyContactMech"/>

Modified: incubator/ofbiz/trunk/framework/webtools/widget/WebToolsMenus.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/widget/WebToolsMenus.xml?view=diff&rev=463887&r1=463886&r2=463887
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/widget/WebToolsMenus.xml (original)
+++ incubator/ofbiz/trunk/framework/webtools/widget/WebToolsMenus.xml Fri Oct 
13 19:48:35 2006
@@ -17,7 +17,7 @@
 -->
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xsi:noNamespaceSchemaLocation="../../../framework/widget/dtd/widget-menu.xsd">
+ xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd";>
     
     <menu name="WebtoolsAppBar" default-menu-item-name="main" 
default-selected-style="headerButtonLeftSelected" 
selected-menuitem-context-field-name="appButtonItem"
         default-title-style="tabButton" default-tooltip-style="tabletext" 
default-widget-style="headerButtonLeft" 


Reply via email to