Skip to content

Commit

Permalink
Merge pull request #45 from awilkins/add-luna-profile
Browse files Browse the repository at this point in the history
Add a luna profile to the build
  • Loading branch information
awilkins committed Jul 22, 2014
2 parents 37fdc61 + 1cb7a24 commit 73e766b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,19 @@
<platform-version>[4.3,4.4)</platform-version>
</properties>
</profile>
<profile>
<id>platform-luna</id>
<activation>
<property>
<name>platform-version-name</name>
<value>luna</value>
</property>
</activation>
<properties>
<eclipse-site>http://download.eclipse.org/releases/luna</eclipse-site>
<platform-version>[4.4,4.5)</platform-version>
</properties>
</profile>
</profiles>

</project>

0 comments on commit 73e766b

Please sign in to comment.