You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2006/03/30 09:14:08 UTC

svn commit: r390018 - in /jackrabbit/trunk/jcr-server: README.txt webapp/src/webapp/index.jsp

Author: angela
Date: Wed Mar 29 23:14:07 2006
New Revision: 390018

URL: http://svn.apache.org/viewcvs?rev=390018&view=rev
Log:
Never miss a chance to read checkin messages ;)

Minor documentation issues:
- README.txt still refers to jcr-rmi as contrib.
- index.jsp still refers to jcr-server as contrib.

Modified:
    jackrabbit/trunk/jcr-server/README.txt
    jackrabbit/trunk/jcr-server/webapp/src/webapp/index.jsp

Modified: jackrabbit/trunk/jcr-server/README.txt
URL: http://svn.apache.org/viewcvs/jackrabbit/trunk/jcr-server/README.txt?rev=390018&r1=390017&r2=390018&view=diff
==============================================================================
--- jackrabbit/trunk/jcr-server/README.txt (original)
+++ jackrabbit/trunk/jcr-server/README.txt Wed Mar 29 23:14:07 2006
@@ -7,7 +7,7 @@
 ------------
 
 This project assumes that you have already successfully compiled and 
-installed the parent project Jackrabbit and the contrib project jcr-rmi
+installed the parent project Jackrabbit and the jcr-rmi project
 into your maven repository. If this is not the case, go back to the root
 project and launch
 
@@ -15,7 +15,7 @@
 
 which will build and copy Jackrabbit into ~/.maven/repository/org.apache.jackrabbit/jars
 
-Also go to the contrib project jcr-rmi and launch
+Also go to the jcr-rmi project and launch
 
   maven jar:install
 

Modified: jackrabbit/trunk/jcr-server/webapp/src/webapp/index.jsp
URL: http://svn.apache.org/viewcvs/jackrabbit/trunk/jcr-server/webapp/src/webapp/index.jsp?rev=390018&r1=390017&r2=390018&view=diff
==============================================================================
--- jackrabbit/trunk/jcr-server/webapp/src/webapp/index.jsp (original)
+++ jackrabbit/trunk/jcr-server/webapp/src/webapp/index.jsp Wed Mar 29 23:14:07 2006
@@ -4,11 +4,11 @@
                  org.apache.jackrabbit.j2ee.JCRWebdavServerServlet"%><%
 %><html>
 <head>
-<title>Jackrabbit JCR-Server Contribution</title>
+<title>Jackrabbit JCR-Server</title>
 </head>
 <body style="font-family:monospace">
-<h1>JCR-Server Contribution</h1>
-<h3>JCR-Server contribution provides 2 views</h3><p/>
+<h1>JCR-Server</h1>
+<h3>JCR-Server provides 2 views</h3><p/>
 <ol>
     <li>
         <b>Filebased View</b> (SimpleWebdavServlet)<p/>
@@ -21,7 +21,7 @@
             <li>Context Path: <%= request.getContextPath() %></li>
             <li>Resource Path Prefix: <%= SimpleWebdavServlet.getPathPrefix(pageContext.getServletContext()) %></li>
             <li>Workspace Name: see /WEB-INF/repository/repository.xml (Default = 'default')</li>
-            <li>Source: /contrib/jcr-server/server/webdav/simple</li>
+            <li>Source: /jcr-server/server/webdav/simple</li>
         </ul>
         <p/>
     </li>
@@ -48,7 +48,7 @@
             <li>Context Path: <%= request.getContextPath() %></li>
             <li>Resource Path Prefix: <%= JCRWebdavServerServlet.getPathPrefix(pageContext.getServletContext()) %></li>
             <li>Workspace Name: - Not required - (available workspaces are mapped as resources)</li>
-            <li>Source: /contrib/jcr-server/server/webdav/jcr</li>
+            <li>Source: /jcr-server/server/webdav/jcr</li>
         </ul>
     </li>
 </ol>