]> WPIA git - gigi.git/blobdiff - build.xml
Make "TestSSL" a "ManagedTest"
[gigi.git] / build.xml
index 630a0117d3594dad0980c3abfc0e77db0a89a989..4bfd034601ba5f3b31634d562da52acd281cb5e5 100644 (file)
--- a/build.xml
+++ b/build.xml
     </path>
     <path id="cacert-gigi.classpath">
         <pathelement location="bin"/>
-        <path refid="JUnit 4.libraryclasspath"/>
         <pathelement location="${mysqlconnector}"/>
     </path>
     <path id="cacert-gigi.test.classpath">
+        <pathelement location="bin"/>
         <pathelement location="bintest"/>
         <path refid="JUnit 4.libraryclasspath"/>
         <pathelement location="${mysqlconnector}"/>
@@ -66,6 +66,7 @@
         <javac debug="true" debuglevel="${debuglevel}" destdir="bin" includeantruntime="false" source="${source}" target="${target}">
             <src path="lib/servlet-api"/>
             <src path="lib/jetty"/>
+            <src path="lib/jtar"/>
             <src path="src"/>
             <src path="util"/>
             <classpath refid="cacert-gigi.classpath"/>