mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +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/,\
|
||||
test.xml,\
|
||||
about.html
|
||||
jre.compilation.profile = J2SE-1.5
|
||||
|
||||
src.includes = about.html
|
||||
|
|
|
@ -26,15 +26,6 @@
|
|||
|
||||
<build>
|
||||
<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>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>tycho-surefire-plugin</artifactId>
|
||||
|
|
Loading…
Add table
Reference in a new issue