You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by re...@apache.org on 2015/08/04 16:33:21 UTC

svn commit: r1694072 - /devicemap/trunk/clients/2.0/reference/compile.sh

Author: rezan
Date: Tue Aug  4 14:33:21 2015
New Revision: 1694072

URL: http://svn.apache.org/r1694072
Log:
compiling

Modified:
    devicemap/trunk/clients/2.0/reference/compile.sh

Modified: devicemap/trunk/clients/2.0/reference/compile.sh
URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/2.0/reference/compile.sh?rev=1694072&r1=1694071&r2=1694072&view=diff
==============================================================================
--- devicemap/trunk/clients/2.0/reference/compile.sh (original)
+++ devicemap/trunk/clients/2.0/reference/compile.sh Tue Aug  4 14:33:21 2015
@@ -4,10 +4,11 @@ set -e
 
 echo "Cleaning"
 
-rm -rf bin
+rm -rf bin devicemap-reference-2.0.jar
 
 if [ "$1" = "clean" ]
 then
+    rm -rf lib
     exit 0
 fi