svn commit: r586802 - in /ofbiz/trunk: applications/accounting/config/ applications/accounting/data/ applications/accounting/webapp/accounting/invoice/ applications/humanres/script/org/ofbiz/humanres/ applications/humanres/script/org/ofbiz/humanres/per...

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

svn commit: r586802 - in /ofbiz/trunk: applications/accounting/config/ applications/accounting/data/ applications/accounting/webapp/accounting/invoice/ applications/humanres/script/org/ofbiz/humanres/ applications/humanres/script/org/ofbiz/humanres/per...

jleroux@apache.org
Author: jleroux
Date: Sat Oct 20 14:17:45 2007
New Revision: 586802

URL: http://svn.apache.org/viewvc?rev=586802&view=rev
Log:
Replace all www.ofbiz.org by ofbiz.apache.org (mostly links to dtds). Note that there are 2 void links :
http://ofbiz.apache.org/service/
http://ofbiz.apache.org/cgi-bin/http_test.pl

Those links were useless before also

Modified:
    ofbiz/trunk/applications/accounting/config/payment.properties
    ofbiz/trunk/applications/accounting/data/DemoOrganizationData.xml
    ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl
    ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml
    ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/permission/HumanResPermissionServices.xml
    ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
    ofbiz/trunk/applications/humanres/widget/CommonScreens.xml
    ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
    ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
    ofbiz/trunk/applications/humanres/widget/forms/PartyAbilityForms.xml
    ofbiz/trunk/applications/product/webapp/catalog/find/ExportForms.xml
    ofbiz/trunk/framework/base/dtd/base-catalog.xml
    ofbiz/trunk/framework/entity/dtd/entity-catalog.xml
    ofbiz/trunk/framework/exampleext/widget/example/ExampleForms.xml
    ofbiz/trunk/framework/exampleext/widget/example/ExampleScreens.xml
    ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml
    ofbiz/trunk/framework/service/dtd/service-catalog.xml
    ofbiz/trunk/framework/service/dtd/services.xsd
    ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java
    ofbiz/trunk/framework/testtools/dtd/testtools-catalog.xml
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/TestEvent.java
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelGroupWriter.jsp
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelWriter.jsp
    ofbiz/trunk/framework/widget/dtd/widget-catalog.xml
    ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml
    ofbiz/trunk/specialpurpose/googleCheckout/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/googleCheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml
    ofbiz/trunk/specialpurpose/googleCheckout/script/org/ofbiz/googleCheckout/ShoppingCartServices.xml
    ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml
    ofbiz/trunk/specialpurpose/googleCheckout/widget/GoogleCheckoutScreens.xml
    ofbiz/trunk/specialpurpose/oagis/script/org/ofbiz/oagis/OagisMessageServices.xml
    ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml
    ofbiz/trunk/specialpurpose/pos/config/jpos.xml

Modified: ofbiz/trunk/applications/accounting/config/payment.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/payment.properties?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/payment.properties (original)
+++ ofbiz/trunk/applications/accounting/config/payment.properties Sat Oct 20 14:17:45 2007
@@ -240,13 +240,13 @@
 payment.paypal.business=[hidden email]
 
 # PayPal Notify URL
-payment.paypal.notify=http://www.ofbiz.org:8080/ecommerce/control/payPalNotify
+payment.paypal.notify=http://ofbiz.apache.org:8080/ecommerce/control/payPalNotify
 
 # PayPal Return URL
-payment.paypal.return=http://www.ofbiz.org:8080/ecommerce/control/orderhistory
+payment.paypal.return=http://ofbiz.apache.org:8080/ecommerce/control/orderhistory
 
 # PayPal Return On Cancel URL
-payment.paypal.cancelReturn=http://www.ofbiz.org:8080/ecommerce/control/payPalCancel/main
+payment.paypal.cancelReturn=http://ofbiz.apache.org:8080/ecommerce/control/payPalCancel/main
 
 # Image To Use On PayPal
 payment.paypal.image=<a href="http://www.ofbiz:org:8080/images/ofb_logo.gif">http://www.ofbiz:org:8080/images/ofb_logo.gif

Modified: ofbiz/trunk/applications/accounting/data/DemoOrganizationData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoOrganizationData.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/data/DemoOrganizationData.xml (original)
+++ ofbiz/trunk/applications/accounting/data/DemoOrganizationData.xml Sat Oct 20 14:17:45 2007
@@ -20,7 +20,7 @@
 <entity-engine-xml>
     <!-- The main Company Internal Organization -->
     <Party partyId="Company" partyTypeId="PARTY_GROUP"/>
