From c6efcad3049fc80366dc47b847a6b15ce8488271 Mon Sep 17 00:00:00 2001 From: dion Date: Sun, 7 Dec 2003 14:37:48 +0000 Subject: [PATCH] Fix bad project.xml - missing resources section git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114461 13f79535-47bb-0310-9956-ffa450edef68 --- html2xdoc/project.xml | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/html2xdoc/project.xml b/html2xdoc/project.xml index c526b6dd..38b5004c 100644 --- a/html2xdoc/project.xml +++ b/html2xdoc/project.xml @@ -82,19 +82,27 @@ src/main src/test + - **/Test*.java + **/*Test.java - - - src/test - - *.xml - *.html - - - + + + + src/plugin-resources + plugin-resources + + + . + + plugin.jelly + plugin.properties + project.properties + project.xml + + +