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 /dist
/build.xml /build.xml
/target /target
/lib/target /apktool-lib/target
/cli/target /apktool-cli/target

View File

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