You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2002/11/30 01:58:41 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/latex project.xml

dion        2002/11/29 16:58:41

  Modified:    src/plugins-build/latex project.xml
  Log:
  Fix classloaders
  
  Revision  Changes    Path
  1.9       +1 -1      jakarta-turbine-maven/src/plugins-build/latex/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/latex/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	16 Sep 2002 08:19:10 -0000	1.8
  +++ project.xml	30 Nov 2002 00:58:40 -0000	1.9
  @@ -69,7 +69,7 @@
         <id>ant</id>
         <version>1.5</version>
         <properties>
  -        <classloader>root.maven</classloader>
  +        <classloader>root</classloader>
         </properties>
       </dependency>