Author: bago
Date: Fri Sep 21 02:54:42 2007
New Revision: 578036
URL: http://svn.apache.org/viewvc?rev=578036&view=rev
Log:
Fix compilation bug I forgot while moving exceptions to their own package.
Modified:
james/jsieve/trunk/src/main/jjtree/sieve/sieve.jjt
Modified: james/jsieve/trunk/src/main/jjtree/sieve/sieve.jjt
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/src/main/jjtree/sieve/sieve.jjt?rev=578036&r1=578035&r2=578036&view=diff
==============================================================================
--- james/jsieve/trunk/src/main/jjtree/sieve/sieve.jjt (original)
+++ james/jsieve/trunk/src/main/jjtree/sieve/sieve.jjt Fri Sep 21 02:54:42 2007
@@ -20,7 +20,7 @@
options {
MULTI=true;
VISITOR=true;
- VISITOR_EXCEPTION="org.apache.jsieve.SieveException";
+ VISITOR_EXCEPTION="org.apache.jsieve.exception.SieveException";
NODE_PACKAGE="org.apache.jsieve.parser.generated";
NODE_DEFAULT_VOID=false;
STATIC = false;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]