in my buildfile, i need to create the manifest file as following:
--------------------
Product: Artemis
Version: 1.0
Build: 19
Date: 20010315
Time: 21:41:36
Builder: jwei@THE-BOY-BLUNDER
Product: Dynamo Integration Server
Config-Path: config
Class-Path: class/classes.jar
Required: DSS
--------------------
Seems the <propertyfile> is the task I should use, but, it will generate the
file as
-----------------
Product=Artemis
Version=1.0
...
-----------------
the separator is '=' rather than ': '
any suggestion?
really in a hurry, thanks in advance!
Jiong