Skip to content

Commit

Permalink
Merge pull request #249 from royclarkson/GDK-DIR
Browse files Browse the repository at this point in the history
Use the correct source.properties directory for the google-gdk-19 module
  • Loading branch information
mosabua committed Sep 4, 2014
2 parents 74c4e3c + 62e7300 commit bfc5021
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions add-ons/google-gdk-19/pom.xml
Expand Up @@ -58,6 +58,19 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>read-project-properties</goal>
</goals>
<configuration>
<files>
<file>${sdk.addons.path}/${gdk.directory}/source.properties</file>
</files>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit bfc5021

Please sign in to comment.