You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by jo...@apache.org on 2011/12/18 03:07:46 UTC

svn commit: r1220323 - /incubator/ooo/ooo-site/trunk/lib/view.pm

Author: joes
Date: Sun Dec 18 02:07:45 2011
New Revision: 1220323

URL: http://svn.apache.org/viewvc?rev=1220323&view=rev
Log:
trigger site build

Modified:
    incubator/ooo/ooo-site/trunk/lib/view.pm

Modified: incubator/ooo/ooo-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/lib/view.pm?rev=1220323&r1=1220322&r2=1220323&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/lib/view.pm (original)
+++ incubator/ooo/ooo-site/trunk/lib/view.pm Sun Dec 18 02:07:45 2011
@@ -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 svn externals and dependency management in path.pm can
 # resolve most issues with this constraint.
-#
 
 use strict;
 use warnings;



Re: svn commit: r1220323 - /incubator/ooo/ooo-site/trunk/lib/view.pm

Posted by Dave Fisher <da...@comcast.net>.
Thanks Joe! It looks like this one unlocked the site build!

Regards,
Dave

On Dec 17, 2011, at 9:07 PM, joes@apache.org wrote:

> Author: joes
> Date: Sun Dec 18 02:07:45 2011
> New Revision: 1220323
> 
> URL: http://svn.apache.org/viewvc?rev=1220323&view=rev
> Log:
> trigger site build
> 
> Modified:
>    incubator/ooo/ooo-site/trunk/lib/view.pm
> 
> Modified: incubator/ooo/ooo-site/trunk/lib/view.pm
> URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/lib/view.pm?rev=1220323&r1=1220322&r2=1220323&view=diff
> ==============================================================================
> --- incubator/ooo/ooo-site/trunk/lib/view.pm (original)
> +++ incubator/ooo/ooo-site/trunk/lib/view.pm Sun Dec 18 02:07:45 2011
> @@ -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 svn externals and dependency management in path.pm can
> # resolve most issues with this constraint.
> -#
> 
> use strict;
> use warnings;
> 
>