You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/06/10 20:05:44 UTC

cvs commit: avalon/buildsystem/xml-forrest/src/resources/maven-plugin project.xml plugin.jelly

leosimons    2003/06/10 11:05:44

  Modified:    buildsystem/xml-forrest/src/resources/maven-plugin
                        project.xml plugin.jelly
  Log:
  fixing doc generation using maven-forrest-plugin
  
  Revision  Changes    Path
  1.2       +20 -18    avalon/buildsystem/xml-forrest/src/resources/maven-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/buildsystem/xml-forrest/src/resources/maven-plugin/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	9 Jun 2003 15:26:25 -0000	1.1
  +++ project.xml	10 Jun 2003 18:05:44 -0000	1.2
  @@ -92,24 +92,26 @@
           </dependency>-->
   
           <!-- xml stuff -->
  -        <dependency>
  -            <id>xml-apis</id>
  -            <version>2.0.2</version>
  -        </dependency>
  -        <dependency>
  -            <id>xercesImpl</id>
  -            <version>2.4.0</version>
  -            <groupId>xerces</groupId>
  -        </dependency>
  -        <dependency>
  -            <id>xmlParserAPIs</id>
  -            <version>2.2.1</version>
  -            <groupId>xerces</groupId>
  -        </dependency>
  -        <dependency>
  -            <id>xalan</id>
  -            <version>2.5.1</version>
  -        </dependency>
  +        <dependencies>
  +            <dependency>
  +                <id>xml-apis</id>
  +                <version>2.0.2</version>
  +            </dependency>
  +            <dependency>
  +                <id>xercesImpl</id>
  +                <version>2.4.0</version>
  +                <groupId>xerces</groupId>
  +            </dependency>
  +            <dependency>
  +                <id>xmlParserAPIs</id>
  +                <version>2.2.1</version>
  +                <groupId>xerces</groupId>
  +            </dependency>
  +            <dependency>
  +                <id>xalan</id>
  +                <version>2.5.1</version>
  +            </dependency>
  +        </dependencies>
           <dependency>
               <id>batik-all</id>
               <version>1.5b5</version>
  
  
  
  1.2       +4 -6      avalon/buildsystem/xml-forrest/src/resources/maven-plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/avalon/buildsystem/xml-forrest/src/resources/maven-plugin/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	9 Jun 2003 15:26:25 -0000	1.1
  +++ plugin.jelly	10 Jun 2003 18:05:44 -0000	1.2
  @@ -20,12 +20,10 @@
                   fork="true">
               <ant:classpath>
                   <ant:fileset dir="${maven.repo.local}">
  -                  <j:forEach var="dep" items="${pom.dependencies}">
  -                    <ant:include name="${dep.artifactDirectory}/jars/${dep.artifact}"/>
  -                  </j:forEach>
  -                  <j:forEach var="dep" items="${plugin.dependencies}">
  -                    <ant:include name="${dep.artifactDirectory}/jars/${dep.artifact}"/>
  -                  </j:forEach>
  +                    <j:forEach var="dep" items="${plugin.dependencies}">
  +                      <ant:include name="${dep.artifactDirectory}/jars/${dep.artifact}"/>
  +                    </j:forEach>
  +                    <ant:pathelement path="${forrest.home}/WEB-INF/classes"/>
                   </ant:fileset>
               </ant:classpath>
               <ant:jvmarg value="-Dforrest.home=${forrest.home}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org