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

tschoening pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new 96ef654  Let's prefer alphabetical order.
96ef654 is described below

commit 96ef6546993a04e954bee4db4f0791a8138f3e00
Author: Thorsten Schöning <[email protected]>
AuthorDate: Mon Jul 20 10:23:38 2020 +0200

    Let's prefer alphabetical order.
---
 src/site/site.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 6941262..c19d505 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -108,18 +108,18 @@
                        />
                        <item   name="Building"
                                        href="/building/index.html">
-                               <item   name="autotools"
-                                               href="/building/autotools.html"
-                               />
                                <item   name="Apache Maven 2"
                                                href="/building/maven.html"
                                />
-                               <item   name="Microsoft vcpkg"
-                                               href="/building/vcpkg.html"
+                               <item   name="Autotools"
+                                               href="/building/autotools.html"
                                />
                                <item   name="CMake"
                                                href="/building/cmake.html"
                                />
+                               <item   name="Microsoft vcpkg"
+                                               href="/building/vcpkg.html"
+                               />
                        </item>
                </menu>
 

Reply via email to