You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2015/12/08 10:20:55 UTC

svn commit: r1718540 - /commons/proper/jexl/trunk/BUILDING.txt

Author: ebourg
Date: Tue Dec  8 09:20:55 2015
New Revision: 1718540

URL: http://svn.apache.org/viewvc?rev=1718540&view=rev
Log:
Updated the build instructions

Modified:
    commons/proper/jexl/trunk/BUILDING.txt

Modified: commons/proper/jexl/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/BUILDING.txt?rev=1718540&r1=1718539&r2=1718540&view=diff
==============================================================================
--- commons/proper/jexl/trunk/BUILDING.txt (original)
+++ commons/proper/jexl/trunk/BUILDING.txt Tue Dec  8 09:20:55 2015
@@ -1,4 +1,4 @@
-Jexl 2.0 uses Maven 2 as the build tool, and requires Java 1.5 (or later).
+Jexl 3.0 uses Maven 3 as the build tool, and requires Java 6 (or later).
 
 The following goals may be useful:
 * mvn clean - clean up
@@ -6,6 +6,3 @@ The following goals may be useful:
 * mvn site - create the documentation
 * mvn package - build the jar
 * mvn install - build the jar and install in local maven repository
-
-N.B. When building under Java 1.5, you will need to provide access to an implementation
-of JSR-223 (javax.script), for example BSF 3.0.