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/09/25 23:22:45 UTC

svn commit: rev 47218 - incubator/jackrabbit/trunk

Author: fielding
Date: Sat Sep 25 14:22:44 2004
New Revision: 47218

Modified:
   incubator/jackrabbit/trunk/project.xml
Log:
Apache policy is to have all websites committed to cvs or subversion
after generation so that we can track down changes if a jerk breaks
into the system. The committed docs directory is checked-out from
anonymous svn at

   /www/incubator.apache.org/jackrabbit/

so the changes that Tim made are consistent with normal Maven style
but inconsistent with how Apache websites are supposed to work.

Note that this allows anyone with an account on www.apache.org to
update our site by cd'ing to the above directory and doing an
svn update.



Modified: incubator/jackrabbit/trunk/project.xml
==============================================================================
--- incubator/jackrabbit/trunk/project.xml	(original)
+++ incubator/jackrabbit/trunk/project.xml	Sat Sep 25 14:22:44 2004
@@ -40,13 +40,12 @@
   <shortDescription>Implementation of the Content Repository for Java</shortDescription>
   <url>http://incubator.apache.org/projects/jackrabbit.html</url>
   <issueTrackingUrl>http://issues.apache.org/jira/browse/JCR</issueTrackingUrl>
-  <siteAddress>incubator.apache.org</siteAddress>
-  <siteDirectory>/www/incubator.apache.org/jackrabbit/docs/</siteDirectory>
+  <siteDirectory>docs</siteDirectory>
   <distributionSite>incubator.apache.org</distributionSite>
   <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
   <repository>
-    <connection>scm:subversion:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/</connection>
-    <developerConnection>scm:subversion:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/</developerConnection>
+    <connection>scm:subversion:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk</connection>
+    <developerConnection>scm:subversion:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/incubator/jackrabbit/trunk/?root=Apache-SVN</url>
   </repository>
   <versions/>
@@ -83,7 +82,7 @@
         <role>Mentor</role>
         <role>Java Developer</role>
       </roles>
-      <timezone>-6</timezone>
+      <timezone>-7</timezone>
     </developer>
     <developer>
       <name>Stefan Guggisberg</name>