-    <PartyGroup partyId="Company" groupName="Your Company Name Here" logoImageUrl="http://www.ofbiz.org/images/ofbiz_logo.jpg"/>
+    <PartyGroup partyId="Company" groupName="Your Company Name Here" logoImageUrl="http://ofbiz.apache.org/images/ofbiz_logo.jpg"/>
     <PartyRole partyId="Company" roleTypeId="BILL_FROM_VENDOR"/>
     <PartyRole partyId="Company" roleTypeId="BILL_TO_CUSTOMER"/>
     <PartyRole partyId="Company" roleTypeId="INTERNAL_ORGANIZATIO"/>

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl Sat Oct 20 14:17:45 2007
@@ -140,7 +140,7 @@
        <#-- displays page number.  "theEnd" is an id of a fo:block at the very end -->    
            <fo:block font-size="10pt" text-align="center">${uiLabelMap.CommonPage} <fo:page-number/> ${uiLabelMap.CommonOf} <fo:page-number-citation ref-id="theEnd"/></fo:block>
            <fo:block font-size="10pt"/>
-           <fo:block font-size="8pt" text-align="center">Powered by OFBiz at www.ofbiz.org</fo:block>
+           <fo:block font-size="8pt" text-align="center">Powered by OFBiz at ofbiz.apache.org</fo:block>
        </fo:static-content>
        <#-- end of footer -->
       

Modified: ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml (original)
+++ ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/HumanResServices.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
     <!-- Ability Group -->    
      <simple-method method-name="updatePartyQual" short-description="Update Qualification of a Party">        
         <entity-one entity-name="PartyQual" value-name="lookedUpValue"/>

Modified: ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/permission/HumanResPermissionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/permission/HumanResPermissionServices.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/permission/HumanResPermissionServices.xml (original)
+++ ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/permission/HumanResPermissionServices.xml Sat Oct 20 14:17:45 2007
@@ -18,7 +18,7 @@
   -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="humanResManagerPermission" short-description="Check user has Humanres Manager permission">
         <set field="primaryPermission" value="HUMANRES"/>      

Modified: ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml Sat Oct 20 14:17:45 2007
@@ -20,7 +20,7 @@
 
 
 <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/site-conf.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd">
     <include location="component://common/webcommon/WEB-INF/common-controller.xml"/>    
     <description>Human Resources Manager Module Site Configuration File</description>
     <owner>Copyright 2001-2007 The Apache Software Foundation</owner>

Modified: ofbiz/trunk/applications/humanres/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/CommonScreens.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/CommonScreens.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-screen.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd">
     <screen name="main-decorator">
         <section>
             <actions>

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
+       xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
     <form name="ListEmplPositions" type="list" title="" paginate-target="findEmplPositions">
         <actions>
             <entity-condition entity-name="EmplPosition"><order-by field-name="emplPositionId"/></entity-condition>

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml Sat Oct 20 14:17:45 2007
@@ -20,7 +20,7 @@
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
     <form name="ListEmployments" type="list" target="updateEmployment" paginate-target="findEmployment">
         <actions>
             <entity-condition entity-name="Employment"/>

Modified: ofbiz/trunk/applications/humanres/widget/forms/PartyAbilityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PartyAbilityForms.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PartyAbilityForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PartyAbilityForms.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
+       xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
     <form name="ListPartyQuals" type="list" title="" paginate-target="findPartyQuals">
         <actions>
             <entity-condition entity-name="PartyQual"><order-by field-name="partyQualId"/></entity-condition>

Modified: ofbiz/trunk/applications/product/webapp/catalog/find/ExportForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/ExportForms.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/find/ExportForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/find/ExportForms.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
     <form name="ProductsExportToGoogle" type="single" target="searchExportProductListToGoogle">
         <field name="selectResult"><hidden/></field>
         <field name="webSiteUrl"><text size="50" maxlength="250"/></field>

Modified: ofbiz/trunk/framework/base/dtd/base-catalog.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/dtd/base-catalog.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/dtd/base-catalog.xml (original)
+++ ofbiz/trunk/framework/base/dtd/base-catalog.xml Sat Oct 20 14:17:45 2007
@@ -25,8 +25,8 @@
 -->
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
     <!-- <public publicId="-//W3C//DTD SVG 1.0//EN" uri="svg10.dtd"/> -->
