make/build.xml

changeset 1823
e6bd60e65f33
parent 1742
fe6ef89d9c04
child 1837
27842bf384fe
     1.1 --- a/make/build.xml	Wed May 11 14:21:44 2016 +0200
     1.2 +++ b/make/build.xml	Wed May 11 14:21:52 2016 +0200
     1.3 @@ -83,6 +83,12 @@
     1.4      <condition property="jfr.options" value="${run.test.jvmargs.jfr}" else="">
     1.5        <istrue value="${jfr}"/>
     1.6      </condition>
     1.7 +
     1.8 +    <condition property="test-sys-prop-no-security.os.not.windows">
     1.9 +      <not>
    1.10 +        <os family="windows"/>
    1.11 +      </not>
    1.12 +    </condition>
    1.13    </target>
    1.14  
    1.15    <!-- check minimum ant version required to be 1.8.4 -->

mercurial