Removing Date Comment from Apache's Ant PropertyFile Task
问题 I'm using the propertyfile task shown below in my build script: <target name="build-brand" depends="-init" description="Adds version information to branding files."> <propertyfile file="${basedir}/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties"> <entry key="currentVersion" value="${app.windowtitle} ${app.version}" /> </propertyfile> </target> The task works as expected, except that each time I build the project, the date comment line of the Bundle.properties file is