Author: gk
Date: Fri Jun  6 10:05:18 2014
New Revision: 1600838

URL: http://svn.apache.org/r1600838
Log:
Fix site building error: Unknown attribute 'href' for tag 'project'..

Modified:
    turbine/fulcrum/trunk/crypto/src/site/site.xml

Modified: turbine/fulcrum/trunk/crypto/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/crypto/src/site/site.xml?rev=1600838&r1=1600837&r2=1600838&view=diff
==============================================================================
--- turbine/fulcrum/trunk/crypto/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/crypto/src/site/site.xml Fri Jun  6 10:05:18 2014
@@ -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"/>


Reply via email to