-    <system systemId="http://www.ofbiz.org/dtds/component-loader.xsd" uri="component-loader.xsd"/>
-    <system systemId="http://www.ofbiz.org/dtds/jndi-config.xsd" uri="jndi-config.xsd"/>
-    <system systemId="http://www.ofbiz.org/dtds/ofbiz-component.xsd" uri="ofbiz-component.xsd"/>
-    <system systemId="http://www.ofbiz.org/dtds/ofbiz-containers.xsd" uri="ofbiz-containers.xsd"/>
+    <system systemId="http://ofbiz.apache.org/dtds/component-loader.xsd" uri="component-loader.xsd"/>
+    <system systemId="http://ofbiz.apache.org/dtds/jndi-config.xsd" uri="jndi-config.xsd"/>
+    <system systemId="http://ofbiz.apache.org/dtds/ofbiz-component.xsd" uri="ofbiz-component.xsd"/>
+    <system systemId="http://ofbiz.apache.org/dtds/ofbiz-containers.xsd" uri="ofbiz-containers.xsd"/>
 </catalog>

Modified: ofbiz/trunk/framework/entity/dtd/entity-catalog.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/dtd/entity-catalog.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/dtd/entity-catalog.xml (original)
+++ ofbiz/trunk/framework/entity/dtd/entity-catalog.xml Sat Oct 20 14:17:45 2007
@@ -27,9 +27,9 @@
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
   <!-- <public publicId="-//W3C//DTD SVG 1.0//EN" uri="svg10.dtd"/> -->
   
-  <system systemId="http://www.ofbiz.org/dtds/entity-config.xsd" uri="entity-config.xsd"/>                                      
-  <system systemId="http://www.ofbiz.org/dtds/entity-eca.xsd" uri="entity-eca.xsd"/>                                      
-  <system systemId="http://www.ofbiz.org/dtds/entitygroup.xsd" uri="entitygroup.xsd"/>                                      
-  <system systemId="http://www.ofbiz.org/dtds/entitymodel.xsd" uri="entitymodel.xsd"/>                                      
-  <system systemId="http://www.ofbiz.org/dtds/fieldtypemodel.xsd" uri="fieldtypemodel.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/entity-config.xsd" uri="entity-config.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/entity-eca.xsd" uri="entity-eca.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/entitygroup.xsd" uri="entitygroup.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/entitymodel.xsd" uri="entitymodel.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/fieldtypemodel.xsd" uri="fieldtypemodel.xsd"/>                                      
 </catalog>

Modified: ofbiz/trunk/framework/exampleext/widget/example/ExampleForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/exampleext/widget/example/ExampleForms.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/exampleext/widget/example/ExampleForms.xml (original)
+++ ofbiz/trunk/framework/exampleext/widget/example/ExampleForms.xml Sat Oct 20 14:17:45 2007
@@ -18,7 +18,7 @@
 under the License.
 -->
 
-<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
+<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
     <form name="EditExampleExt" type="single"
         target="updateExample" title="" default-map-name="example" default-entity-name="Example"
         extends-resource="component://example/widget/example/ExampleForms.xml" extends="EditExample">

Modified: ofbiz/trunk/framework/exampleext/widget/example/ExampleScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/exampleext/widget/example/ExampleScreens.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/exampleext/widget/example/ExampleScreens.xml (original)
+++ ofbiz/trunk/framework/exampleext/widget/example/ExampleScreens.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-screen.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd">
     
     <screen name="EditExampleExt">
         <section>

Modified: ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml (original)
+++ ofbiz/trunk/framework/minilang/dtd/minilang-catalog.xml Sat Oct 20 14:17:45 2007
@@ -26,5 +26,5 @@
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
   <!-- <public publicId="-//W3C//DTD SVG 1.0//EN" uri="svg10.dtd"/> -->
   
-  <system systemId="http://www.ofbiz.org/dtds/simple-methods.xsd" uri="simple-methods.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/simple-methods.xsd" uri="simple-methods.xsd"/>                                      
 </catalog>

Modified: ofbiz/trunk/framework/service/dtd/service-catalog.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/dtd/service-catalog.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/dtd/service-catalog.xml (original)
+++ ofbiz/trunk/framework/service/dtd/service-catalog.xml Sat Oct 20 14:17:45 2007
@@ -26,9 +26,9 @@
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
   <!-- <public publicId="-//W3C//DTD SVG 1.0//EN" uri="svg10.dtd"/> -->
   
