Author: jleroux
Date: Sat Jan 23 11:52:08 2016
New Revision: 1726388
URL: http://svn.apache.org/viewvc?rev=1726388&view=rev
Log:
Temporary fix for "UtilXml.LocalResolver.resolveEntity] could not find LOCAL
DTD/Schema with publicId [null] and the file/resource is [web-app_3_0.xsd]" -
https://issues.apache.org/jira/browse/OFBIZ-6807
As suggested by Deepak keeps only <<web-app version="3.0">> in web.xml files
instead of whole xmlns and schemaLocation.
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml
ofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/web.xml
ofbiz/trunk/applications/accounting/webapp/ar/WEB-INF/web.xml
ofbiz/trunk/applications/commonext/webapp/WEB-INF/web.xml
ofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml
ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml
ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml
ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml
ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/web.xml
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml
ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/web.xml
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml
ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml
ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml
ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml
ofbiz/trunk/applications/workeffort/webapp/ical/WEB-INF/web.xml
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml
ofbiz/trunk/framework/images/webapp/images/WEB-INF/web.xml
ofbiz/trunk/framework/resources/templates/web.xml
ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/assetmaint/webapp/ismgr/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomclone/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomseo/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/exampleext/webapp/exampleext/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/googlecheckout/webapp/googlecheckout/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/solr/webapp/solr/WEB-INF/web.xml
ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/web.xml
ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/WEB-INF/web.xml
ofbiz/trunk/themes/bluelight/webapp/bluelight/WEB-INF/web.xml
ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/WEB-INF/web.xml
ofbiz/trunk/themes/flatgrey/webapp/flatgrey/WEB-INF/web.xml
ofbiz/trunk/themes/multiflex/webapp/multiflex/WEB-INF/web.xml
ofbiz/trunk/themes/tomahawk/webapp/tomahawk/WEB-INF/web.xml
Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Accounting Manager</display-name>
<description>Accounting Manager Module of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -15,11 +15,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Account Payable</display-name>
<description>Accounting Payable Module of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/applications/accounting/webapp/ar/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/ar/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/ar/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/ar/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Account Receivable</display-name>
<description>Accounting Receivable Module of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/applications/commonext/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/webapp/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/webapp/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/commonext/webapp/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Common application extension</display-name>
<description>Common application extension Module of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -19,11 +19,7 @@
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Setup Manager</display-name>
<description>Setup Manager Module of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -17,11 +17,7 @@
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Empty placeholder</display-name>
<description>Empty placeholder, see
http://svn.apache.org/viewvc?view=revision&revision=1612202 </description>
<session-config>
Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Content Manager</display-name>
<description>Content Manager Module of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -17,11 +17,7 @@
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name> version="3.0"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Modified: ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/web.xml Sat Jan
23 11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - HumanRes Manager</display-name>
<description>HumanRes Manager Module of the Apache OFBiz
Project</description>
Modified:
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
Sat Jan 23 11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Manufacturing Manager</display-name>
<description>Manufacturing Manager Module by TAU Informatica
srl</description>
Modified: ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml Sat Jan
23 11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Marketing Manager</display-name>
<description>Marketing Manager Module of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - SFA Manager</display-name>
<description>SFA Manager Module of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Order Manager</display-name>
<description>Order Manager Module of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<description>Party Manager Module of the Apache OFBiz Project</description>
<display-name>Apache OFBiz - Party Manager</display-name>
Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Catalog</display-name>
<description>Catalog Module of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Facility Manager</display-name>
<description>Facility Manager Module of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/applications/workeffort/webapp/ical/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/ical/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/ical/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/workeffort/webapp/ical/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - iCalendar Server</display-name>
<description>iCalendar Server Module of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Work Manager</display-name>
<description>Work Manager Module of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/framework/images/webapp/images/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/WEB-INF/web.xml (original)
+++ ofbiz/trunk/framework/images/webapp/images/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - demostore images</display-name>
<description>Demo Store Images for the Apache OFBiz Project</description>
Modified: ofbiz/trunk/framework/resources/templates/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/resources/templates/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/framework/resources/templates/web.xml (original)
+++ ofbiz/trunk/framework/resources/templates/web.xml Sat Jan 23 11:52:08 2016
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - @component-resource-name@
Component</display-name>
<description>@component-resource-name@ Component of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Web Tools</display-name>
<description>Common Application Components of the Apache OFBiz
Project</description>
Modified:
ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -18,11 +18,7 @@
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Asset Maintenance</display-name>
<description>Asset Management component of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/specialpurpose/assetmaint/webapp/ismgr/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/webapp/ismgr/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/webapp/ismgr/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/assetmaint/webapp/ismgr/WEB-INF/web.xml Sat Jan
23 11:52:08 2016
@@ -18,11 +18,7 @@
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Information Systems</display-name>
<description>Information Systems Management application of the Apache
OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/web.xml Sat Jan 23 11:52:08
2016
@@ -18,11 +18,7 @@
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Business Intelligence</display-name>
<description>Business Intelligence component of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/birt/webapp/accounting/WEB-INF/web.xml Sat Jan
23 11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Accounting Manager</display-name>
<description>Accounting Manager Module of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/birt/webapp/birt/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - BIRT Component</display-name>
<description>BIRT Component of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/birt/webapp/facility/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Facility Manager</display-name>
<description>Facility Manager Module of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Order Manager</display-name>
<description>Order Manager Module of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/WEB-INF/web.xml Sat Jan
23 11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - CMS Site</display-name>
<description>CMS Site for the Apache OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Ebay</display-name>
<description>eBay component of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - eBay Store</display-name>
<description>eBay Store component of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomclone/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomclone/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomclone/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomclone/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - demostore</display-name>
<description>Cloned Demo Store for the Apache OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - demostore</display-name>
<description>Demo Store for the Apache OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomseo/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomseo/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomseo/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomseo/WEB-INF/web.xml Sat Jan
23 11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - demostore</display-name>
<description>Demo Store for the Apache OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/example/webapp/example/WEB-INF/web.xml Sat Jan
23 11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Example Application</display-name>
<description>Example Application of the Apache OFBiz Project</description>
Modified:
ofbiz/trunk/specialpurpose/exampleext/webapp/exampleext/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/exampleext/webapp/exampleext/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/exampleext/webapp/exampleext/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/exampleext/webapp/exampleext/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Extended Example Application</display-name>
<description>Extended Example Application of the Apache OFBiz
Project</description>
Modified:
ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Google Base</display-name>
<description>Google Base component of the Apache OFBiz
Project</description>
Modified:
ofbiz/trunk/specialpurpose/googlecheckout/webapp/googlecheckout/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/webapp/googlecheckout/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
---
ofbiz/trunk/specialpurpose/googlecheckout/webapp/googlecheckout/WEB-INF/web.xml
(original)
+++
ofbiz/trunk/specialpurpose/googlecheckout/webapp/googlecheckout/WEB-INF/web.xml
Sat Jan 23 11:52:08 2016
@@ -18,11 +18,7 @@
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Google Checkout</display-name>
<description>Google Checkout component of the Apache OFBiz
Project</description>
Modified:
ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Facility Handheld Application</display-name>
<description>Facility Handheld Application</description>
Modified: ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/lucene/webapp/content/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Lucene Component</display-name>
<description>Lucene Component of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/web.xml Sat Jan
23 11:52:08 2016
@@ -19,11 +19,7 @@
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - My Page</display-name>
<description>My Portal component of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -18,11 +18,7 @@
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Open Oagis - Oagis Implementation</display-name>
<description>Oagis Implementation component of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml Sat Jan
23 11:52:08 2016
@@ -19,11 +19,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Passport Component</display-name>
<description>Passport Component of the Apache OFBiz Project</description>
</web-app>
\ No newline at end of file
Modified:
ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -18,11 +18,7 @@
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Project Management</display-name>
<description>Project Management component of the Apache OFBiz
Project</description>
Modified: ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -17,11 +17,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - scrum Component</display-name>
<description>scrum Component of the Apache OFBiz Project
Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -17,11 +17,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - scrum Component</display-name>
<description>scrum Component of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/specialpurpose/solr/webapp/solr/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/solr/webapp/solr/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/solr/webapp/solr/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -15,11 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Solr Component</display-name>
Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -18,11 +18,7 @@
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Web Pos</display-name>
<description>Web Pos component of the Apache OFBiz Project</description>
Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/WEB-INF/web.xml Sat Jan
23 11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - It's Bizzness Time Visual Theme</display-name>
<description>It's bizzness, it's bizzness time. I couldn't have said it
better myself. This theme gets down</description>
Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/WEB-INF/web.xml (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - bluelight Visual Theme</display-name>
<description>bluelight Visual Theme</description>
Modified:
ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/WEB-INF/web.xml
(original)
+++ ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/WEB-INF/web.xml Sat
Jan 23 11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Bread Crumbs Visual Theme</display-name>
<description>Bread Crumbs Visual Theme</description>
Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/WEB-INF/web.xml (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Flat Grey Visual Theme</display-name>
<description>Flat Grey Visual Theme</description>
Modified: ofbiz/trunk/themes/multiflex/webapp/multiflex/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/multiflex/webapp/multiflex/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/themes/multiflex/webapp/multiflex/WEB-INF/web.xml (original)
+++ ofbiz/trunk/themes/multiflex/webapp/multiflex/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - multiflex Ecommerce Visual Theme</display-name>
<description>multiflex Ecommerce Visual Theme</description>
Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/WEB-INF/web.xml?rev=1726388&r1=1726387&r2=1726388&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/WEB-INF/web.xml (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/WEB-INF/web.xml Sat Jan 23
11:52:08 2016
@@ -18,11 +18,7 @@ specific language governing permissions
under the License.
-->
-<web-app version="3.0"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+<web-app version="3.0">
<display-name>Apache OFBiz - Tomahawk Visual Theme</display-name>
<description>Tomahawk Visual Theme</description>