Issue 1187 Better still use the artifacts that are now available in Maven central

git-svn-id: https://zxing.googlecode.com/svn/trunk@2211 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2012-03-02 19:59:29 +00:00
parent b9cd318822
commit 3b90a72727

View file

@ -54,24 +54,17 @@
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<android-home>${env.ANDROID_HOME}</android-home>
</properties>
<dependencies>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>3.0</version>
<type>jar</type>
<scope>system</scope>
<systemPath>/${android-home}/platforms/android-13/android.jar</systemPath>
<version>4.0.1.2</version>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>support</artifactId>
<type>jar</type>
<version>v4</version>
<scope>system</scope>
<systemPath>/${android-home}/extras/android/compatibility/v4/android-support-v4.jar</systemPath>
<artifactId>support-v4</artifactId>
<version>r6</version>
</dependency>
</dependencies>
<build>