]> WPIA git - gigi.git/commitdiff
UPD: Changed build order for ant compatibility
authorJanis Streib <janis@dogcraft.de>
Mon, 23 Jun 2014 18:53:56 +0000 (20:53 +0200)
committerJanis Streib <janis@dogcraft.de>
Mon, 23 Jun 2014 18:53:56 +0000 (20:53 +0200)
.classpath

index 53dea8df92042b1729cd3438b7f345d42d35a744..8c10b7802ca4c6f23f77d014cdca3ff71d666aa7 100644 (file)
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" path="src"/>
        <classpathentry kind="src" path="lib/servlet-api"/>
        <classpathentry kind="src" path="lib/jetty"/>
+       <classpathentry kind="src" path="src"/>
        <classpathentry kind="src" path="util"/>
        <classpathentry kind="src" path="tests"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+       <classpathentry kind="lib" path="mysql-connector-java-5.1.31-bin.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>