cziegeler 2004/03/01 10:19:10
Modified: logger maven.xml
Log:
Add impl directory to paths
Revision Changes Path
1.4 +6 -0 avalon-excalibur/logger/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/logger/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- maven.xml 28 Feb 2004 15:18:16 -0000 1.3
+++ maven.xml 1 Mar 2004 18:19:09 -0000 1.4
@@ -26,6 +26,9 @@
<ant:path
id="servletlogger.sources"
location="${basedir}/servletlogger/src/java"/>
+ <ant:path
+ id="impl.sources"
+ location="${basedir}/impl/src/java"/>
<maven:addPath
id="maven.compile.src.set"
@@ -36,6 +39,9 @@
<maven:addPath
id="maven.compile.src.set"
refid="servletlogger.sources"/>
+ <maven:addPath
+ id="maven.compile.src.set"
+ refid="impl.sources"/>
</preGoal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]