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 no...@apache.org on 2010/01/11 19:17:47 UTC

svn commit: r897986 - /james/imap/trunk/torque/build.xml

Author: norman
Date: Mon Jan 11 18:17:47 2010
New Revision: 897986

URL: http://svn.apache.org/viewvc?rev=897986&view=rev
Log:
fix ant build

Modified:
    james/imap/trunk/torque/build.xml

Modified: james/imap/trunk/torque/build.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/build.xml?rev=897986&r1=897985&r2=897986&view=diff
==============================================================================
--- james/imap/trunk/torque/build.xml (original)
+++ james/imap/trunk/torque/build.xml Mon Jan 11 18:17:47 2010
@@ -29,11 +29,13 @@
                <path refid='classpath.base'/>
 			   <path refid='classpath.torque'/>
                <path refid='classpath.dependencies.libraries'/>   
+			   <path refid='depend.on.store'/>
            </path>
            <path id='classpath.test'>
                <path refid='classpath.main'/>   
                <path refid='classpath.base.test'/> 
                <path refid='classpath.test.dependencies.libraries'/> 
+			   <path refid='depend.on.store'/>
            </path>   
            <path id='classpath.test.runtime'>
                <path refid='classpath.test'/>



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