build.xml
changeset 76 b5690fc25af6
parent 36 c404a87db5b7
     1.1 --- a/build.xml	Sun Aug 29 17:43:58 2010 +0200
     1.2 +++ b/build.xml	Fri Oct 14 00:45:06 2011 +0200
     1.3 @@ -29,6 +29,10 @@
     1.4          <pathelement location="lib/glassfish-mail.jar"/>
     1.5          <pathelement location="lib/mysql-connector-java.jar"/>
     1.6          <pathelement location="lib/junit-4.8.2.jar"/>
     1.7 +
     1.8 +        <pathelement location="lib/javax.mail.jar"/>
     1.9 +        <pathelement location="lib/commons-codec-1.5.jar"/>
    1.10 +
    1.11      </path>
    1.12  
    1.13