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
3.0
iwg..om 12 years ago
parent 086b241ea4
commit 8bc322e651
  1. 2
      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>

Loading…
Cancel
Save