Author: henrib
Date: Tue Dec 1 15:59:05 2009
New Revision: 885808
URL: http://svn.apache.org/viewvc?rev=885808&view=rev
Log:
Added "compat" directory that contains Jexl-1.x compatible implementations of
most common classes; this is intended to facilitate trivial upgrades to 2.0
(Jelly for instance). As of now, the compatibility jar is not built
automatically (need to do some research on how to do this correctly).
As a result, the deprecated classes ({Script,Expression}Factory) have been
moved to this package.
Modified:
commons/proper/jexl/trunk/compat/commons-jexl-compat/ (props changed)
Propchange: commons/proper/jexl/trunk/compat/commons-jexl-compat/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Dec 1 15:59:05 2009
@@ -0,0 +1 @@
+target