You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/09/07 11:41:38 UTC

svn commit: r692803 - in /james/protocols/imap/trunk: build.xml processor-function/ processor/

Author: rdonkin
Date: Sun Sep  7 02:41:37 2008
New Revision: 692803

URL: http://svn.apache.org/viewvc?rev=692803&view=rev
Log:
Processor missing

Added:
    james/protocols/imap/trunk/processor/
      - copied from r692787, james/protocols/imap/trunk/processor-function/
Removed:
    james/protocols/imap/trunk/processor-function/
Modified:
    james/protocols/imap/trunk/build.xml

Modified: james/protocols/imap/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/build.xml?rev=692803&r1=692802&r2=692803&view=diff
==============================================================================
--- james/protocols/imap/trunk/build.xml (original)
+++ james/protocols/imap/trunk/build.xml Sun Sep  7 02:41:37 2008
@@ -32,6 +32,7 @@
  <property name='module.api' location='api'/>
  <property name='module.codec' location='codec'/>
  <property name='module.mailbox' location='mailbox'/>
+ <property name='module.processor' location='processor'/>
  <property name='module.seda' location='seda'/>
  <property name='module.torque' location='torque'/>
  <property name='module.deployment' location='deployment'/> 
@@ -52,6 +53,7 @@
                  <file name='${module.api}'/>
                  <file name='${module.codec}'/>
                  <file name='${module.mailbox}'/>
+                 <file name='${module.processor}'/>
                  <file name='${module.seda}'/>
                  <file name='${module.torque}'/>
                  <file name='${module.deployment}'/>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org