Fix MAVEN-973

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-10-28 00:05:19 +00:00
parent 02cf0031a7
commit f3e0c3c088
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Where source *.fml files are looked for
maven.faq.src=${basedir}/xdocs
maven.faq.src=${maven.docs.src}
# Destination directory where output xdocs file are produced
maven.faq.dest=${maven.build.dir}/generated-xdocs

View File

@@ -7,6 +7,9 @@
<body>
<release version="1.2" date="in CVS">
<action dev="dion" type="fix">
Fix MAVEN-973. xdocs source hardcoded.
</action>
<action dev="dion" type="update">
MAVEN-904 - allow for multiple fml files to be transformed.
Added test project.