You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/11/10 11:47:12 UTC

svn commit: r473308 - /lenya/trunk/src/modules/export/java/src/org/apache/lenya/cms/export/Import.java

Author: andreas
Date: Fri Nov 10 02:47:12 2006
New Revision: 473308

URL: http://svn.apache.org/viewvc?view=rev&rev=473308
Log:
Use new example content path for import

Modified:
    lenya/trunk/src/modules/export/java/src/org/apache/lenya/cms/export/Import.java

Modified: lenya/trunk/src/modules/export/java/src/org/apache/lenya/cms/export/Import.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/export/java/src/org/apache/lenya/cms/export/Import.java?view=diff&rev=473308&r1=473307&r2=473308
==============================================================================
--- lenya/trunk/src/modules/export/java/src/org/apache/lenya/cms/export/Import.java (original)
+++ lenya/trunk/src/modules/export/java/src/org/apache/lenya/cms/export/Import.java Fri Nov 10 02:47:12 2006
@@ -50,7 +50,7 @@
         super.initParameters();
         Area area = getArea();
         String pubPath = area.getPublication().getDirectory().getAbsolutePath();
-        String path = pubPath.replace(File.separatorChar, '/') + "/example-content/authoring";
+        String path = pubPath.replace(File.separatorChar, '/') + "/example-content";
         setParameter("path", path);
     }
 



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