dlr         2003/02/22 09:53:06

  Modified:    .        project.xml
  Log:
  * project.xml
    Added a comment indicating that ORO must be loaded before Jython, as
    Jython includes some ORO classes which cause the Maven JXR plug-in
    to fail.
  
  Revision  Changes    Path
  1.103     +2 -0      jakarta-turbine-2/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -u -r1.102 -r1.103
  --- project.xml       19 Feb 2003 23:57:25 -0000      1.102
  +++ project.xml       22 Feb 2003 17:53:06 -0000      1.103
  @@ -516,6 +516,8 @@
         <version>3.8.1</version>
         <url>http://www.junit.org/</url>
       </dependency>
  +    <!-- ORO must be loaded before Jython, as Jython includes some ORO -->
  +    <!-- classes which cause the Maven JXR plug-in to fail. -->
       <dependency>
         <id>oro</id>
         <version>2.0.7</version>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to