您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

packager.xml 544B

123456789
  1. <packager-module version="1.0">
  2. <property name="name" value="${ivy.packager.module}"/>
  3. <property name="version" value="${ivy.packager.revision}"/>
  4. <resource dest="archive" url="http://sourceforge.net/projects/fikin-ant-tasks/files/fikin-ant-tasks/${version}%20release/fikin-ant-${version}-bin.tar.gz/download" sha1="e7677de1feae55d8d4bd27cb562f9d84d7386204" type="tar.gz"/>
  5. <build>
  6. <move file="archive/fikin-ant-${version}/fikin-ant-${version}.jar" tofile="artifacts/jars/${name}.jar"/>
  7. </build>
  8. </packager-module>