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

commit d7f7f1a5f4d89ac7e4af4ff393b3b353dfed6a4b
Author: ddekany <[email protected]>
AuthorDate: Fri Dec 8 13:54:41 2023 +0100

    (Updated README IDE setup instructions)
---
 README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 201a6ab8..84d04cda 100644
--- a/README.md
+++ b/README.md
@@ -264,15 +264,10 @@ Originally done on IntelliJ IDEA Community 2018.2.4:
     - Test Resource Folders:  
       src/test/resources
       
-  - Still inside the "Sources" tab, change the "Language level" to "7". (Yes, 
we use Java 16 SDK with
-    language level 7 in the IDE, due to the tricks FreeMarker uses to support 
different Java versions.)
-    
   - Switch over to the "Dependencies" tab (still inside "Project Structure" / 
"Modules"), and add
     all the jar-s inside the `ide-dependencies` directory as dependency. (How: 
Click the "+" icon
     at the right edge, select "JARs or directory", navigate to 
`ide-dependencies` directory, expand
-    it, then range-select all the jars in it. Thus you add all of them at 
once.) After all jar-s were added,
-    find  dom4j-*.jar in the table, and move it to the bottom of the table 
(otherwise it shadows some
-    Jaxen classes with a too old version).
+    it, then range-select all the jars in it. Thus, you add all of them at 
once.)
 
 - "File" -> "Settings" -> "Build, Execution, Deployment" -> "Compiler" -> 
"Excludes":
   Add source files that match these (you simply find them manually, and add 
their absolute path):  

Reply via email to