OSDN Git Service

SDK: Android: Removed verbose setting when copying project libs to mobile/libs
authoriwgeric@gmail.com <iwgeric@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Tue, 16 Apr 2013 12:07:46 +0000 (12:07 +0000)
committeriwgeric@gmail.com <iwgeric@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Tue, 16 Apr 2013 12:07:46 +0000 (12:07 +0000)
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10542 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

sdk/jme3-android/src/com/jme3/gde/android/mobile-targets.xml

index 757ad7e..7054bf1 100644 (file)
@@ -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>