From 9e089c515ca6f489fddc09f7898177826b869ca4 Mon Sep 17 00:00:00 2001 From: aheritier Date: Wed, 9 Jun 2004 21:54:38 +0000 Subject: [PATCH] Fix MPJAVADOC-26. The needed flag was incorrect when there was an empty sources directory. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115445 13f79535-47bb-0310-9956-ffa450edef68 --- javadoc/plugin.jelly | 4 ++-- javadoc/project.xml | 2 -- javadoc/xdocs/changes.xml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/javadoc/plugin.jelly b/javadoc/plugin.jelly index 7010c2bd..148d6e93 100644 --- a/javadoc/plugin.jelly +++ b/javadoc/plugin.jelly @@ -98,7 +98,7 @@ - + @@ -210,7 +210,7 @@ - --> + diff --git a/javadoc/project.xml b/javadoc/project.xml index 6d62559e..dc9a42d5 100644 --- a/javadoc/project.xml +++ b/javadoc/project.xml @@ -1,5 +1,4 @@ - - ../plugin-parent/project.xml 3 diff --git a/javadoc/xdocs/changes.xml b/javadoc/xdocs/changes.xml index 0f39b323..8e807234 100644 --- a/javadoc/xdocs/changes.xml +++ b/javadoc/xdocs/changes.xml @@ -1,5 +1,4 @@ - - Changes @@ -26,6 +24,7 @@ + Fix the needed flag when there's an empty sources directory. doc-files directories contents are correctly copied. Add support for multiple source directories.