jaxws/build-drop-template.xml
changeset 5836 0ca88d5cdd40
parent 5516 d5307370d017
child 9063 937a014028a6
equal deleted inserted replaced
5835:28d0f6968cea 5836:0ca88d5cdd40
    73 
    73 
    74     <!-- Determine if the master url download should be used. -->
    74     <!-- Determine if the master url download should be used. -->
    75     <target name="-@DROP@-url-should-be-used" unless="@DROP@.url.should.be.used">
    75     <target name="-@DROP@-url-should-be-used" unless="@DROP@.url.should.be.used">
    76         <condition property="@DROP@.url.should.be.used">
    76         <condition property="@DROP@.url.should.be.used">
    77             <and>
    77             <and>
       
    78                 <istrue value="${allow.downloads}"/>
    78                 <not>
    79                 <not>
    79                     <isset property="@DROP@.master.bundle.copy.exists"/>
    80                     <isset property="@DROP@.master.bundle.copy.exists"/>
    80                 </not>
    81                 </not>
    81             </and>
    82             </and>
    82         </condition>
    83         </condition>