svn commit: r904937 - in /ofbiz/trunk: .classpath LICENSE framework/base/lib/juel-2.1.1.jar framework/base/lib/juel-2.2.1.jar

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r904937 - in /ofbiz/trunk: .classpath LICENSE framework/base/lib/juel-2.1.1.jar framework/base/lib/juel-2.2.1.jar

adrianc
Author: adrianc
Date: Sun Jan 31 00:38:59 2010
New Revision: 904937

URL: http://svn.apache.org/viewvc?rev=904937&view=rev
Log:
Upgraded JUEL library to 2.2.1.

The UEL specification (JSR 245) has been updated. Object method invocations are now supported.

http://jcp.org/aboutJava/communityprocess/mrel/jsr245/index.html

The new JUEL library also supports method varargs, but keep in mind that it is a JUEL extension - not a part of JSR 245.

Added:
    ofbiz/trunk/framework/base/lib/juel-2.2.1.jar   (with props)
Removed:
    ofbiz/trunk/framework/base/lib/juel-2.1.1.jar
Modified:
    ofbiz/trunk/.classpath
    ofbiz/trunk/LICENSE

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=904937&r1=904936&r2=904937&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Sun Jan 31 00:38:59 2010
@@ -28,7 +28,7 @@
     <classpathentry kind="lib" path="framework/base/lib/jdbm-1.0.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/jdom-1.1.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/jpim-0.1.jar"/>
-    <classpathentry kind="lib" path="framework/base/lib/juel-2.1.1.jar"/>
+    <classpathentry kind="lib" path="framework/base/lib/juel-2.2.1.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/junit.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/junitperf.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/log4j-1.2.15.jar"/>

Modified: ofbiz/trunk/LICENSE
URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=904937&r1=904936&r2=904937&view=diff
==============================================================================
--- ofbiz/trunk/LICENSE (original)
+++ ofbiz/trunk/LICENSE Sun Jan 31 00:38:59 2010
@@ -23,7 +23,7 @@
 ofbiz/trunk/framework/base/lib/barcode4j-fop-ext-complete-2.0.jar
 ofbiz/trunk/framework/base/lib/jakarta-regexp-1.5.jar
 ofbiz/trunk/framework/base/lib/jpim-0.1.jar
-ofbiz/trunk/framework/base/lib/juel-2.1.1.jar
+ofbiz/trunk/framework/base/lib/juel-2.2.1.jar
 ofbiz/trunk/framework/base/lib/log4j-1.2.15.jar
 ofbiz/trunk/framework/base/lib/mx4j-3.0.1.jar
 ofbiz/trunk/framework/base/lib/mx4j-remote-3.0.1.jar

Added: ofbiz/trunk/framework/base/lib/juel-2.2.1.jar
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/juel-2.2.1.jar?rev=904937&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/framework/base/lib/juel-2.2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream