You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2004/11/05 16:52:12 UTC

svn commit: rev 56680 - cocoon/trunk

Author: vgritsenko
Date: Fri Nov  5 07:52:12 2004
New Revision: 56680

Modified:
   cocoon/trunk/build.properties
Log:
add property


Modified: cocoon/trunk/build.properties
==============================================================================
--- cocoon/trunk/build.properties	(original)
+++ cocoon/trunk/build.properties	Fri Nov  5 07:52:12 2004
@@ -33,7 +33,10 @@
 #exclude.deprecated=true
 #exclude.documentation=true
 #exclude.javadocs=true
+# Include Java source code into the binary jar files
 #include.sources-in-jars=true
+# Include Java source code into separate, source only jar files
+#include.sources-jars=true
 
 # ---- Configuration -----------------------------------------------------------