Browse Source

SDK: Android: Removed verbose setting when copying project libs to mobile/libs

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10542 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
iwg..om 12 years ago
parent
commit
bf00fa9524
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jme3-android/src/com/jme3/gde/android/mobile-targets.xml

+ 1 - 1
jme3-android/src/com/jme3/gde/android/mobile-targets.xml

@@ -35,7 +35,7 @@
     </target>
 
     <target description="create mobile/libs directory and copy project libraries" name="-copy-project-libs">
-        <copy todir="mobile/libs" flatten="true" verbose="true" preservelastmodified="true">
+        <copy todir="mobile/libs" flatten="true" verbose="false" preservelastmodified="true">
             <path>
                 <pathelement path="${run.classpath.without.build.classes.dir}"/>
             </path>