Prefixed lib and cli dir names with apktool- .

This commit is contained in:
Ryszard Wiśniewski 2011-01-18 01:55:38 +01:00
parent 72588893b2
commit a3ff517cc0
71 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View File

@ -3,6 +3,6 @@
/dist
/build.xml
/target
/lib/target
/cli/target
/apktool-lib/target
/apktool-cli/target

View File

@ -15,8 +15,8 @@
</properties>
<modules>
<module>lib</module>
<module>cli</module>
<module>apktool-lib</module>
<module>apktool-cli</module>
</modules>
<build>