henning     2002/12/23 14:07:14

  Modified:    .        project.xml
  Log:
  There was decided that the <id> tags of the dependency
  jars should be alphabetically ordered from a-z and that
  all jars are mandatory. Cleaned up the sequence.
  
  removed a second log4j reference (my bad)
  
  Revision  Changes    Path
  1.70      +26 -43    jakarta-turbine-2/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- project.xml       23 Dec 2002 21:58:37 -0000      1.69
  +++ project.xml       23 Dec 2002 22:07:14 -0000      1.70
  @@ -388,17 +388,9 @@
         </properties>
       </dependency>
       <dependency>
  -      <id>log4j</id>
  -      <version>1.2.7</version>
  -      <url>http://jakarta.apache.org/log4j/</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>regexp</id>
  -      <version>1.3-dev</version>
  -      <url>http://jakarta.apache.org/regexp/</url>
  +      <id>jaf:activation</id>
  +      <version>1.0.2</version>
  +      <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
         <properties>
           <war.bundle.jar>true</war.bundle.jar>
         </properties>
  @@ -411,14 +403,6 @@
         </properties>
       </dependency>
       <dependency>
  -      <id>jaf:activation</id>
  -      <version>1.0.2</version>
  -      <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
         <id>jdbc</id>
         <version>2.0</version>
         <url>http://java.sun.com/products/jdbc/download.html#spec</url>
  @@ -435,14 +419,31 @@
         </properties>
       </dependency>
       <dependency>
  +      <id>junit</id>
  +      <version>3.8.1</version>
  +      <url>http://www.junit.org</url>
  +    </dependency>
  +    <dependency>
  +      <id>jython</id>
  +      <version>2.1</version>
  +    </dependency>
  +    <dependency>
         <id>log4j</id>
  -      <version>1.2.6</version>
  +      <version>1.2.7</version>
         <url>http://jakarta.apache.org/log4j/</url>
         <properties>
           <war.bundle.jar>true</war.bundle.jar>
         </properties>
       </dependency>
       <dependency>
  +      <id>regexp</id>
  +      <version>1.3-dev</version>
  +      <url>http://jakarta.apache.org/regexp/</url>
  +      <properties>
  +        <war.bundle.jar>true</war.bundle.jar>
  +      </properties>
  +    </dependency>
  +    <dependency>
         <id>servletapi</id>
         <version>2.2</version>
       </dependency>
  @@ -479,9 +480,8 @@
         </properties>
       </dependency>
       <dependency>
  -      <id>xmlrpc</id>
  -      <version>1.2-a1</version>
  -      <url>http://xml.apache.org/xmlrpc/</url>
  +      <id>xalan</id>
  +      <version>2.1.0</version>
         <properties>
           <war.bundle.jar>true</war.bundle.jar>
         </properties>
  @@ -503,30 +503,13 @@
         </properties>
       </dependency>
       <dependency>
  -      <id>xalan</id>
  -      <version>2.1.0</version>
  +      <id>xmlrpc</id>
  +      <version>1.2-a1</version>
  +      <url>http://xml.apache.org/xmlrpc/</url>
         <properties>
           <war.bundle.jar>true</war.bundle.jar>
         </properties>
       </dependency>
  -
  -    <!-- *********************************** -->
  -    <!-- THESE ARE THE OPTIONAL DEPENDENCIES -->
  -    <!-- *********************************** -->
  -
  -    <dependency>
  -      <id>jython</id>
  -      <version>2.1</version>
  -    </dependency>
  -
  -   <!-- Needed for the Testcases -->
  -
  -    <dependency>
  -      <id>junit</id>
  -      <version>3.8.1</version>
  -      <url>http://www.junit.org</url>
  -    </dependency>
  -
     </dependencies>
   
     <build>
  
  
  

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

Reply via email to