mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Don't build android modules from the top level; they're not really supported by Android yet as build artifacts
git-svn-id: https://zxing.googlecode.com/svn/trunk@2930 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
7404c8926f
commit
e429d205dc
3
pom.xml
3
pom.xml
|
@ -45,8 +45,11 @@
|
|||
<module>android-integration</module>
|
||||
<module>zxing.appspot.com</module>
|
||||
<module>zxingorg</module>
|
||||
<!-- Don't build yet until Android is really present in Maven -->
|
||||
<!--
|
||||
<module>android</module>
|
||||
<module>androidtest</module>
|
||||
-->
|
||||
<module>glass-mirror</module>
|
||||
</modules>
|
||||
|
||||
|
|
Loading…
Reference in a new issue