You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2007/05/18 18:23:16 UTC

svn commit: r539512 - /felix/trunk/build_run.sh

Author: rickhall
Date: Fri May 18 09:23:15 2007
New Revision: 539512

URL: http://svn.apache.org/viewvc?view=rev&rev=539512
Log:
This shell script probably isn't necessary anymore, but since it is still
there I modified it to invoke Ant so that it would actually do something
useful.

Modified:
    felix/trunk/build_run.sh

Modified: felix/trunk/build_run.sh
URL: http://svn.apache.org/viewvc/felix/trunk/build_run.sh?view=diff&rev=539512&r1=539511&r2=539512
==============================================================================
--- felix/trunk/build_run.sh (original)
+++ felix/trunk/build_run.sh Fri May 18 09:23:15 2007
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-mvn clean install; 
+ant
 cd main/ ; 
 java -jar bin/felix.jar ; 
 cd ../