You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/04/08 04:02:06 UTC

cvs commit: maven-components/maven-model/xdocs navigation.xml

jvanzyl     2004/04/07 19:02:06

  Modified:    maven-model build.sh project.xml
  Added:       maven-model/xdocs navigation.xml
  Log:
  o place generated xdoc in the xdocs directory
  o add navigation.xml
  
  Revision  Changes    Path
  1.3       +1 -2      maven-components/maven-model/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/build.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.sh	10 Mar 2004 20:45:24 -0000	1.2
  +++ build.sh	8 Apr 2004 02:02:06 -0000	1.3
  @@ -13,5 +13,4 @@
   modello --model=maven.mdo --mode=xsd --dir=.
   
   # Generate XDoc
  -modello --model=maven.mdo --mode=xdoc --dir=.
  -
  +modello --model=maven.mdo --mode=xdoc --dir=./xdocs
  
  
  
  1.5       +7 -0      maven-components/maven-model/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	7 Apr 2004 20:28:31 -0000	1.4
  +++ project.xml	8 Apr 2004 02:02:06 -0000	1.5
  @@ -10,4 +10,11 @@
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description>Maven Model</description>
     <shortDescription>Maven Model</shortDescription>
  +  <dependencies>
  +    <dependency>
  +      <artifactId>xpp3</artifactId>
  +      <groupId>xpp3</groupId>
  +      <version>1.1.3.3</version>
  +    </dependency>
  +  </dependencies>
   </project>
  
  
  
  1.1                  maven-components/maven-model/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Maven">
  
    <title>Maven</title>
  
    <body>
      <links>
        <item name="Plexus" href="http://plexus.codehaus.org"/>
      </links>
      
      <menu name="Quick Links">
        <item name="Model" href="/maven.html"/>
      </menu>
    </body>
  </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org