Skip to content

Commit

Permalink
Fix android test for SBT 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Obedin committed Oct 27, 2015
1 parent 334329a commit f044cc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extractor/src/test/data/0.13/android/structure-0.13.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@
<resolver name="android libraries" root="file:$ANDROID_HOME/extras/android/m2repository/"/>
</project>
<repository>
<module organization="com.actionbarsherlock" name="actionbarsherlock" revision="4.4.0" artifactType="jar" classifier="">
<src>~/.ivy2/cache/com.actionbarsherlock/actionbarsherlock/srcs/actionbarsherlock-4.4.0-sources.jar</src>
</module>
<module organization="com.android.support" name="support-annotations" revision="20.0.0" artifactType="jar" classifier="">
<jar>$ANDROID_HOME/extras/android/m2repository/com/android/support/support-annotations/20.0.0/support-annotations-20.0.0.jar</jar>
<doc>
Expand All @@ -221,6 +224,10 @@
$ANDROID_HOME/extras/android/m2repository/com/android/support/support-annotations/20.0.0/support-annotations-20.0.0-sources.jar
</src>
</module>
<module organization="com.android.support" name="support-v4" revision="20.0.0" artifactType="jar" classifier="">
<doc>$ANDROID_HOME/extras/android/m2repository/com/android/support/support-v4/20.0.0/support-v4-20.0.0-javadoc.jar</doc>
<src>$ANDROID_HOME/extras/android/m2repository/com/android/support/support-v4/20.0.0/support-v4-20.0.0-sources.jar</src>
</module>
<module organization="org.scala-lang" name="scala-library" revision="2.11.1" artifactType="jar" classifier="">
<jar>~/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.11.1.jar</jar>
<doc>~/.ivy2/cache/org.scala-lang/scala-library/docs/scala-library-2.11.1-javadoc.jar</doc>
Expand Down

0 comments on commit f044cc9

Please sign in to comment.