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 2010/08/30 21:17:17 UTC

svn commit: r990907 - /commons/proper/digester/trunk/src/site/xdoc/index.xml

Author: simonetripodi
Date: Mon Aug 30 19:17:17 2010
New Revision: 990907

URL: http://svn.apache.org/viewvc?rev=990907&view=rev
Log:
added xdoc xsd declaration

Modified:
    commons/proper/digester/trunk/src/site/xdoc/index.xml

Modified: commons/proper/digester/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/xdoc/index.xml?rev=990907&r1=990906&r2=990907&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/digester/trunk/src/site/xdoc/index.xml Mon Aug 30 19:17:17 2010
@@ -15,7 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<document>
+<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>Commons</title>