Fix site building error: Unknown attribute 'href' for tag 'project'..

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/crypto@1600838 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/site.xml b/src/site/site.xml
index e68c9e0..49befec 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,8 +17,10 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project name="Fulcrum Crypto"
-      href="http://turbine.apache.org/fulcrum/fulcrum-crypto/">
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0" 
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+  name="Fulcrum Crypto">
   <body>
     <menu name="Overview">
       <item name="About"             href="/index.html"/>