Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto Prototik-dev
  • Loading branch information
JakeWharton committed Apr 15, 2013
2 parents d372f63 + 4e58ac1 commit db0aea5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions actionbarsherlock-i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,14 @@

<plugin>
<groupId>org.holoeverywhere</groupId>
<artifactId>translator</artifactId>
<artifactId>resbuilder</artifactId>
<configuration>
<outputDir>${project.basedir}/res</outputDir>
<includeDir>${project.basedir}</includeDir>
<input>
<param>abs__strings.json</param>
</input>
<includeDirs>
<dir>${project.basedir}</dir>
</includeDirs>
<inputFiles>
<file>strings.json:strings</file>
</inputFiles>
</configuration>
</plugin>
</plugins>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@

<plugin>
<groupId>org.holoeverywhere</groupId>
<artifactId>translator</artifactId>
<version>1.4.2</version>
<artifactId>resbuilder</artifactId>
<version>1.5.0</version>
</plugin>

<plugin>
Expand Down

0 comments on commit db0aea5

Please sign in to comment.