jefft 02/04/16 16:34:53
Modified: . ant.properties.sample
Log:
Add some info on jdepend
Revision Changes Path
1.11 +14 -1 jakarta-avalon-excalibur/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/ant.properties.sample,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ant.properties.sample 8 Apr 2002 07:44:26 -0000 1.10
+++ ant.properties.sample 16 Apr 2002 23:34:52 -0000 1.11
@@ -10,7 +10,7 @@
# building all components. These values are overridable in component-specific
# ant.properties files.
#
-# $Id: ant.properties.sample,v 1.10 2002/04/08 07:44:26 cziegeler Exp $
+# $Id: ant.properties.sample,v 1.11 2002/04/16 23:34:52 jefft Exp $
#
-----------------------------------------------------------------------------
@@ -135,3 +135,16 @@
checkstyle.home=${base.path}/checkstyle-2.1
checkstyle.lib=${checkstyle.home}
checkstyle.jar=${checkstyle.lib}/checkstyle-all-2.1.jar
+
+# ---- JDepend, used in the 'jdepend' target -----
+#
+# Currently (2002-04-17) the JDepend target requires Ant 1.5
+#
+# May be downloaded from http://www.clarkware.com/software/JDepend.html
+# Uncomment the 'do.jdepend' flag property to enable JDepend targets
+#
+#do.jdepend=
+jdepend.home=${base.path}/jdepend
+jdepend.lib=${jdepend.home}/lib
+jdepend.jar=${jdepend.lib}/jdepend.jar
+
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>