build.xml
changeset 111 f04253b2d6c1
parent 36 c404a87db5b7
     1.1 --- a/build.xml	Sun Aug 29 17:43:58 2010 +0200
     1.2 +++ b/build.xml	Sun Oct 30 22:10:43 2011 +0100
     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