Author: vsiveton
Date: Wed Jan 28 14:15:44 2009
New Revision: 738494

URL: http://svn.apache.org/viewvc?rev=738494&view=rev
Log:
o remove the book xsd generation

Modified:
    maven/doxia/site/pom.xml
    maven/doxia/site/src/site/apt/book/index.apt

Modified: maven/doxia/site/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=738494&r1=738493&r2=738494&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Wed Jan 28 14:15:44 2009
@@ -180,33 +180,6 @@
         </configuration>
       </plugin>
 <!-- END SNIPPET: configuration -->
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-21</version>
-        <configuration>
-          <models>
-            <model>src/main/modello/book.mdo</model>
-          </models>
-          <version>1.0.0</version>
-        </configuration>
-        <executions>
-          <execution>
-            <id>site-docs</id>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>xdoc</goal>
-              <goal>xsd</goal>
-            </goals>
-            <configuration>
-              <models>
-                <model>../doxia/doxia-book/src/main/modello/book.mdo</model>
-              </models>
-              <version>1.0.0</version>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 

Modified: maven/doxia/site/src/site/apt/book/index.apt
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/book/index.apt?rev=738494&r1=738493&r2=738494&view=diff
==============================================================================
--- maven/doxia/site/src/site/apt/book/index.apt (original)
+++ maven/doxia/site/src/site/apt/book/index.apt Wed Jan 28 14:15:44 2009
@@ -2,7 +2,10 @@
  Writing Books in Doxia
  -----
  Trygve Laugstol
- -----
+ Vincent Siveton
+ ------
+ 2009-01-28
+ ------
 
 Introduction
 
@@ -17,7 +20,7 @@
  The only thing you need in addition to the content files itself is a simple 
book descriptor which is used to specify
  the ordering of the sections and the names for the chapters.
 
- See {{{../book.html}The Book Descriptor Reference}} for a reference to the 
descriptor.
+ See {{{doxia/doxia-book/book.html}The Book Descriptor Reference}} for a 
reference to the descriptor.
 
 * Creating Book Descriptor
 


Reply via email to