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 ba...@apache.org on 2008/08/04 19:32:14 UTC

svn commit: r682447 - in /james/mailet: base/trunk/build.xml crypto/trunk/build.xml standard/trunk/build.xml

Author: bago
Date: Mon Aug  4 10:32:13 2008
New Revision: 682447

URL: http://svn.apache.org/viewvc?rev=682447&view=rev
Log:
Forgot to commit updated build.xml to reflect the fact that we have junit in the tree now.

Modified:
    james/mailet/base/trunk/build.xml
    james/mailet/crypto/trunk/build.xml
    james/mailet/standard/trunk/build.xml

Modified: james/mailet/base/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/build.xml?rev=682447&r1=682446&r2=682447&view=diff
==============================================================================
--- james/mailet/base/trunk/build.xml (original)
+++ james/mailet/base/trunk/build.xml Mon Aug  4 10:32:13 2008
@@ -35,6 +35,7 @@
     -->
 
     <path id="project.class.path">
+        <pathelement path="${junit.jar}"/>
         <pathelement path="${javax-mail.jar}"/>
         <pathelement path="${javax-activation.jar}"/>
         <pathelement path="${mailet.jar}"/>

Modified: james/mailet/crypto/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/build.xml?rev=682447&r1=682446&r2=682447&view=diff
==============================================================================
--- james/mailet/crypto/trunk/build.xml (original)
+++ james/mailet/crypto/trunk/build.xml Mon Aug  4 10:32:13 2008
@@ -35,6 +35,7 @@
     -->
 
     <path id="project.class.path">
+        <pathelement path="${junit.jar}"/>
         <pathelement path="${javax-mail.jar}"/>
         <pathelement path="${javax-activation.jar}"/>
         <pathelement path="${mailet.jar}"/>

Modified: james/mailet/standard/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/build.xml?rev=682447&r1=682446&r2=682447&view=diff
==============================================================================
--- james/mailet/standard/trunk/build.xml (original)
+++ james/mailet/standard/trunk/build.xml Mon Aug  4 10:32:13 2008
@@ -35,6 +35,7 @@
     -->
 
     <path id="project.class.path">
+        <pathelement path="${junit.jar}"/>
         <pathelement path="${javax-mail.jar}"/>
         <pathelement path="${javax-activation.jar}"/>
         <pathelement path="${mailet.jar}"/>



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