-  <system systemId="http://www.ofbiz.org/dtds/service-config.xsd" uri="service-config.xsd"/>                                      
-  <system systemId="http://www.ofbiz.org/dtds/service-eca.xsd" uri="service-eca.xsd"/>                                      
-  <system systemId="http://www.ofbiz.org/dtds/service-group.xsd" uri="service-group.xsd"/>                                      
-  <system systemId="http://www.ofbiz.org/dtds/service-mca.xsd" uri="service-mca.xsd"/>                                      
-  <system systemId="http://www.ofbiz.org/dtds/services.xsd" uri="services.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/service-config.xsd" uri="service-config.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/service-eca.xsd" uri="service-eca.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/service-group.xsd" uri="service-group.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/service-mca.xsd" uri="service-mca.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/services.xsd" uri="services.xsd"/>                                      
 </catalog>

Modified: ofbiz/trunk/framework/service/dtd/services.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/dtd/services.xsd?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/dtd/services.xsd (original)
+++ ofbiz/trunk/framework/service/dtd/services.xsd Sat Oct 20 14:17:45 2007
@@ -18,7 +18,7 @@
 under the License.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
-    <xs:include schemaLocation="http://www.ofbiz.org/dtds/service-group.xsd"/>
+    <xs:include schemaLocation="http://ofbiz.apache.org/dtds/service-group.xsd"/>
     <xs:element name="services">
         <xs:complexType>
             <xs:sequence>

Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java (original)
+++ ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java Sat Oct 20 14:17:45 2007
@@ -59,7 +59,7 @@
     public static final String module = ModelService.class.getName();
 
     public static final String XSD = "http://www.w3.org/2001/XMLSchema";
-    public static final String TNS = "http://www.ofbiz.org/service/";
+    public static final String TNS = "http://ofbiz.apache.org/service/";
     public static final String OUT_PARAM = "OUT";
     public static final String IN_PARAM = "IN";
 

Modified: ofbiz/trunk/framework/testtools/dtd/testtools-catalog.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/dtd/testtools-catalog.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/dtd/testtools-catalog.xml (original)
+++ ofbiz/trunk/framework/testtools/dtd/testtools-catalog.xml Sat Oct 20 14:17:45 2007
@@ -25,5 +25,5 @@
 -->
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
     <!-- <public publicId="-//W3C//DTD SVG 1.0//EN" uri="svg10.dtd"/> -->
