Author: rdonkin
Date: Wed May  7 12:14:51 2008
New Revision: 654220

URL: http://svn.apache.org/viewvc?rev=654220&view=rev
Log:
Added dependency on base into build

Modified:
    james/mailet/standard/trunk/build.xml
    james/mailet/standard/trunk/include.properties

Modified: james/mailet/standard/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/standard/trunk/build.xml?rev=654220&r1=654219&r2=654220&view=diff
==============================================================================
--- james/mailet/standard/trunk/build.xml (original)
+++ james/mailet/standard/trunk/build.xml Wed May  7 12:14:51 2008
@@ -38,6 +38,7 @@
         <pathelement path="${javax-mail.jar}"/>
         <pathelement path="${javax-activation.jar}"/>
        <pathelement path="${mailet.jar}"/>
+       <pathelement path="${mailet-base.jar}"/>
         <pathelement path="${java.class.path}" />
         <pathelement path="${build.classes}" />
     </path>

Modified: james/mailet/standard/trunk/include.properties
URL: 
http://svn.apache.org/viewvc/james/mailet/standard/trunk/include.properties?rev=654220&r1=654219&r2=654220&view=diff
==============================================================================
--- james/mailet/standard/trunk/include.properties (original)
+++ james/mailet/standard/trunk/include.properties Wed May  7 12:14:51 2008
@@ -29,4 +29,5 @@
 javax-activation.jar=stage/activation/jars/${activation.id}.jar
 
 # ----- Mailet -----
-mailet.jar=stage/org.apache.james/jars/mailet-3.0-SNAPSHOT.jar
\ No newline at end of file
+mailet.jar=stage/org.apache.james/jars/mailet-3.0-SNAPSHOT.jar
+mailet-base.jar=stage/org.apache.james/jars/apache-james-mailet-base-1.0-SNAPSHOT.jar
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to