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
This commit is contained in:
parent
086b241ea4
commit
8bc322e651
@ -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…
x
Reference in New Issue
Block a user