mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Fix build.properties that made testsrunner.test compile in J2SE-1.5,
remove work around.
This commit is contained in:
parent
eb6522badf
commit
383f0d289c
2 changed files with 1 additions and 10 deletions
|
@ -16,5 +16,5 @@ bin.includes = META-INF/,\
|
||||||
OSGI-INF/,\
|
OSGI-INF/,\
|
||||||
test.xml,\
|
test.xml,\
|
||||||
about.html
|
about.html
|
||||||
jre.compilation.profile = J2SE-1.5
|
|
||||||
src.includes = about.html
|
src.includes = about.html
|
||||||
|
|
|
@ -26,15 +26,6 @@
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- Not sure why but this is necessary since Tycho 0.14, perhaps this is a bug -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.eclipse.tycho</groupId>
|
|
||||||
<artifactId>tycho-compiler-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<source>1.6</source>
|
|
||||||
<target>1.6</target>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eclipse.tycho</groupId>
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
<artifactId>tycho-surefire-plugin</artifactId>
|
<artifactId>tycho-surefire-plugin</artifactId>
|
||||||
|
|
Loading…
Add table
Reference in a new issue