Browse Source

SDK: fix message during android build

iwgeric 10 years ago
parent
commit
9bc2f3af64
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

@@ -71,7 +71,7 @@
     </target>
     </target>
 
 
     <target name="-add-bullet-libs" depends="-test-bullet-included" if="bulletIsIncluded">
     <target name="-add-bullet-libs" depends="-test-bullet-included" if="bulletIsIncluded">
-        <echo>Replacing android native bullet library.</echo>
+        <echo>Replacing bullet library with android native bullet version.</echo>
         <copy todir="mobile/libs" flatten="true" preservelastmodified="true">
         <copy todir="mobile/libs" flatten="true" preservelastmodified="true">
             <path>
             <path>
                 <pathelement path="${libs.jme3-bullet.classpath}"/>
                 <pathelement path="${libs.jme3-bullet.classpath}"/>