You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by jo...@apache.org on 2012/01/10 21:36:37 UTC

svn commit: r1229716 - /jackrabbit/site/trunk/lib/view.pm

Author: joes
Date: Tue Jan 10 20:36:37 2012
New Revision: 1229716

URL: http://svn.apache.org/viewvc?rev=1229716&view=rev
Log:
trivial change to generate site build

Modified:
    jackrabbit/site/trunk/lib/view.pm

Modified: jackrabbit/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/lib/view.pm?rev=1229716&r1=1229715&r2=1229716&view=diff
==============================================================================
--- jackrabbit/site/trunk/lib/view.pm (original)
+++ jackrabbit/site/trunk/lib/view.pm Tue Jan 10 20:36:37 2012
@@ -1,11 +1,11 @@
 package view;
 
-#
+
 # BUILD CONSTRAINT:  all views must return $content, $extension.
 # additional return values (as seen below) are optional.  However,
 # careful use of symlinks and dependency management in path.pm can
 # resolve most issues with this constraint.
-#
+
 
 use strict;
 use warnings;