You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by fi...@apache.org on 2004/10/26 09:16:51 UTC

svn commit: rev 55586 - incubator/jackrabbit/trunk/xdocs

Author: fielding
Date: Tue Oct 26 00:16:49 2004
New Revision: 55586

Modified:
   incubator/jackrabbit/trunk/xdocs/downloads.xml
   incubator/jackrabbit/trunk/xdocs/layout.xml
Log:
remove slide cruft


Modified: incubator/jackrabbit/trunk/xdocs/downloads.xml
==============================================================================
--- incubator/jackrabbit/trunk/xdocs/downloads.xml	(original)
+++ incubator/jackrabbit/trunk/xdocs/downloads.xml	Tue Oct 26 00:16:49 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-   Copyright 2003-2004 The Apache Software Foundation
+   Copyright 2004 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -17,8 +17,6 @@
 <document>
    <properties>
       <title>Downloads</title>
-      <author email="slide-dev@jakarta.apache.org">Slide Documentation Team</author>
-      <revision>$Id: $</revision>
    </properties>
 
    <body>
@@ -73,4 +71,4 @@
       </section>
 -->
    </body>
-</document>
\ No newline at end of file
+</document>

Modified: incubator/jackrabbit/trunk/xdocs/layout.xml
==============================================================================
--- incubator/jackrabbit/trunk/xdocs/layout.xml	(original)
+++ incubator/jackrabbit/trunk/xdocs/layout.xml	Tue Oct 26 00:16:49 2004
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-   Copyright 2003-2004 The Apache Software Foundation
+   Copyright 2004 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -15,33 +15,30 @@
    limitations under the License.
   -->
 <document>
-   <properties>
-      <title>Project Layout</title>
-      <author email="slide-dev@jakarta.apache.org">Slide Documentation Team</author>
-      <revision>$Id: $</revision>
-   </properties>
+ <properties>
+  <title>Project Layout</title>
+ </properties>
+ <body>
+  <section name="Directory Layout">
+   <p>This contains the JCR Reference Implementation subproject.</p>
 
-   <body>
-      <section name="Directory Layout">
-         <p>This contains the JCR Reference Implementation subproject.</p>
-
-		<p>The directories contained:
-		<table>
-		    <tr><th>Directory</th><th>Description</th></tr>
-    		<tr>
-    			<td>target/classes</td>
-    			<td>The destination for the compiled Java classes</td>	
-    		</tr>
-		    <tr>
-		    	<td>src/java</td>
-		    	<td>The directory containing Java source files</td>
-		    </tr>
-		    <tr>
-		    	<td>src/conf</td>
-		    	<td>The directory with sample configuration files etc.</td>
-		    </tr>
-	  </table>
-	  </p>
-	</section>
-	</body>
-</document>
\ No newline at end of file
+   <p>The directories contained:
+   <table>
+    <tr><th>Directory</th><th>Description</th></tr>
+    <tr>
+     <td>target/classes</td>
+     <td>The destination for the compiled Java classes</td>   
+    </tr>
+    <tr>
+     <td>src/java</td>
+     <td>The directory containing Java source files</td>
+    </tr>
+    <tr>
+     <td>src/conf</td>
+     <td>The directory with sample configuration files etc.</td>
+    </tr>
+   </table>
+   </p>
+  </section>
+ </body>
+</document>