Skip to content

Commit

Permalink
Fix plugin config. Add README.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Apr 28, 2013
1 parent dbba140 commit b56d4fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions actionbarsherlock-i18n/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ActionBarSherlock i18n
======================

A library project which has translations of all of the strings used by ActionBarSherlock in the
most popular languages.

To update run `mvn org.holoeverywhere:resbuilder:build`.
1 change: 1 addition & 0 deletions actionbarsherlock-i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<groupId>org.holoeverywhere</groupId>
<artifactId>resbuilder</artifactId>
<configuration>
<androidSdkPath>${env.ANDROID_HOME}</androidSdkPath>
<includeDirs>
<dir>${project.basedir}</dir>
</includeDirs>
Expand Down

0 comments on commit b56d4fe

Please sign in to comment.