Danny Angus wrote:
Perhaps if you were to submit an idea for a simple manual/ant automated
process someone might add it to the website for further discussion.. I
believe someone was looking at writing guidlines for release managment but
don't know what happened there. That might be a suitable place for it.How about this: versioning.html -- with a couple of add ons: build.xml and manifest.template. regards Adam
<?xml version="1.0"?>
<project name="manifest" default="manifest" basedir=".">
<property name="version" value="1-1-1" />
<target name="manifest">
<filter token="version" value="${version}" />
<copy file="manifest.template"
tofile="manifest.mf"
overwrite="true"
filtering="true" />
</target>
</project>
manifest.template
Description: Binary data
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
