Add comment to generated build file as per suggestion from Geir

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112860 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-02-08 13:14:17 +00:00
parent 75b0cb84d3
commit 2f918d3136
2 changed files with 20 additions and 1 deletions

View File

@@ -2,7 +2,8 @@
<project
xmlns:j="jelly:core"
xmlns:u="jelly:util">
xmlns:u="jelly:util"
xmlns:x="jelly:xml">
<!-- ================================================================== -->
<!-- A N T B U I L D G E N E R A T O R -->
@@ -22,8 +23,13 @@
name="ant:generate-build"
description="Generate an Ant build file">
<tstamp />
<j:file name="${maven.ant.generatebuild.file}" prettyPrint="true">
<j:whitespace xmlns="dummy">
<x:comment>
build.xml generated by maven from project.xml version ${pom.currentVersion}
on date ${TODAY}, time ${TSTAMP}
</x:comment>
<project name="${pom.artifactId}" default="jar" basedir=".">
<property name="defaulttargetdir" value="target"/>

View File

@@ -42,5 +42,18 @@
</developer>
</developers>
<dependencies>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>SNAPSHOT</version>
<properties>
<classloader>root.maven</classloader>
</properties>
</dependency>
</dependencies>
</project>