You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by jo...@apache.org on 2012/06/25 22:47:20 UTC

svn commit: r1353735 - /incubator/deltaspike/site/trunk/lib/view.pm

Author: joes
Date: Mon Jun 25 20:47:20 2012
New Revision: 1353735

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

Modified:
    incubator/deltaspike/site/trunk/lib/view.pm

Modified: incubator/deltaspike/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/lib/view.pm?rev=1353735&r1=1353734&r2=1353735&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/lib/view.pm (original)
+++ incubator/deltaspike/site/trunk/lib/view.pm Mon Jun 25 20:47:20 2012
@@ -1,11 +1,9 @@
 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;