You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/05/27 00:12:22 UTC

svn commit: r1128103 - in /commons/sandbox/digester3/trunk/src/site: site.xml xdoc/guide/binder.xml

Author: simonetripodi
Date: Thu May 26 22:12:22 2011
New Revision: 1128103

URL: http://svn.apache.org/viewvc?rev=1128103&view=rev
Log:
first checkin of empty binder page

Added:
    commons/sandbox/digester3/trunk/src/site/xdoc/guide/binder.xml   (with props)
Modified:
    commons/sandbox/digester3/trunk/src/site/site.xml

Modified: commons/sandbox/digester3/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/site/site.xml?rev=1128103&r1=1128102&r2=1128103&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/site/site.xml (original)
+++ commons/sandbox/digester3/trunk/src/site/site.xml Thu May 26 22:12:22 2011
@@ -49,6 +49,7 @@
     <menu name="Release 3.0 (Current)">
       <item name="Guide" href="http://commons.apache.org/digester/commons-digester-3.0/core.html">
         <item name="Core APIs"            href="http://commons.apache.org/digester/commons-digester-3.0/core.html"/>
+        <item name="Rules Binder (new)"   href="http://commons.apache.org/digester/commons-digester-3.0/binder.html"/>
         <item name="Plugins"              href="http://commons.apache.org/digester/commons-digester-3.0/plugins.html"/>
         <item name="Substitution"         href="http://commons.apache.org/digester/commons-digester-3.0/substitution.html"/>
         <item name="XML Rules"            href="http://commons.apache.org/digester/commons-digester-3.0/xmlrules.html"/>

Added: commons/sandbox/digester3/trunk/src/site/xdoc/guide/binder.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/site/xdoc/guide/binder.xml?rev=1128103&view=auto
==============================================================================
--- commons/sandbox/digester3/trunk/src/site/xdoc/guide/binder.xml (added)
+++ commons/sandbox/digester3/trunk/src/site/xdoc/guide/binder.xml Thu May 26 22:12:22 2011
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+  <properties>
+    <title>Apache Commons Digester | Guide ! Rules Binder</title>
+    <author email="dev@commons.apache.org">Commons Documentation Team</author>
+  </properties>
+  <body>
+    <section name="Rules Binder (new)">
+    </section>
+  </body>
+</document>

Propchange: commons/sandbox/digester3/trunk/src/site/xdoc/guide/binder.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/sandbox/digester3/trunk/src/site/xdoc/guide/binder.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: commons/sandbox/digester3/trunk/src/site/xdoc/guide/binder.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml