excludes JDK5Scheduler.scala on Java 1.4
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@9826 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
fb71665773
commit
afdf67138f
|
@ -133,6 +133,10 @@ INITIALISATION
|
|||
</elseif>
|
||||
<else><fail>System environment could not be determined</fail></else>
|
||||
</if>
|
||||
<!-- Setting flag for Java versions 1.4.x -->
|
||||
<condition property="java14" else="false">
|
||||
<contains string="${java.version}" substring="1.4"/>
|
||||
</condition>
|
||||
<!-- Finding out SVN revision -->
|
||||
<exec executable="svnversion" outputproperty="svn.number"/>
|
||||
<property name="init.avail" value="yes"/>
|
||||
|
@ -437,6 +441,7 @@ BUILD QUICK-TEST LAYER
|
|||
<pathelement location="${quick.dir}/lib/actors"/>
|
||||
</classpath>
|
||||
<include name="scala/actors/**/*.scala"/>
|
||||
<exclude name="scala/actors/**/JDK5Scheduler.scala" if="java14"/>
|
||||
<excludesfile name="${nsc.excludes.file}" if="excludes.avail"/>
|
||||
</locker>
|
||||
<!-- Build compiler -->
|
||||
|
|
Loading…
Reference in New Issue