Update GoogleAnalytics jar.
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Mon, 29 Jul 2013 16:53:05 +0000 (17:53 +0100)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Mon, 29 Jul 2013 16:53:05 +0000 (17:53 +0100)
bug fixed: tomcat did not stop after shutdown due to problem in the jar

.classpath
WEB-INF/lib/compbio-ga-1.0.jar [deleted file]
WEB-INF/lib/compbio-ga-1.1.jar [new file with mode: 0644]

index 261bdb3..b87e5b0 100644 (file)
@@ -14,6 +14,6 @@
        <classpathentry kind="lib" path="WEB-INF/lib/compbio-annotations-1.0.jar"/>
        <classpathentry kind="lib" path="WEB-INF/lib/compbio-util-1.4.jar"/>
        <classpathentry kind="lib" path="WEB-INF/lib/derby-10.8.2.2.jar"/>
-       <classpathentry kind="lib" path="WEB-INF/lib/compbio-ga-1.0.jar"/>
+       <classpathentry kind="lib" path="WEB-INF/lib/compbio-ga-1.1.jar"/>
        <classpathentry kind="output" path="WEB-INF/classes"/>
 </classpath>
diff --git a/WEB-INF/lib/compbio-ga-1.0.jar b/WEB-INF/lib/compbio-ga-1.0.jar
deleted file mode 100644 (file)
index 378a99a..0000000
Binary files a/WEB-INF/lib/compbio-ga-1.0.jar and /dev/null differ
diff --git a/WEB-INF/lib/compbio-ga-1.1.jar b/WEB-INF/lib/compbio-ga-1.1.jar
new file mode 100644 (file)
index 0000000..21dbb42
Binary files /dev/null and b/WEB-INF/lib/compbio-ga-1.1.jar differ