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.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@539512 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build_run.sh b/build_run.sh
index 7623c5c..21331cc 100755
--- a/build_run.sh
+++ b/build_run.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-mvn clean install; 
+ant
 cd main/ ; 
 java -jar bin/felix.jar ; 
 cd ../