-    <system systemId="http://www.ofbiz.org/dtds/test-suite.xsd" uri="test-suite.xsd"/>
+    <system systemId="http://ofbiz.apache.org/dtds/test-suite.xsd" uri="test-suite.xsd"/>
 </catalog>

Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/TestEvent.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/TestEvent.java?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/TestEvent.java (original)
+++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/TestEvent.java Sat Oct 20 14:17:45 2007
@@ -39,7 +39,7 @@
 
     public static String httpClientTest(HttpServletRequest request, HttpServletResponse response) {
         try {
-            HttpClient http = new HttpClient("http://www.ofbiz.org/cgi-bin/http_test.pl");
+            HttpClient http = new HttpClient("http://ofbiz.apache.org/cgi-bin/http_test.pl");
 
             http.setHeader("Cookie", "name=value,value=name");
             http.setHeader("User-Agent", "Mozilla/4.0");

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelGroupWriter.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelGroupWriter.jsp?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelGroupWriter.jsp (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelGroupWriter.jsp Sat Oct 20 14:17:45 2007
@@ -59,7 +59,7 @@
     }
   } else {
 %><?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE entitygroup PUBLIC "-//OFBiz//DTD Entity Group//EN" "http://www.ofbiz.org/dtds/entitygroup.dtd">
+<!DOCTYPE entitygroup PUBLIC "-//OFBiz//DTD Entity Group//EN" "http://ofbiz.apache.org/dtds/entitygroup.dtd">
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp Sat Oct 20 14:17:45 2007
@@ -53,7 +53,7 @@
         String author = "None";
         String version = "1.0";
 %><?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE entitymodel PUBLIC "-//OFBiz//DTD Entity Model//EN" "http://www.ofbiz.org/dtds/entitymodel.dtd">
+<!DOCTYPE entitymodel PUBLIC "-//OFBiz//DTD Entity Model//EN" "http://ofbiz.apache.org/dtds/entitymodel.dtd">
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelWriter.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelWriter.jsp?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelWriter.jsp (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelWriter.jsp Sat Oct 20 14:17:45 2007
@@ -66,7 +66,7 @@
       String author = "None";
       String version = "1.0";
 %><?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE entitymodel PUBLIC "-//OFBiz//DTD Entity Model//EN" "http://www.ofbiz.org/dtds/entitymodel.dtd">
+<!DOCTYPE entitymodel PUBLIC "-//OFBiz//DTD Entity Model//EN" "http://ofbiz.apache.org/dtds/entitymodel.dtd">
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file

Modified: ofbiz/trunk/framework/widget/dtd/widget-catalog.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-catalog.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-catalog.xml (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-catalog.xml Sat Oct 20 14:17:45 2007
@@ -26,8 +26,8 @@
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
   <!-- <public publicId="-//W3C//DTD SVG 1.0//EN" uri="svg10.dtd"/> -->
   
-  <system systemId="http://www.ofbiz.org/dtds/widget-form.xsd" uri="widget-form.xsd"/>                                      
-  <system systemId="http://www.ofbiz.org/dtds/widget-menu.xsd" uri="widget-menu.xsd"/>                                      
-  <system systemId="http://www.ofbiz.org/dtds/widget-screen.xsd" uri="widget-screen.xsd"/>                                      
-  <system systemId="http://www.ofbiz.org/dtds/widget-tree.xsd" uri="widget-tree.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/widget-form.xsd" uri="widget-form.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/widget-menu.xsd" uri="widget-menu.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/widget-screen.xsd" uri="widget-screen.xsd"/>                                      
+  <system systemId="http://ofbiz.apache.org/dtds/widget-tree.xsd" uri="widget-tree.xsd"/>                                      
 </catalog>

Modified: ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml (original)
+++ ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml Sat Oct 20 14:17:45 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
 
     <form name="selectStarSchema" title="" type="single" target="ReportBuilderSelectStarSchemaFields">
         <actions>

Modified: ofbiz/trunk/specialpurpose/googleCheckout/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googleCheckout/ofbiz-component.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googleCheckout/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/googleCheckout/ofbiz-component.xml Sat Oct 20 14:17:45 2007
@@ -20,7 +20,7 @@
 
 <ofbiz-component name="googlecheckout"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/ofbiz-component.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
     <resource-loader name="main" type="component"/>
     <classpath type="dir" location="script"/>
     <classpath type="dir" location="config"/>

Modified: ofbiz/trunk/specialpurpose/googleCheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googleCheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googleCheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml (original)
+++ ofbiz/trunk/specialpurpose/googleCheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
 
     <simple-method method-name="transmitRequest" short-description="">

Modified: ofbiz/trunk/specialpurpose/googleCheckout/script/org/ofbiz/googleCheckout/ShoppingCartServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googleCheckout/script/org/ofbiz/googleCheckout/ShoppingCartServices.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googleCheckout/script/org/ofbiz/googleCheckout/ShoppingCartServices.xml (original)
+++ ofbiz/trunk/specialpurpose/googleCheckout/script/org/ofbiz/googleCheckout/ShoppingCartServices.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
 
     <simple-method method-name="ConvertOfbizCartToGoogle" short-description="">
         <set field="cart" from-field="parameters.shoppingCart"/>

Modified: ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/services.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
 
     <service name="ConvertOfbizCartToGoogle" engine="simple" invoke="ConvertOfbizCartToGoogle"
         location="org/ofbiz/googleCheckout/ShoppingCartServices.xml">

Modified: ofbiz/trunk/specialpurpose/googleCheckout/widget/GoogleCheckoutScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googleCheckout/widget/GoogleCheckoutScreens.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googleCheckout/widget/GoogleCheckoutScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/googleCheckout/widget/GoogleCheckoutScreens.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-screen.xsd">
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd">
 
     <screen name="CheckoutShoppingCart">
         <section>

Modified: ofbiz/trunk/specialpurpose/oagis/script/org/ofbiz/oagis/OagisMessageServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/script/org/ofbiz/oagis/OagisMessageServices.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/script/org/ofbiz/oagis/OagisMessageServices.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/script/org/ofbiz/oagis/OagisMessageServices.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd">    
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">    
 
     <simple-method method-name="createOagisMessageInfo" short-description="Create MessageInfo">
         <make-value entity-name="OagisMessageInfo" value-name="newEntity"/>

Modified: ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml Sat Oct 20 14:17:45 2007
@@ -19,7 +19,7 @@
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
+       xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
     <form name="ListMessageInfos" type="list" list-name="listIt" title="" paginate-target="FindMessageInfo">
         <actions>
             <set field="entityName" value="OagisMessageInfo"/>

Modified: ofbiz/trunk/specialpurpose/pos/config/jpos.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/config/jpos.xml?rev=586802&r1=586801&r2=586802&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/config/jpos.xml (original)
+++ ofbiz/trunk/specialpurpose/pos/config/jpos.xml Sat Oct 20 14:17:45 2007
@@ -24,9 +24,9 @@
     <!-- Generic POSKeyboard Device Implementation (included w/ OFBiz) -->
     <JposEntry logicalName="GenericKeyboard">
         <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.KeyboardService"/>
-        <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
+        <vendor name="The Open For Business Project" url="http://ofbiz.apache.org"/>
         <jpos category="POSKeyboard" version="1.7"/>
-        <product description="Generic Keyboard Device" name="Keyboard" url="www.ofbiz.org"/>
+        <product description="Generic Keyboard Device" name="Keyboard" url="ofbiz.apache.org"/>
 
         <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
         <prop name="key.VK_ESCAPE" type="String" value="501"/>
@@ -63,9 +63,9 @@
     
     <JposEntry logicalName="GenericScanner">
         <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.ScannerKybService"/>
-        <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
+        <vendor name="The Open For Business Project" url="http://ofbiz.apache.org"/>
         <jpos category="Scanner" version="1.7"/>
-        <product description="Generic Keyboard Wedge Scanner" name="KybScanner" url="www.ofbiz.org"/>
+        <product description="Generic Keyboard Wedge Scanner" name="KybScanner" url="ofbiz.apache.org"/>
 
         <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
         <prop name="BarcodeTypePosition" type="String" value="Prefix"/>
@@ -101,9 +101,9 @@
     <!-- Generic Keyboard Wedge MSR Device (included w/ OFBiz) -->
     <JposEntry logicalName="GenericMsr">
         <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.MsrKybService"/>
-        <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
+        <vendor name="The Open For Business Project" url="http://ofbiz.apache.org"/>
         <jpos category="MSR" version="1.7"/>
-        <product description="Generic Keyboard Wedge Msr" name="KybMsr" url="www.ofbiz.org"/>
+        <product description="Generic Keyboard Wedge Msr" name="KybMsr" url="ofbiz.apache.org"/>
 
         <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
     </JposEntry>
@@ -111,9 +111,9 @@
     <!-- Button Triggered Test MSR Device (included w/ OFBiz) -->
     <JposEntry logicalName="TestMsr">
         <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.MsrTestService"/>
-        <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
+        <vendor name="The Open For Business Project" url="http://ofbiz.apache.org"/>
         <jpos category="MSR" version="1.7"/>
-        <product description="Button Triggered Test Msr" name="TestMsr" url="www.ofbiz.org"/>
+        <product description="Button Triggered Test Msr" name="TestMsr" url="ofbiz.apache.org"/>
 
         <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
     </JposEntry>
@@ -121,9 +121,9 @@
     <!-- Null POSPrinter (included w/ OFBiz) -->
     <JposEntry logicalName="NullReceipt">
         <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.NullPosPrinter"/>
-        <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
+        <vendor name="The Open For Business Project" url="http://ofbiz.apache.org"/>
         <jpos category="Scanner" version="1.2"/>
-        <product description="Null POSPrinter " name="NullPOSPrinter" url="www.ofbiz.org"/>
+        <product description="Null POSPrinter " name="NullPOSPrinter" url="ofbiz.apache.org"/>
 
         <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
     </JposEntry>
@@ -131,9 +131,9 @@
     <!-- Null CashDrawer (included w/ OFBiz) -->
     <JposEntry logicalName="NullCashDrawer">
         <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.NullCashDrawer"/>
-        <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
+        <vendor name="The Open For Business Project" url="http://ofbiz.apache.org"/>
         <jpos category="Scanner" version="1.2"/>
-        <product description="Null CashDrawer " name="NullPOSPrinter" url="www.ofbiz.org"/>
+        <product description="Null CashDrawer " name="NullPOSPrinter" url="ofbiz.apache.org"/>
 
         <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
     </JposEntry>