> Betreff: cvs commit: ant build.xml
> 
> bodewig     2005/05/10 06:57:48
> 
>   Modified:    .        build.xml
>   Log:
>   Add SHA1 checksums, prepare stuff for 
> http://www.apache.org/dist/java-repository/
>   
>   +    <copy todir="${java-repository.dir}">
>   +      <fileset dir="${dist.name}/lib">
>   +        <include name="ant*.jar"/>
>   +      </fileset>
>   +      <mapper type="glob" from="*.jar" to="*-${version}.jar"/>
>   +    </copy>


Wouldnt it be better to have the version in front of the name to get all
files together?

ant-1.6.3.jar
ant-1.6.4.jar
ant-jsch-1.6.3.jar
ant-jsch-1.6.4.jar
ant-optional-1.6.3.jar
ant-optional-1.6.4.jar

1.6.3-ant.jar
1.6.3-ant-jsch.jar
1.6.3-ant-optional.jar
1.6.4-ant.jar
1.6.4-ant-jsch.jar
1.6.4-ant-optional.jar

better would another directory ...

1.6.3\ant.jar, ...
1.6.4\ant.jar, ...


Just my 2ct


Jan

Reply via email to