omit source/target JDK specification and use "useJDK=BREE" instead which selects the Bundle-RequiredExecutionEnvironment instead

This commit is contained in:
Axel Uhl
2015-07-29 21:00:16 +02:00
parent fe71c6af6a
commit ff8357909b
-2
View File
@@ -329,8 +329,6 @@
<version>${tycho-version}</version>
<configuration>
<useJDK>BREE</useJDK>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>