You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/11/10 09:37:31 UTC

svn commit: r332248 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf

Author: michi
Date: Thu Nov 10 00:37:28 2005
New Revision: 332248

URL: http://svn.apache.org/viewcvs?rev=332248&view=rev
Log:
paths neutralized

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf?rev=332248&r1=332247&r2=332248&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/publication.xconf Thu Nov 10 00:37:28 2005
@@ -28,8 +28,12 @@
 
   <!-- NOTE: The configuration of content directories has NOT been fully tested yet and might lead to unexpected results. Use at own risk;-) -->
 
-  <content-dir area="autoring">/home/edith/data/authoring</content-dir>
-  <content-dir area="live">/home/edith/blabla/live</content-dir>
+  <content-dir area="autoring">content/authoring</content-dir>
+  <content-dir area="live">content/live</content-dir>
+<!--
+  <content-dir area="autoring">/home/USERNAME/data/default/authoring</content-dir>
+  <content-dir area="live">D:\tmp\default\live</content-dir>
+-->
   
   <!-- 
        For information about these settings, read 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org