You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by ws...@apache.org on 2007/03/10 20:30:41 UTC

svn commit: r516771 - /maven/doxia/trunk/doxia-site/pom.xml

Author: wsmoak
Date: Sat Mar 10 11:30:41 2007
New Revision: 516771

URL: http://svn.apache.org/viewvc?view=rev&rev=516771
Log:
Correct the location of book.mdo.  The relative path assumes you have 'trunks' checked out.

Modified:
    maven/doxia/trunk/doxia-site/pom.xml

Modified: maven/doxia/trunk/doxia-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/trunk/doxia-site/pom.xml?view=diff&rev=516771&r1=516770&r2=516771
==============================================================================
--- maven/doxia/trunk/doxia-site/pom.xml (original)
+++ maven/doxia/trunk/doxia-site/pom.xml Sat Mar 10 11:30:41 2007
@@ -152,7 +152,7 @@
               <goal>xsd</goal>
             </goals>
             <configuration>
-              <model>../trunk/doxia-sandbox/doxia-book/src/main/modello/book.mdo</model>
+              <model>../../sandbox/doxia/doxia-book/src/main/modello/book.mdo</model>
               <version>1.0.0</version>
             </configuration>
           </execution>