Modified: ofbiz/trunk/specialpurpose/example/widget/example/ExampleFeatureScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/ExampleFeatureScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/ExampleFeatureScreens.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/ExampleFeatureScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <!-- list all examplefeatures in a tabular format --> <screen name="FindExampleFeature"> Modified: ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="FindExamples" type="single" target="FindExample" default-entity-name="Example"> <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> Modified: ofbiz/trunk/specialpurpose/example/widget/example/ExampleMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/ExampleMenus.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/ExampleMenus.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/ExampleMenus.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Menu" targetNamespace="http://ofbiz.apache.org/Widget-Menu http://ofbiz.apache.org/dtds/widget-menu-ns.xsd"> <menu name="ExampleAppBar" title="${uiLabelMap.ExampleApplication}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml"> <menu-item name="ExampleMenuItem" title="${uiLabelMap.ExampleExample}"> <link target="FindExample"/> Modified: ofbiz/trunk/specialpurpose/example/widget/example/ExampleScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/ExampleScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/ExampleScreens.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/ExampleScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <!-- list all examples in a tabular format --> <screen name="FindExample"> Modified: ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="DateTimeFieldsExampleForm" type="single" title=""> <actions> Modified: ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="FormWidgetExamples"> <section> Modified: ofbiz/trunk/specialpurpose/example/widget/example/PortletEditForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/PortletEditForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/PortletEditForms.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/PortletEditForms.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="ExamplePortlet1Edit" extends="CommonPortletEdit" extends-resource="component://common/widget/PortletEditForms.xml"> <field name="ItemsToShow"> Modified: ofbiz/trunk/specialpurpose/example/widget/example/PortletScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/PortletScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/PortletScreens.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/PortletScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="ExamplePortlet1"> <section> Modified: ofbiz/trunk/specialpurpose/exampleext/webapp/exampleext/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/exampleext/webapp/exampleext/WEB-INF/controller.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/exampleext/webapp/exampleext/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/exampleext/webapp/exampleext/WEB-INF/controller.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> + xmlns="http://ofbiz.apache.org/Site-Conf" targetNamespace="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf-ns.xsd"> <include location="component://example/webapp/example/WEB-INF/controller.xml"/> <description>Extended Catalog Manager Controller Configuration File</description> Modified: ofbiz/trunk/specialpurpose/exampleext/widget/example/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/exampleext/widget/example/CommonScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/exampleext/widget/example/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/exampleext/widget/example/CommonScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="main-decorator"> <section> Modified: ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleForms.xml (original) +++ ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleForms.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> -<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="EditExampleExt" extends="EditExample" extends-resource="component://example/widget/example/ExampleForms.xml"> Modified: ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleMenus.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleMenus.xml (original) +++ ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleMenus.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> -<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> +<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Widget-Menu" targetNamespace="http://ofbiz.apache.org/Widget-Menu http://ofbiz.apache.org/dtds/widget-menu-ns.xsd"> <menu name="EditExample" extends="EditExample" extends-resource="component://example/widget/example/ExampleMenus.xml"> <menu-item name="EditExampleOriginal" title="${uiLabelMap.ExampleOriginalExample}"> Modified: ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleScreens.xml (original) +++ ofbiz/trunk/specialpurpose/exampleext/widget/example/ExampleScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="EditExampleExt"> <section> Modified: ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseEvents.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseEvents.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseEvents.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseEvents.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="startStopScheduledGbase" short-description="Start or Stop Auto Update to Googlebase Scheduled"> <entity-and list="jobSandboxs" entity-name="JobSandbox"> <field-map field-name="serviceName" value="autoUpdateToGoogleBase"/> Modified: ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseServices.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseServices.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/minilang/GooglebaseServices.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="autoUpdateToGoogleBase" short-description="Auto update to google base" > <call-class-method method-name="getPropertyValue" class-name="org.ofbiz.base.util.UtilProperties" ret-field="productStoreIds"> <string value="autoUpdateToGoogleBase.properties"/> Modified: ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/controller.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/controller.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> + xmlns="http://ofbiz.apache.org/Site-Conf" targetNamespace="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf-ns.xsd"> <include location="component://product/webapp/catalog/WEB-INF/controller.xml"/> <description>Google Base Component Site Configuration File</description> Modified: ofbiz/trunk/specialpurpose/googlebase/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/CommonScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/widget/CommonScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="main-decorator"> <section> Modified: ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form id="productsExportToGoogle" name="ProductsExportToGoogle" type="single" target="searchExportProductListToGoogle" header-row-style="header-row" default-table-style="basic-table"> <actions> Modified: ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseMenus.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseMenus.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseMenus.xml Tue Jun 21 11:14:16 2016 @@ -17,7 +17,7 @@ KIND, either express or implied. See th specific language governing permissions and limitations under the License. --> -<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> +<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Widget-Menu" targetNamespace="http://ofbiz.apache.org/Widget-Menu http://ofbiz.apache.org/dtds/widget-menu-ns.xsd"> <menu name="GoogleBaseAppBar" title="${uiLabelMap.GoogleBaseApplication}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml"> <menu-item name="GoogleBaseConfigs" title="${uiLabelMap.GoogleBaseConfiguration}"><link target="EditGoogleBaseConfigs"/></menu-item> <menu-item name="googlebase" title="${uiLabelMap.GoogleBaseExportToGoogle}"><link target="advancedsearch"/></menu-item> Modified: ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="advancedsearch"> <section> Modified: ofbiz/trunk/specialpurpose/googlecheckout/minilang/PrepareXMLTemplate.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/minilang/PrepareXMLTemplate.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlecheckout/minilang/PrepareXMLTemplate.xml (original) +++ ofbiz/trunk/specialpurpose/googlecheckout/minilang/PrepareXMLTemplate.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="transmitRequest" short-description="" login-required="false"> Modified: ofbiz/trunk/specialpurpose/googlecheckout/minilang/ShoppingCartServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/minilang/ShoppingCartServices.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlecheckout/minilang/ShoppingCartServices.xml (original) +++ ofbiz/trunk/specialpurpose/googlecheckout/minilang/ShoppingCartServices.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="ConvertOfbizCartToGoogle" short-description="" login-required="false"> <set field="cart" from-field="parameters.shoppingCart"/> Modified: ofbiz/trunk/specialpurpose/googlecheckout/webapp/googlecheckout/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/webapp/googlecheckout/WEB-INF/controller.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlecheckout/webapp/googlecheckout/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/googlecheckout/webapp/googlecheckout/WEB-INF/controller.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> + xmlns="http://ofbiz.apache.org/Site-Conf" targetNamespace="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf-ns.xsd"> <include location="component://common/webcommon/WEB-INF/common-controller.xml"/> <description>Google Checkout Component Site Configuration File</description> Modified: ofbiz/trunk/specialpurpose/googlecheckout/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/widget/CommonScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlecheckout/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/googlecheckout/widget/CommonScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="main-decorator"> <section> Modified: ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutForms.xml (original) +++ ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutForms.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="ListGoogleCheckoutConfigurations" type="list" list-name="googleCheckoutConfigurations" target="updateGoogleCheckoutConfiguration" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> Modified: ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutMenus.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutMenus.xml (original) +++ ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutMenus.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Menu" targetNamespace="http://ofbiz.apache.org/Widget-Menu http://ofbiz.apache.org/dtds/widget-menu-ns.xsd"> <menu name="GoogleCheckoutAppBar" title="${uiLabelMap.GoogleCheckoutApplication}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml"> <menu-item name="GoogleCheckoutConfigurations" title="${uiLabelMap.GoogleCheckoutGoogleCheckoutConfiguration}"><link target="GoogleCheckoutConfigurations"/></menu-item> <menu-item name="GoogleCheckoutShippingMethods" title="${uiLabelMap.GoogleCheckoutShippingMethods}"><link target="GoogleCheckoutShippingMethods"/></menu-item> Modified: ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml (original) +++ ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="CheckoutShoppingCart"> <section> Modified: ofbiz/trunk/specialpurpose/hhfacility/minilang/FacilityServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/minilang/FacilityServices.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/minilang/FacilityServices.xml (original) +++ ofbiz/trunk/specialpurpose/hhfacility/minilang/FacilityServices.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="tc_ProductExists" short-description="Check Product Exists" login-required="false"> <set from-field="parameters.productId" field="productIdMap.productId"/> Modified: ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/controller.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/controller.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> + xmlns="http://ofbiz.apache.org/Site-Conf" targetNamespace="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf-ns.xsd"> <include location="component://common/webcommon/WEB-INF/common-controller.xml"/> <description>Facility Handheld Demo</description> Modified: ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml (original) +++ ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="ListFacilities" type="list" list-name="facilities" paginate-target="main" default-title-style="tableheadtext"> Modified: ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml (original) +++ ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="GlobalDecorator"> <section> Modified: ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/controller.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/controller.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> + xmlns="http://ofbiz.apache.org/Site-Conf" targetNamespace="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf-ns.xsd"> <!-- The controller elements that are common to all OFBiz components can be found in the following xml file. A component can override the elements found in the common-controller.xml file. --> Modified: ofbiz/trunk/specialpurpose/lucene/widget/LuceneForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/widget/LuceneForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/lucene/widget/LuceneForms.xml (original) +++ ofbiz/trunk/specialpurpose/lucene/widget/LuceneForms.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="IndexContentDocuments" target="indexContentTree" title="" type="single" header-row-style="header-row" default-table-style="basic-table"> <field name="submitButton" title="${uiLabelMap.ContentIndexAll}" widget-style="smallSubmit" position="1"><submit button-type="button"/></field> Modified: ofbiz/trunk/specialpurpose/lucene/widget/LuceneMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/widget/LuceneMenus.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/lucene/widget/LuceneMenus.xml (original) +++ ofbiz/trunk/specialpurpose/lucene/widget/LuceneMenus.xml Tue Jun 21 11:14:16 2016 @@ -17,7 +17,7 @@ KIND, either express or implied. See th specific language governing permissions and limitations under the License. --> -<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> +<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Widget-Menu" targetNamespace="http://ofbiz.apache.org/Widget-Menu http://ofbiz.apache.org/dtds/widget-menu-ns.xsd"> <menu name="cms" default-menu-item-name="content" default-permission-operation="HAS_AUTHOR_ROLE|CONTENT_ADMIN" default-permission-entity-action="_ADMIN" default-associated-content-id="${userLogin.userLoginId}" Modified: ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml (original) +++ ofbiz/trunk/specialpurpose/lucene/widget/LuceneScreens.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="commonCmsDecorator"> <section> Modified: ofbiz/trunk/specialpurpose/myportal/minilang/Events.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/minilang/Events.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/minilang/Events.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/minilang/Events.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="createRegister" short-description="Create person when new register" login-required="false"> Modified: ofbiz/trunk/specialpurpose/myportal/minilang/MyPortalServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/minilang/MyPortalServices.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/minilang/MyPortalServices.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/minilang/MyPortalServices.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="portalPermissionIsEmployee" short-description="check permission for Employee"> <set field="hasPermission" value="true" type="Boolean"/> Modified: ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> + xmlns="http://ofbiz.apache.org/Site-Conf" targetNamespace="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf-ns.xsd"> <!-- take care: later requests/views will overwrite earlier ones in the controller.xml list --> <!-- so the order should be from most common to most specific--> <include location="component://common/webcommon/WEB-INF/common-controller.xml"/> Modified: ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="main-decorator"> <section> <actions> Modified: ofbiz/trunk/specialpurpose/myportal/widget/MyPortalMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/MyPortalMenus.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/widget/MyPortalMenus.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/widget/MyPortalMenus.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Menu" targetNamespace="http://ofbiz.apache.org/Widget-Menu http://ofbiz.apache.org/dtds/widget-menu-ns.xsd"> <menu name="MyPortalAppBar" title="${uiLabelMap.PageTitleMyPortal} ${partyNameView.personalTitle} ${partyNameView.firstName} ${partyNameView.middleName} ${partyNameView.lastName} ${partyNameView.groupName}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml"> Modified: ofbiz/trunk/specialpurpose/myportal/widget/PortalAdmForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/PortalAdmForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/widget/PortalAdmForms.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/widget/PortalAdmForms.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="FindPortalPages" type="single" target="FindPortalPage" default-entity-name="PortalPage"> <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> Modified: ofbiz/trunk/specialpurpose/myportal/widget/PortalAdmScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/PortalAdmScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/widget/PortalAdmScreens.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/widget/PortalAdmScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <!-- list all PortalPage in a tabular format --> Modified: ofbiz/trunk/specialpurpose/oagis/minilang/OagisMessageServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/minilang/OagisMessageServices.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/oagis/minilang/OagisMessageServices.xml (original) +++ ofbiz/trunk/specialpurpose/oagis/minilang/OagisMessageServices.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="createOagisMessageInfo" short-description="Create MessageInfo"> <make-value entity-name="OagisMessageInfo" value-field="newEntity"/> Modified: ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/controller.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/controller.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> + xmlns="http://ofbiz.apache.org/Site-Conf" targetNamespace="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf-ns.xsd"> <include location="component://common/webcommon/WEB-INF/common-controller.xml"/> <description>Oagis Component Site Configuration File</description> Modified: ofbiz/trunk/specialpurpose/oagis/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/CommonScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/oagis/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/oagis/widget/CommonScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="main-decorator"> <section> <actions> Modified: ofbiz/trunk/specialpurpose/oagis/widget/EmailOagisMessageScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/EmailOagisMessageScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/oagis/widget/EmailOagisMessageScreens.xml (original) +++ ofbiz/trunk/specialpurpose/oagis/widget/EmailOagisMessageScreens.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="InventoryMismatchNotice"> <section> <actions> Modified: ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml (original) +++ ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="FindMessageInfo"> <section> <actions> Modified: ofbiz/trunk/specialpurpose/oagis/widget/OagisMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/OagisMenus.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/oagis/widget/OagisMenus.xml (original) +++ ofbiz/trunk/specialpurpose/oagis/widget/OagisMenus.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Menu" targetNamespace="http://ofbiz.apache.org/Widget-Menu http://ofbiz.apache.org/dtds/widget-menu-ns.xsd"> <menu name="OagisAppBar" title="${uiLabelMap.OagisApplication}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml"> <menu-item name="MessageInfos" title="${uiLabelMap.OagisMessageInfo}"><link target="FindMessageInfo"/></menu-item> <menu-item name="MessageErrorInfos" title="${uiLabelMap.OagisMessageErrorInfo}"><link target="FindMessageErrorInfo"/></menu-item> Modified: ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml (original) +++ ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="ListMessageInfos" type="list" list-name="listIt" title="" paginate-target="FindMessageInfo" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> Modified: ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/controller-passport.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/controller-passport.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/controller-passport.xml (original) +++ ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/controller-passport.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> + xmlns="http://ofbiz.apache.org/Site-Conf" targetNamespace="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf-ns.xsd"> <!-- GitHub requests --> <request-map uri="gitHubRedirect"> Modified: ofbiz/trunk/specialpurpose/passport/widget/PassportScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/passport/widget/PassportScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/passport/widget/PassportScreens.xml (original) +++ ofbiz/trunk/specialpurpose/passport/widget/PassportScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <!-- ++++++ Third Party Logins ++++++ --> Modified: ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectPermissionServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectPermissionServices.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectPermissionServices.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectPermissionServices.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="projectMgrRequestPermission" short-description="Make sure the sure the user can read the requests for the projects"> <if-has-permission permission="PROJECTMGR" action="ADMIN"> Modified: ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectServices.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectServices.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectServices.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="createProject" short-description="Create a project"> <if-not-empty field="parameters.templateId"> Modified: ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectSimpleEvents.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectSimpleEvents.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectSimpleEvents.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/minilang/ProjectSimpleEvents.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ under the License. --> -<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> +<simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="CreateCustRequestAndAssignTaskToPerson" short-description=""> <set field="parameters.statusId" value="CRQ_ACCEPTED"/><!-- entered by employee, should only enter accepted customer requests --> <if-not-empty field="parameters.communicationEventId"> Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> + xmlns="http://ofbiz.apache.org/Site-Conf" targetNamespace="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf-ns.xsd"> <include location="component://product/webapp/catalog/WEB-INF/controller.xml"/> <include location="component://order/webapp/ordermgr/WEB-INF/controller.xml"/> <include location="component://accounting/webapp/accounting/WEB-INF/controller.xml"/> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="main-decorator"> <section> <actions> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="ProjectRequestList"> <section> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectMenus.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectMenus.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectMenus.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Menu" targetNamespace="http://ofbiz.apache.org/Widget-Menu http://ofbiz.apache.org/dtds/widget-menu-ns.xsd"> <menu name="ProjectMgrAppBar" title="${uiLabelMap.ProjectMgr}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml"> <menu-item name="mytasks" title="${uiLabelMap.WorkEffortMyTasks}"><link target="MyTasks"/></menu-item> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="ListSubProjects"> <section> <actions> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/ResourceScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/ResourceScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/ResourceScreens.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/ResourceScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="FindResource"> <section> <actions> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/SurveyScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/SurveyScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/SurveyScreens.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/SurveyScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="TestWorkEffortSurvey"> <section> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/TaskScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/TaskScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/TaskScreens.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/TaskScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="Dependencies"> <section> <actions> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="FindTimeSheet"> <section> <actions> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/WorkEffortTrees.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/WorkEffortTrees.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/WorkEffortTrees.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/WorkEffortTrees.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <trees xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-tree.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Tree" targetNamespace="http://ofbiz.apache.org/Widget-Tree http://ofbiz.apache.org/dtds/widget-tree-ns.xsd"> <tree name="TreeWorkEffort" root-node-name="node-root" entity-name="WorkEffort" default-render-style="simple" default-wrap-style="treeWrapper"> <node name="node-root" entity-name="WorkEffort" render-style="expand-collapse"> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="ListRequests" type="list" extends="ListRequestList" extends-resource="component://order/widget/ordermgr/CustRequestForms.xml" paginate-target="requestlist" > <field name="createTaskFromRequest" title="${uiLabelMap.ProjectMgrCreateTaskFromRequest}" widget-style="buttontext"> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="EditProject" type="single" target="updateProject" default-map-name="projectInfo" header-row-style="header-row" default-table-style="basic-table"> <actions> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ResourceForms.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="FindResource" type="single" target="FindResource" header-row-style="header-row" default-table-style="basic-table"> <field name="resourceName" parameter-name="partyId" title="${uiLabelMap.ProjectMgrResourceName}"><text/></field> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="EditTask" type="single" target="updateTask" default-map-name="task"> <alt-target use-when="myTask!=void && parameters.get("workEffortParentId")!=null" target="createMyTask"/> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="EditWeekTimesheet" type="multi" list-name="timeEntries" use-row-submit="true" separate-columns="true" target="update${my}Timesheet" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <row-actions> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="createSprint" short-description="Create Sprint"> <!-- Permission Check --> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/ScrumPermissionServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/ScrumPermissionServices.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/ScrumPermissionServices.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/ScrumPermissionServices.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="scrumPermissionCheck" short-description="general service to check access to the scrum component"> <set field="primaryPermission" value="SCRUM"/> <set field="hasPermission" value="true" type="Boolean"/> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/ScrumServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/ScrumServices.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/ScrumServices.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/ScrumServices.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="updateSprintBacklogseq" short-description="Update the portal page sequence numbers"> <if-compare field="parameters.statusId" operator="equals" value="Any"> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/DailyMeetingMinuteTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/DailyMeetingMinuteTests.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/test/DailyMeetingMinuteTests.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/test/DailyMeetingMinuteTests.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="testDailyMinute" short-description="Daily Meeting Minute Test" login-required="false"> <entity-one value-field="userLogin" entity-name="UserLogin"> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/MyWorkTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/MyWorkTests.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/test/MyWorkTests.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/test/MyWorkTests.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="testUpdateTimesheetEntryByWorkeffortNotComplete" short-description="Test update timesheet entry by workeffort" login-required="false"> <entity-one value-field="userLogin" entity-name="UserLogin"> <field-map field-name="userLoginId" value="scrumteam1"/> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductBacklogTest.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductBacklogTest.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductBacklogTest.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductBacklogTest.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="testCreateProductBacklogByAdmin" short-description="Test Create Product Backlog" login-required="false"> <entity-one value-field="userLogin" entity-name="UserLogin"> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductTest.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductTest.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductTest.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/test/ProductTest.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="testCreateProductByAdmin" short-description="" login-required="false"> <entity-one value-field="userLogin" entity-name="UserLogin"> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/QATests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/QATests.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/test/QATests.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/test/QATests.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="testCreateTestTask" short-description="" login-required="false"> <entity-one value-field="userLogin" entity-name="UserLogin"> <field-map field-name="userLoginId" value="testadmin"/> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumProjectTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumProjectTests.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumProjectTests.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumProjectTests.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="testCreateScrumProjectByProductOwner" short-description="Test Create Scrum Project" login-required="false"> <entity-one value-field="userLogin" entity-name="UserLogin"> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumTests.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumTests.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/test/ScrumTests.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="testFindProjectWithSearchParameters" short-description="Test find project service on certain search parameters" login-required="false"> <set field="searchParameters.workEffortTypeId" value="SCRUM_PROJECT"/> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintBacklogTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintBacklogTests.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintBacklogTests.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintBacklogTests.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="testcreateSprintBacklogByAdmin" short-description="" login-required="false"> <entity-one value-field="userLogin" entity-name="UserLogin"> <field-map field-name="userLoginId" value="admin"/> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintTests.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintTests.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/test/SprintTests.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="testUpdateSprintBacklog" short-description="Update Sprint Backlog" login-required="false"> <entity-one value-field="userLogin" entity-name="UserLogin"> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/TaskTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/TaskTests.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/test/TaskTests.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/test/TaskTests.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="testViewScrumRevision" short-description="Test View Scrum Revision" login-required="false"> <entity-one value-field="userLogin" entity-name="UserLogin"> Modified: ofbiz/trunk/specialpurpose/scrum/minilang/test/TimesheetTests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/test/TimesheetTests.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/minilang/test/TimesheetTests.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/minilang/test/TimesheetTests.xml Tue Jun 21 11:14:16 2016 @@ -19,7 +19,7 @@ under the License. --> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd"> + xmlns="http://ofbiz.apache.org/Simple-Method" targetNamespace="http://ofbiz.apache.org/Simple-Method http://ofbiz.apache.org/dtds/simple-methods-ns.xsd"> <simple-method method-name="testTimesheetToComplete" short-description="Test set timesheet status to complete" login-required="false"> <entity-one value-field="userLogin" entity-name="UserLogin"> Modified: ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> + xmlns="http://ofbiz.apache.org/Site-Conf" targetNamespace="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf-ns.xsd"> <include location="component://common/webcommon/WEB-INF/common-controller.xml" /> <include location="component://humanres/webapp/humanres/WEB-INF/controller.xml" /> <include Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> + xmlns="http://ofbiz.apache.org/Site-Conf" targetNamespace="http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf-ns.xsd"> <!-- The controller elements that are common to all OFBiz components can be found in the following xml file. A component can override the elements found in the common-controller.xml file. --> Modified: ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="main-decorator"> <section> Modified: ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Form" targetNamespace="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form-ns.xsd"> <form name="EditEmail" type="single" target="${target}" default-map-name="communicationEvent" id="updateEmailForProductBacklog"> <actions> Modified: ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml?rev=1749488&r1=1749487&r2=1749488&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml Tue Jun 21 11:14:16 2016 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> + xmlns="http://ofbiz.apache.org/Widget-Screen" targetNamespace="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen-ns.xsd"> <screen name="ActiveSprintNotification"> <section> |
Free forum by Nabble | Edit this page |