buildframework/helium/config/ivy/modules/python-2.5.ivy.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 587 85df38eb4012
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
    23 <ivy-module version="1.3">
    23 <ivy-module version="1.3">
    24     <info organisation="SWEPT"
    24     <info organisation="SWEPT"
    25           module="python"
    25           module="python"
    26           revision="2.5"/>
    26           revision="2.x"/>
    27     <publications>
    27     <publications>
    28         <artifact name="python" type="exe" versionArgs="--version"/> 
    28         <artifact name="python" type="exe" versionArgs="--version" versionExp=".*2\.[56].*"/> 
    29     </publications>
    29     </publications>
    30 </ivy-module>
    30 </ivy-module>