فهرست منبع

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 سال پیش
والد
کامیت
8bc322e651
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      sdk/jme3-android/src/com/jme3/gde/android/mobile-targets.xml

+ 1 - 1
sdk/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>