vmassol 2002/12/15 02:47:14
Modified: documentation build.properties.sample
Log:
- stylebook.jar is optional
- jars in the sample properties file must be versioned
Revision Changes Path
1.5 +9 -4 jakarta-cactus/documentation/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/build.properties.sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.properties.sample 12 Dec 2002 11:00:44 -0000 1.4
+++ build.properties.sample 15 Dec 2002 10:47:14 -0000 1.5
@@ -21,9 +21,14 @@
# below. You do not have to put all the external jars in a single location.
lib.repo = c:/apps/maven/repository
-# The location of the Stylebook jar (used to generate the documentation)
-stylebook.jar = ${lib.repo}/stylebook/jars/stylebook.jar
-
# CVS executable to use for documentation generation (used to automatically
# generate web site changelog).
cvs.executable = cvs
+
+# -----------------------------------------------------------------------------
+# Optional properties
+# -----------------------------------------------------------------------------
+
+# The location of the Stylebook jar (used to generate the documentation).
+# If not specified here, the jar must be present in ANTHOME/lib
+stylebook.jar = ${lib.repo}/stylebook/jars/stylebook-1.0-b3_xalan-2.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>