You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by rd...@apache.org on 2008/11/23 11:53:17 UTC

svn commit: r719977 - /gump/metadata/profile/gump.xml

Author: rdonkin
Date: Sun Nov 23 02:53:17 2008
New Revision: 719977

URL: http://svn.apache.org/viewvc?rev=719977&view=rev
Log:
JSieve required JavaCC4, gump provides JavaCC3. Not sure how to fix this.

Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=719977&r1=719976&r2=719977&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Sun Nov 23 02:53:17 2008
@@ -108,7 +108,7 @@
 <!-- Apache.James -->
 
   <module href="project/james-mailet.xml"/>
-  <module href="project/james-jsieve.xml"/>
+  <!-- JSieve required JavaCC 4.1. Gump provides JavaCC 3.0. Not sure how to fix this. <module href="project/james-jsieve.xml"/> -->
   <module href="project/james-server.xml"/>
 
 <!-- Apache.Jakarta -->