This is an automated email from the ASF dual-hosted git repository.
mthl pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git The following commit(s) were added to refs/heads/release18.12 by this push: new 79b6830 Reverted: "Fixed: add XML declaration in “web.xml” files (OFBIZ-6993)" 79b6830 is described below commit 79b6830147871d317793ec37844d7708f268b699 Author: Mathieu Lirzin <[hidden email]> AuthorDate: Thu Nov 28 09:48:43 2019 +0100 Reverted: "Fixed: add XML declaration in “web.xml” files (OFBIZ-6993)" This reverts commit 3075027df7c82bcb381810d9d438150ef696254f. --- applications/accounting/webapp/accounting/WEB-INF/web.xml | 2 +- applications/accounting/webapp/ap/WEB-INF/web.xml | 2 +- applications/accounting/webapp/ar/WEB-INF/web.xml | 2 +- applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml | 2 +- applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml | 2 +- applications/content/webapp/content/WEB-INF/web.xml | 2 +- applications/content/webapp/contentimages/WEB-INF/web.xml | 2 +- applications/humanres/webapp/humanres/WEB-INF/web.xml | 2 +- applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml | 2 +- applications/marketing/webapp/marketing/WEB-INF/web.xml | 2 +- applications/marketing/webapp/sfa/WEB-INF/web.xml | 2 +- applications/order/webapp/ordermgr/WEB-INF/web.xml | 2 +- applications/party/webapp/partymgr/WEB-INF/web.xml | 2 +- applications/product/webapp/catalog/WEB-INF/web.xml | 2 +- applications/product/webapp/facility/WEB-INF/web.xml | 2 +- applications/workeffort/webapp/ical/WEB-INF/web.xml | 2 +- applications/workeffort/webapp/workeffort/WEB-INF/web.xml | 2 +- framework/resources/templates/web.xml | 2 +- framework/webtools/webapp/webtools/WEB-INF/web.xml | 2 +- themes/bluelight/webapp/bluelight/WEB-INF/web.xml | 2 +- themes/common-theme/webapp/common/WEB-INF/web.xml | 2 +- themes/common-theme/webapp/images/WEB-INF/web.xml | 2 +- themes/flatgrey/webapp/flatgrey/WEB-INF/web.xml | 2 +- themes/rainbowstone/webapp/rainbowstone/WEB-INF/web.xml | 2 +- themes/tomahawk/webapp/tomahawk/WEB-INF/web.xml | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/applications/accounting/webapp/accounting/WEB-INF/web.xml b/applications/accounting/webapp/accounting/WEB-INF/web.xml index 1e9aba4..b792337 100644 --- a/applications/accounting/webapp/accounting/WEB-INF/web.xml +++ b/applications/accounting/webapp/accounting/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - Accounting Manager</display-name> <description>Accounting Manager Module of the Apache OFBiz Project</description> diff --git a/applications/accounting/webapp/ap/WEB-INF/web.xml b/applications/accounting/webapp/ap/WEB-INF/web.xml index 0d8c7fc..0f12f57 100644 --- a/applications/accounting/webapp/ap/WEB-INF/web.xml +++ b/applications/accounting/webapp/ap/WEB-INF/web.xml @@ -15,7 +15,7 @@ KIND, either express or implied. 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 - Account Payable</display-name> <description>Accounting Payable Module of the Apache OFBiz Project</description> diff --git a/applications/accounting/webapp/ar/WEB-INF/web.xml b/applications/accounting/webapp/ar/WEB-INF/web.xml index f89ea17..23c89e6 100644 --- a/applications/accounting/webapp/ar/WEB-INF/web.xml +++ b/applications/accounting/webapp/ar/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 Receivable</display-name> <description>Accounting Receivable Module of the Apache OFBiz Project</description> diff --git a/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml b/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml index 36b18b1..9691cea 100644 --- a/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml +++ b/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml @@ -19,7 +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> diff --git a/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml b/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml index d99fc30..425ad2e 100644 --- a/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml +++ b/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml @@ -17,7 +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> </web-app> diff --git a/applications/content/webapp/content/WEB-INF/web.xml b/applications/content/webapp/content/WEB-INF/web.xml index 4b81cf9..d271674 100644 --- a/applications/content/webapp/content/WEB-INF/web.xml +++ b/applications/content/webapp/content/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - Content Manager</display-name> <description>Content Manager Module of the Apache OFBiz Project</description> diff --git a/applications/content/webapp/contentimages/WEB-INF/web.xml b/applications/content/webapp/contentimages/WEB-INF/web.xml index a7136b9..35196ca 100644 --- a/applications/content/webapp/contentimages/WEB-INF/web.xml +++ b/applications/content/webapp/contentimages/WEB-INF/web.xml @@ -17,7 +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>Apache OFBiz - Content Empty placeholder</display-name> <description>Empty placeholder, see http://svn.apache.org/viewvc?view=revision&revision=1658621 </description> </web-app> diff --git a/applications/humanres/webapp/humanres/WEB-INF/web.xml b/applications/humanres/webapp/humanres/WEB-INF/web.xml index 30586f9..d4d9e74 100644 --- a/applications/humanres/webapp/humanres/WEB-INF/web.xml +++ b/applications/humanres/webapp/humanres/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - HumanRes Manager</display-name> <description>HumanRes Manager Module of the Apache OFBiz Project</description> diff --git a/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml b/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml index 6241223..25e6f15 100644 --- a/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml +++ b/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - Manufacturing Manager</display-name> <description>Manufacturing Manager Module by TAU Informatica srl</description> diff --git a/applications/marketing/webapp/marketing/WEB-INF/web.xml b/applications/marketing/webapp/marketing/WEB-INF/web.xml index 9d332d6..3d171ff 100644 --- a/applications/marketing/webapp/marketing/WEB-INF/web.xml +++ b/applications/marketing/webapp/marketing/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - Marketing Manager</display-name> <description>Marketing Manager Module of the Apache OFBiz Project</description> diff --git a/applications/marketing/webapp/sfa/WEB-INF/web.xml b/applications/marketing/webapp/sfa/WEB-INF/web.xml index 0fef037..638e06a 100644 --- a/applications/marketing/webapp/sfa/WEB-INF/web.xml +++ b/applications/marketing/webapp/sfa/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - SFA Manager</display-name> <description>SFA Manager Module of the Apache OFBiz Project</description> diff --git a/applications/order/webapp/ordermgr/WEB-INF/web.xml b/applications/order/webapp/ordermgr/WEB-INF/web.xml index 6ad5aa1..41265cc 100644 --- a/applications/order/webapp/ordermgr/WEB-INF/web.xml +++ b/applications/order/webapp/ordermgr/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - Order Manager</display-name> <description>Order Manager Module of the Apache OFBiz Project</description> diff --git a/applications/party/webapp/partymgr/WEB-INF/web.xml b/applications/party/webapp/partymgr/WEB-INF/web.xml index 530e3ff..483a9af 100644 --- a/applications/party/webapp/partymgr/WEB-INF/web.xml +++ b/applications/party/webapp/partymgr/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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"> <description>Party Manager Module of the Apache OFBiz Project</description> <display-name>Apache OFBiz - Party Manager</display-name> diff --git a/applications/product/webapp/catalog/WEB-INF/web.xml b/applications/product/webapp/catalog/WEB-INF/web.xml index 6d0f07d..a79e798 100644 --- a/applications/product/webapp/catalog/WEB-INF/web.xml +++ b/applications/product/webapp/catalog/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - Catalog</display-name> <description>Catalog Module of the Apache OFBiz Project</description> diff --git a/applications/product/webapp/facility/WEB-INF/web.xml b/applications/product/webapp/facility/WEB-INF/web.xml index 6a27b81..0a3464f 100644 --- a/applications/product/webapp/facility/WEB-INF/web.xml +++ b/applications/product/webapp/facility/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - Facility Manager</display-name> <description>Facility Manager Module of the Apache OFBiz Project</description> diff --git a/applications/workeffort/webapp/ical/WEB-INF/web.xml b/applications/workeffort/webapp/ical/WEB-INF/web.xml index 47ed142..b890ca7 100644 --- a/applications/workeffort/webapp/ical/WEB-INF/web.xml +++ b/applications/workeffort/webapp/ical/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - iCalendar Server</display-name> <description>iCalendar Server Module of the Apache OFBiz Project</description> diff --git a/applications/workeffort/webapp/workeffort/WEB-INF/web.xml b/applications/workeffort/webapp/workeffort/WEB-INF/web.xml index 2df2de0..c8aeb25 100644 --- a/applications/workeffort/webapp/workeffort/WEB-INF/web.xml +++ b/applications/workeffort/webapp/workeffort/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - Work Manager</display-name> <description>Work Manager Module of the Apache OFBiz Project</description> diff --git a/framework/resources/templates/web.xml b/framework/resources/templates/web.xml index f64d878..2ca1b35 100644 --- a/framework/resources/templates/web.xml +++ b/framework/resources/templates/web.xml @@ -18,7 +18,7 @@ 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 - @component-resource-name@ Component</display-name> <description>@component-resource-name@ Component of the Apache OFBiz Project</description> diff --git a/framework/webtools/webapp/webtools/WEB-INF/web.xml b/framework/webtools/webapp/webtools/WEB-INF/web.xml index 900ca0e..635897b 100644 --- a/framework/webtools/webapp/webtools/WEB-INF/web.xml +++ b/framework/webtools/webapp/webtools/WEB-INF/web.xml @@ -19,7 +19,7 @@ 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 - Web Tools</display-name> <description>Common Application Components of the Apache OFBiz Project</description> diff --git a/themes/bluelight/webapp/bluelight/WEB-INF/web.xml b/themes/bluelight/webapp/bluelight/WEB-INF/web.xml index eea454d..cf99ec9 100644 --- a/themes/bluelight/webapp/bluelight/WEB-INF/web.xml +++ b/themes/bluelight/webapp/bluelight/WEB-INF/web.xml @@ -18,7 +18,7 @@ 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 - bluelight Visual Theme</display-name> <description>bluelight Visual Theme</description> diff --git a/themes/common-theme/webapp/common/WEB-INF/web.xml b/themes/common-theme/webapp/common/WEB-INF/web.xml index 75ade0c..dd502c7 100644 --- a/themes/common-theme/webapp/common/WEB-INF/web.xml +++ b/themes/common-theme/webapp/common/WEB-INF/web.xml @@ -18,7 +18,7 @@ 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 - Common Theme</display-name> <description>Common Theme</description> diff --git a/themes/common-theme/webapp/images/WEB-INF/web.xml b/themes/common-theme/webapp/images/WEB-INF/web.xml index 593a5f2..54c7c31 100644 --- a/themes/common-theme/webapp/images/WEB-INF/web.xml +++ b/themes/common-theme/webapp/images/WEB-INF/web.xml @@ -18,7 +18,7 @@ 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 - demostore images</display-name> <description>Demo Store Images for the Apache OFBiz Project</description> diff --git a/themes/flatgrey/webapp/flatgrey/WEB-INF/web.xml b/themes/flatgrey/webapp/flatgrey/WEB-INF/web.xml index 0b061ec..9aedae5 100644 --- a/themes/flatgrey/webapp/flatgrey/WEB-INF/web.xml +++ b/themes/flatgrey/webapp/flatgrey/WEB-INF/web.xml @@ -18,7 +18,7 @@ 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 - Flat Grey Visual Theme</display-name> <description>Flat Grey Visual Theme</description> diff --git a/themes/rainbowstone/webapp/rainbowstone/WEB-INF/web.xml b/themes/rainbowstone/webapp/rainbowstone/WEB-INF/web.xml index 4f5bea6..3aea413 100644 --- a/themes/rainbowstone/webapp/rainbowstone/WEB-INF/web.xml +++ b/themes/rainbowstone/webapp/rainbowstone/WEB-INF/web.xml @@ -18,7 +18,7 @@ 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>Open For Business - Rainbowstone Visual Theme</display-name> <description>Rainbowstone Visual Theme</description> diff --git a/themes/tomahawk/webapp/tomahawk/WEB-INF/web.xml b/themes/tomahawk/webapp/tomahawk/WEB-INF/web.xml index 8e16262..33cd723 100644 --- a/themes/tomahawk/webapp/tomahawk/WEB-INF/web.xml +++ b/themes/tomahawk/webapp/tomahawk/WEB-INF/web.xml @@ -18,7 +18,7 @@ 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 - Tomahawk Visual Theme</display-name> <description>Tomahawk Visual Theme</description> |
Free forum by Nabble | Edit this page |