nashorn/make/build.xml
changeset 36693 79618075dd44
parent 36517 41a1c20eb619
parent 36689 3370f6f942ff
child 37829 cd05ec7e2b76
equal deleted inserted replaced
36692:dd2e61a63a44 36693:79618075dd44
    91     <condition property="test-sys-prop-no-security.os.not.windows">
    91     <condition property="test-sys-prop-no-security.os.not.windows">
    92       <not>
    92       <not>
    93         <os family="windows"/>
    93         <os family="windows"/>
    94       </not>
    94       </not>
    95     </condition>
    95     </condition>
    96   </target>
    96 
       
    97     <!--set windows cygwin/cmd specific properties-->
       
    98     <property environment="env"/>
       
    99     <condition property="test-sys-prop-no-security.os.not.windows.cmd">
       
   100      <not>
       
   101       <and>
       
   102         <os family="windows"/>
       
   103         <not>
       
   104           <isset property="env.SHELL"/>
       
   105         </not>
       
   106       </and>
       
   107      </not>
       
   108     </condition>
       
   109    </target>
       
   110   
    97 
   111 
    98   <!-- check minimum ant version required to be 1.8.4 -->
   112   <!-- check minimum ant version required to be 1.8.4 -->
    99   <target name="check-ant-version">
   113   <target name="check-ant-version">
   100     <property name="ant.version.required" value="1.8.4"/>
   114     <property name="ant.version.required" value="1.8.4"/>
   101     <antversion property="ant.current.version" />
   115     <antversion property="ant.current.version" />