mpoeschl    2003/02/11 11:51:18

  Modified:    .        project.xml
  Log:
  oro must be loaded before jython as jython includes some oro classes
  this causes the maven jxr plugin to fail
  
  Revision  Changes    Path
  1.96      +8 -8      jakarta-turbine-2/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -r1.95 -r1.96
  --- project.xml       11 Feb 2003 17:54:58 -0000      1.95
  +++ project.xml       11 Feb 2003 19:51:17 -0000      1.96
  @@ -515,6 +515,14 @@
         <url>http://www.junit.org</url>
       </dependency>
       <dependency>
  +      <id>oro</id>
  +      <version>2.0.7</version>
  +      <url>http://jakarta.apache.org/oro/</url>
  +      <properties>
  +        <war.bundle.jar>true</war.bundle.jar>
  +      </properties>
  +    </dependency>
  +    <dependency>
         <id>jython</id>
         <version>2.1</version>
         <url>http://www.jython.org/</url>
  @@ -531,14 +539,6 @@
         <id>logkit</id>
         <version>1.0.1</version>
         <url>http://jakarta.apache.org/avalon/logkit/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>oro</id>
  -      <version>2.0.7</version>
  -      <url>http://jakarta.apache.org/oro/</url>
         <properties>
           <war.bundle.jar>true</war.bundle.jar>
         </properties>
  
  
  

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

Reply via email to