dion 02/04/22 09:13:45
Modified: latka project.properties
Log:
Added extra properties for maven junit and xdocs
Revision Changes Path
1.3 +5 -1 jakarta-commons/latka/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/project.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.properties 10 Apr 2002 02:59:27 -0000 1.2
+++ project.properties 22 Apr 2002 16:13:45 -0000 1.3
@@ -11,5 +11,9 @@
checkstyle.lcurly.method=eol
checkstyle.lcurly.other=eol
checkstyle.rcurly=same
+# directory for resources to go in the jar
jarResources.basedir=${basedir}/resource
-junit.fork=true
\ No newline at end of file
+# run junit tests in a separate vm
+junit.fork=true
+# override maven default docs
+docs.src=${basedir}/src/xdocs
\ No newline at end of file
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>