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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to