# if version.qualifier is not given, it is generated using the current time # see build.xml #version.qualifier= # version must match with feature version except the feature version is 0.0.0 version=0.1.0 # the tag which is used to fetch the sources from Version Control # CVS: overwrites the tag given in the map files! fetchTag=HEAD buildType=N # buildTypePresentation will be appended to the qualifier, they should be more # descriptive than the buildType. # Typical values are # NGT for nightly # INT for integration # PRD for production buildTypePresentation=NGT