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/07/28 22:18:02 UTC

svn commit: r1693154 - in /devicemap/trunk/clients/2.0/reference: ./ clean.sh compile.sh run.sh

Author: rezan
Date: Tue Jul 28 20:18:02 2015
New Revision: 1693154

URL: http://svn.apache.org/r1693154
Log:
bin directory

Modified:
    devicemap/trunk/clients/2.0/reference/   (props changed)
    devicemap/trunk/clients/2.0/reference/clean.sh
    devicemap/trunk/clients/2.0/reference/compile.sh
    devicemap/trunk/clients/2.0/reference/run.sh

Propchange: devicemap/trunk/clients/2.0/reference/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Jul 28 20:18:02 2015
@@ -1 +1 @@
-*.class
+bin

Modified: devicemap/trunk/clients/2.0/reference/clean.sh
URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/2.0/reference/clean.sh?rev=1693154&r1=1693153&r2=1693154&view=diff
==============================================================================
--- devicemap/trunk/clients/2.0/reference/clean.sh (original)
+++ devicemap/trunk/clients/2.0/reference/clean.sh Tue Jul 28 20:18:02 2015
@@ -1,5 +1,3 @@
 #!/bin/bash
 
-cd src
-
-rm *.class
+rm -rf bin

Modified: devicemap/trunk/clients/2.0/reference/compile.sh
URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/2.0/reference/compile.sh?rev=1693154&r1=1693153&r2=1693154&view=diff
==============================================================================
--- devicemap/trunk/clients/2.0/reference/compile.sh (original)
+++ devicemap/trunk/clients/2.0/reference/compile.sh Tue Jul 28 20:18:02 2015
@@ -1,5 +1,3 @@
 #!/bin/bash
 
-cd src
-
-javac *.java
+javac src/*.java -d bin

Modified: devicemap/trunk/clients/2.0/reference/run.sh
URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/2.0/reference/run.sh?rev=1693154&r1=1693153&r2=1693154&view=diff
==============================================================================
--- devicemap/trunk/clients/2.0/reference/run.sh (original)
+++ devicemap/trunk/clients/2.0/reference/run.sh Tue Jul 28 20:18:02 2015
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-cd src
+cd bin
 
 java DeviceMapClient