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:00 UTC

svn commit: r332247 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/publication.xconf

Author: michi
Date: Thu Nov 10 00:36:51 2005
New Revision: 332247

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

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

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/publication.xconf
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/publication.xconf?rev=332247&r1=332246&r2=332247&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/publication.xconf (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/publication.xconf Thu Nov 10 00:36:51 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: publication.xconf,v 1.7 2004/03/16 11:12:16 gregor Exp $ -->
+<!-- $Id$ -->
 
 <publication>
   <languages>
@@ -25,5 +25,14 @@
   <path-mapper>org.apache.lenya.cms.publication.SingleLanguageIdentityMapper</path-mapper>
   <document-builder>org.apache.lenya.cms.publication.DefaultDocumentBuilder</document-builder>
   <breadcrumb-prefix/>
+
+  <!-- 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">content/authoring</content-dir>
+  <content-dir area="live">content/live</content-dir>
+<!--
+  <content-dir area="autoring">/home/USERNAME/data/blog/authoring</content-dir>
+  <content-dir area="live">D:\tmp\blog\live</content-dir>
+-->
   <ssl-prefix/>
 </publication>



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