Fix problem with default target
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Mon, 16 Dec 2013 14:12:57 +0000 (14:12 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Mon, 16 Dec 2013 14:12:57 +0000 (14:12 +0000)
build.xml

index c70dbef..7b08aa6 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<project default="proteocache" name="Build ProteoCache - Caching framework for the Dundee Resource" basedir=".">
+<project default="all" name="Build ProteoCache - Caching framework for the Dundee Resource" basedir=".">
 
        <!-- projects details -->
-       <property name="proteocache_version" value="0.1.0"/>
+       <property name="proteocache_version" value="0.4.99"/>
        <property name="project.url" value="http://www.compbio.dundee.ac.uk/proteocache"/>
        <property name="product" value="ProteoCache"/>
        <property name="author" value="Alexander Sherstnev"/>