Upgrading plugin version to 0.5.1

Adding RELNOTES and CHANGELOG to the bin and src packages


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1636 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2003-03-27 22:18:03 +00:00
parent db0955cde2
commit 1c2ad7a388

View File

@ -8,7 +8,7 @@
<target name="init" depends="properties">
<property name="plugin" value="net.sourceforge.pmd.eclipse"/>
<property name="version.suffix" value="0.5.0"/>
<property name="version.suffix" value="0.5.1"/>
<property name="full.name" value="${plugin}_${version.suffix}"/>
<property name="temp.folder" value="${basedir}/temp.folder"/>
<property name="plugin.destination" value="${basedir}"/>
@ -38,6 +38,8 @@
<copy file="${build.result.folder}/plugin.xml" todir="${destination.temp.folder}/${full.name}"/>
<copy file="${build.result.folder}/README" todir="${destination.temp.folder}/${full.name}"/>
<copy file="${build.result.folder}/TODO.txt" todir="${destination.temp.folder}/${full.name}"/>
<copy file="${build.result.folder}/RELNOTES.txt" todir="${destination.temp.folder}/${full.name}"/>
<copy file="${build.result.folder}/CHANGELOG.txt" todir="${destination.temp.folder}/${full.name}"/>
<mkdir dir="${destination.temp.folder}/${full.name}/lib"/>
<copy todir="${destination.temp.folder}/${full.name}/lib">
<fileset dir="lib/"/>
@ -76,7 +78,7 @@
<fileset dir="." includes="**/*.xml"/>
<fileset dir="." includes="**/*.properties"/>
<fileset dir="." includes="README"/>
<fileset dir="." includes="TODO.txt"/>
<fileset dir="." includes="*.txt"/>
</zip>
</target>