commit | 22b45923fd7c2c174cec7a18db279f9a79c230f2 | [log] [tgz] |
---|---|---|
author | Stuart McCulloch <mcculls@gmail.com> | Mon Apr 18 19:03:55 2016 +0100 |
committer | Stuart McCulloch <mcculls@gmail.com> | Mon Apr 18 19:03:55 2016 +0100 |
tree | 5d05493db148740d83cb545bfd852caf585317eb | |
parent | cb74d1c34f6f0c6185b6291492580cb92f7cfc9a [diff] |
Use earlier version of Tycho when building with JDK7
diff --git a/pom.xml b/pom.xml index 59bd4da..861a060 100644 --- a/pom.xml +++ b/pom.xml
@@ -380,5 +380,14 @@ </plugins> </build> </profile> + <profile> + <id>jdk7</id> + <activation> + <jdk>1.7</jdk> + </activation> + <properties> + <tycho-version>0.24.0</tycho-version> + </properties> + </profile> </profiles> </project>