You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/02/10 13:18:12 UTC

[ofbiz-framework] 02/04: Improved: no functional trivial cleaning changes

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 03bc88dd154c1173081c23d25121c8862b7a38a0
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Mon Feb 7 10:47:18 2022 +0100

    Improved: no functional trivial cleaning changes
    
    Removes useless menu-name="secondary" for common-theme webapp
    Removes now useless runtime/patches directory. It was only used with Ant
---
 runtime/patches/README                  | 1 -
 themes/common-theme/ofbiz-component.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/runtime/patches/README b/runtime/patches/README
deleted file mode 100644
index 6214ebb..0000000
--- a/runtime/patches/README
+++ /dev/null
@@ -1 +0,0 @@
-To put your patches, related with the build-dev ant target
\ No newline at end of file
diff --git a/themes/common-theme/ofbiz-component.xml b/themes/common-theme/ofbiz-component.xml
index 75a72d5..5987040 100644
--- a/themes/common-theme/ofbiz-component.xml
+++ b/themes/common-theme/ofbiz-component.xml
@@ -31,7 +31,6 @@ under the License.
     <!-- web applications -->
     <webapp name="common-theme"
         title="common theme"
-        menu-name="secondary"
         server="default-server"
         location="webapp/common"
         mount-point="/common"