You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2004/10/20 14:27:03 UTC

cvs commit: jakarta-turbine-fulcrum/upload project.xml

epugh       2004/10/20 05:27:03

  Modified:    upload/xdocs changes.xml
               upload   project.xml
  Log:
  Clean up dependencies.
  
  Revision  Changes    Path
  1.2       +5 -0      jakarta-turbine-fulcrum/upload/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/upload/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	13 Feb 2004 14:26:23 -0000	1.1
  +++ changes.xml	20 Oct 2004 12:27:02 -0000	1.2
  @@ -6,6 +6,11 @@
     </properties>
   
     <body>
  +    <release version="1.0.3-dev" date="in CVS">
  +     <action dev="epugh" type="update">
  +        Clean up dependencies list.
  +      </action>      
  +    </release>    
       <release version="1.0-alpha-2" date="in CVS">
        <action dev="epugh" type="add">
           Initial conversion to Avalon component.
  
  
  
  1.7       +13 -32    jakarta-turbine-fulcrum/upload/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/upload/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	16 Oct 2004 17:31:30 -0000	1.6
  +++ project.xml	20 Oct 2004 12:27:02 -0000	1.7
  @@ -3,16 +3,9 @@
     <extend>${basedir}/../project.xml</extend>
     <id>fulcrum-upload</id>
     <name>Fulcrum Upload Component</name>
  -  <currentVersion>1.0.1</currentVersion>
  +  <currentVersion>1.0.3-dev</currentVersion>
   
     <dependencies>
  -  
  -    <dependency>
  -      <groupId>servletapi</groupId>
  -      <artifactId>servletapi</artifactId>
  -      <version>2.3</version>
  -      <url>http://java.sun.com/products/servlet/</url>
  -    </dependency>
       
       <dependency>
         <groupId>commons-fileupload</groupId>
  @@ -20,16 +13,10 @@
         <version>1.0</version>
         <url>http://jakarta.apache.org/commons/fileupload/index.html</url>
       </dependency>    
  -    <dependency>
  -      <groupId>commons-email</groupId>
  -      <artifactId>commons-email</artifactId>
  -      <version>20030310.165926</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/email</url>
  -    </dependency>
         
       <dependency>
  -      <groupId>jaf:activation</groupId>
  -      <artifactId>jaf:activation</artifactId>
  +      <groupId>jaf</groupId>
  +      <artifactId>activation</artifactId>
         <version>1.0.2</version>
         <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
       </dependency>
  @@ -37,29 +24,23 @@
       <dependency>
         <groupId>javamail</groupId>
         <artifactId>javamail</artifactId>
  -      <version>1.3.1</version>
  +      <version>1.3</version>
         <url>http://java.sun.com/products/javamail/</url>
       </dependency>
  +    
  +    <!-- Needed only for compiling -->
  +    <dependency>
  +      <groupId>servletapi</groupId>
  +      <artifactId>servletapi</artifactId>
  +      <version>2.3</version>
  +      <url>http://java.sun.com/products/servlet/</url>
  +    </dependency>    
           
  -    <!--  Needed only for testing -->
  +    <!-- Needed only for testing -->
       <dependency>
         <groupId>fulcrum</groupId>
         <artifactId>fulcrum-testcontainer</artifactId>
         <version>1.0.3</version>
  -    </dependency>
  -
  -    <dependency>
  -      <groupId>xercesImpl</groupId>
  -      <artifactId>xercesImpl</artifactId>
  -      <version>2.0.2</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
  -    </dependency>
  -
  -    <dependency>
  -      <groupId>xml-apis</groupId>
  -      <artifactId>xml-apis</artifactId>
  -      <version>2.0.2</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
       </dependency>
   
     </dependencies>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org