diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -267,10 +267,12 @@ Please go to module subdirectory 'lib' and run 'mvn compile' there. This should take care of downloading all necessary libraries to that directory, where some tests expect them to be. </message> <files> - <file>${lib.directory}/ant/bin/ant</file> + <file>${lib.directory}/ant/bin/ant.bat</file> <file>${lib.directory}/ant/lib/junit.jar</file> <file>${lib.directory}/asm/asm-${asm.version}.renamed.jar</file> <file>${lib.directory}/commons/commons.jar</file> + <file>${lib.directory}/docbook/docbook-dtd/docbookx.dtd</file> + <file>${lib.directory}/docbook/docbook-xsl/html/chunk.xsl</file> <file>${lib.directory}/jarjar/jarjar-1.3.jar</file> <file>${lib.directory}/jdtcore-aj/jdtcore-for-aspectj.jar</file> <file>${lib.directory}/junit/junit.jar</file> |