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 18:10:39 UTC

svn commit: r1694081 - /devicemap/trunk/clients/2.0/reference/README

Author: rezan
Date: Tue Aug  4 16:10:39 2015
New Revision: 1694081

URL: http://svn.apache.org/r1694081
Log:
typo

Modified:
    devicemap/trunk/clients/2.0/reference/README

Modified: devicemap/trunk/clients/2.0/reference/README
URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/2.0/reference/README?rev=1694081&r1=1694080&r2=1694081&view=diff
==============================================================================
--- devicemap/trunk/clients/2.0/reference/README (original)
+++ devicemap/trunk/clients/2.0/reference/README Tue Aug  4 16:10:39 2015
@@ -60,16 +60,20 @@ The source is broken up into several com
 COMPILE
 =======
 
+Note: this step requires "javac" (JDK)
+
 ./compile.sh
 
 To clean:
 
-./compile clean
+./compile.sh clean
 
 
 RUN
 ===
 
+Note: this step requires "java" (JRE)
+
 ./run.sh -p [pattern file] -a [attribute file] -t [test file]
 
 For help: