Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Style tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jan 14, 2013
1 parent 516266f commit 77bb9df
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 28 deletions.
42 changes: 14 additions & 28 deletions actionbarsherlock-i18n/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>actionbarsherlock-i18n</artifactId>
<name>ActionBarSherlock Internationalization</name>
<name>ActionBarSherlock i18n</name>
<packaging>apklib</packaging>

<parent>
Expand All @@ -28,6 +28,7 @@
<dependency>
<groupId>com.google.android</groupId>
<artifactId>support-v4</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

Expand All @@ -38,33 +39,18 @@
<artifactId>android-maven-plugin</artifactId>
<extensions>true</extensions>
</plugin>
</plugins>

<pluginManagement>
<plugins>
<plugin>
<groupId>org.holoeverywhere</groupId>
<artifactId>translator</artifactId>
<version>1.4.2</version>
<extensions>true</extensions>
<configuration>
<outputDir>${project.basedir}/res</outputDir>
<includeDir>${project.basedir}</includeDir>
<input>
<param>abs__strings.json</param>
</input>
</configuration>
<!-- Uncomment it for rebuild translates in every build -->
<!--executions>
<execution>
<goals>
<goal>build</goal>
</goals>
<phase>initialize</phase>
</execution>
</executions-->
</plugin>
</plugins>
</pluginManagement>
<plugin>
<groupId>org.holoeverywhere</groupId>
<artifactId>translator</artifactId>
<configuration>
<outputDir>${project.basedir}/res</outputDir>
<includeDir>${project.basedir}</includeDir>
<input>
<param>abs__strings.json</param>
</input>
</configuration>
</plugin>
</plugins>
</build>
</project>
18 changes: 18 additions & 0 deletions actionbarsherlock-i18n/project.properties
@@ -0,0 +1,18 @@
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system use,
# "ant.properties", and override values to adapt the script to your
# project structure.

# Project target.
target=android-14
android.library.reference.1=../actionbarsherlock






File renamed without changes.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -146,6 +146,12 @@
<version>1.0.0</version>
</plugin>

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

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
Expand Down

0 comments on commit 77bb9df

Please sign in to comment.