You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by co...@google.com on 2013/03/13 19:15:27 UTC

[red5phone] r106 committed - ant build is made less verbose

Revision: 106
Author:   solomax666@gmail.com
Date:     Wed Mar 13 11:15:14 2013
Log:      ant build is made less verbose
http://code.google.com/p/red5phone/source/detail?r=106

Modified:
  /branches/red5sip/build.xml

=======================================
--- /branches/red5sip/build.xml	Tue Feb 19 07:14:57 2013
+++ /branches/red5sip/build.xml	Wed Mar 13 11:15:14 2013
@@ -3,9 +3,9 @@

    <!-- Compiler options -->

-  <property name="compiler.debug" value="on"/>
+  <property name="compiler.debug" value="off"/>
    <property name="compiler.generate.no.warnings" value="off"/>
-  <property name="compiler.args" value="-verbose"/>
+  <property name="compiler.args" value=""/>
    <property name="compiler.max.memory" value="128m"/>
    <patternset id="ignored.files">
      <exclude name="**/CVS/**"/>