You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2021/10/25 06:45:57 UTC

[freemarker] branch 2.3-gae updated: README update: dom4j-*.jar order is not a concern anymore, as the version now we use doesn't embed Jaxen anymore.

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

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new 5821339  README update: dom4j-*.jar order is not a concern anymore, as the version now we use doesn't embed Jaxen anymore.
5821339 is described below

commit 5821339c3188e8083af1fc72e17b34d09af09fcb
Author: ddekany <dd...@apache.org>
AuthorDate: Mon Oct 25 08:45:48 2021 +0200

    README update: dom4j-*.jar order is not a concern anymore, as the version now we use doesn't embed Jaxen anymore.
---
 README.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/README.md b/README.md
index e69905c..e5f87ac 100644
--- a/README.md
+++ b/README.md
@@ -191,10 +191,6 @@ Below you find the step-by-step setup for Eclipse (originally done on Mars.1):
       - Edit "JRE System Library [...]" to "Execution Environment" "JavaSE 1.8"
       - Add all jar-s that are directly under the "ide-dependencies" directory
         (use the "Add JARs..." and select all those files).
-    - On the "Order and Export" tab find dom4j-*.jar, and send it to the
-        bottom of the list (because, an old org.jaxen is included inside
-        dom4j-*.jar, which causes compilation errors if it wins over
-        jaxen-*.jar).
    - Press "Finish"
 - Eclipse will indicate many errors at this point; it's expected, read on.
 - Project -> Properties -> Java Compiler