You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ja...@apache.org on 2005/05/10 15:13:39 UTC

cvs commit: ws-fx/sandesha project.xml

jaliya      2005/05/10 06:13:39

  Modified:    sandesha project.xml
  Log:
  Changed the dependent jars. Removed the SNAPSHOTs for axis-ant and commons-discovery
  
  Revision  Changes    Path
  1.5       +12 -4     ws-fx/sandesha/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	2 Mar 2005 14:26:03 -0000	1.4
  +++ project.xml	10 May 2005 13:13:39 -0000	1.5
  @@ -190,6 +190,7 @@
               </properties>
           </dependency>
   
  +       <!--
           <dependency>
                     <groupId>axis</groupId>
                     <artifactId>commons-discovery</artifactId>
  @@ -198,11 +199,18 @@
                         <module>true</module>
                     </properties>
                 </dependency>
  +              -->
  +
  +         <dependency>
  +      <groupId>commons-discovery</groupId>
  +      <artifactId>commons-discovery</artifactId>
  +      <version>0.2</version>
  +       </dependency>
   
           <dependency>
                    <groupId>axis</groupId>
                    <artifactId>axis-ant</artifactId>
  -                 <version>SNAPSHOT</version>
  +                 <version>1.2</version>
                    <properties>
                        <module>true</module>
                    </properties>
  @@ -231,7 +239,7 @@
                   <module>true</module>
               </properties>
              </dependency>
  -           
  +
               <dependency>
               <groupId>log4j</groupId>
               <artifactId>log4j</artifactId>
  @@ -239,8 +247,8 @@
            <properties>
                   <module>true</module>
               </properties>
  -           </dependency> 
  -            
  +           </dependency>
  +
       </dependencies>