You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/09/20 03:17:30 UTC

svn commit: r290325 - /forrest/trunk/etc/cocoon_upgrade/local.build.properties

Author: crossley
Date: Mon Sep 19 18:17:25 2005
New Revision: 290325

URL: http://svn.apache.org/viewcvs?rev=290325&view=rev
Log:
More sync with Cocoon.
The default was already to not include.sources in jars.

Modified:
    forrest/trunk/etc/cocoon_upgrade/local.build.properties

Modified: forrest/trunk/etc/cocoon_upgrade/local.build.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/cocoon_upgrade/local.build.properties?rev=290325&r1=290324&r2=290325&view=diff
==============================================================================
--- forrest/trunk/etc/cocoon_upgrade/local.build.properties (original)
+++ forrest/trunk/etc/cocoon_upgrade/local.build.properties Mon Sep 19 18:17:25 2005
@@ -34,9 +34,9 @@
 exclude.documentation=true
 exclude.javadocs=true
 # Include Java source code into the binary jar files
-include.sources-in-jars=false
+#include.sources-in-jars=true
 # Include Java source code into separate, source only jar files
-include.sources-jars=false
+#include.sources-jars=true
 
 # ---- Configuration -----------------------------------------------------------