diff options
author | Jesse McConnell <jmcconnell@apache.org> | 2006-12-15 18:39:19 +0000 |
---|---|---|
committer | Jesse McConnell <jmcconnell@apache.org> | 2006-12-15 18:39:19 +0000 |
commit | 340459c6061291e56af484b67b3e7833f06d0d03 (patch) | |
tree | 6424b45aea5353faa105522a1ac0f4ed281e999d /maven-meeper/src/site/xdoc/xdoc.xml | |
parent | 941ca15c2574019c76626d600834d5fe48be093c (diff) | |
download | archiva-340459c6061291e56af484b67b3e7833f06d0d03.tar.gz archiva-340459c6061291e56af484b67b3e7833f06d0d03.zip |
initial site for meeper and a brief howto sync up central
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@487615 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-meeper/src/site/xdoc/xdoc.xml')
-rw-r--r-- | maven-meeper/src/site/xdoc/xdoc.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/maven-meeper/src/site/xdoc/xdoc.xml b/maven-meeper/src/site/xdoc/xdoc.xml new file mode 100644 index 000000000..1b3e4f6cf --- /dev/null +++ b/maven-meeper/src/site/xdoc/xdoc.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Welcome</title> + <author email="dev@maven.apache.org">The Maven Team</author> + </properties> + <body> + <section name="Welcome to an XDOC file!"> + <p> + This is some text for the xdoc file. + </p> + </section> + </body> +</document> + |