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 di...@apache.org on 2005/03/30 12:01:51 UTC

cvs commit: ws-fx/addressing project.properties project.xml

dims        2005/03/30 02:01:51

  Modified:    addressing project.properties project.xml
  Log:
  update dependency stuff
  
  Revision  Changes    Path
  1.3       +1 -1      ws-fx/addressing/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/ws-fx/addressing/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	3 Dec 2004 23:30:53 -0000	1.2
  +++ project.properties	30 Mar 2005 10:01:51 -0000	1.3
  @@ -7,7 +7,7 @@
   # MAVEN CORE
   ##############
   # comma-spearated list of remote JAR repository URLs
  -maven.repo.remote = http://www.apache.org/dist/java-repository/, http://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/
  +maven.repo.remote = http://www.ibiblio.org/maven, http://www.apache.org/dist/java-repository/, http://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/
   
   # XDOC PLUGIN
   ###############
  
  
  
  1.10      +7 -2      ws-fx/addressing/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-fx/addressing/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	10 Mar 2005 17:15:10 -0000	1.9
  +++ project.xml	30 Mar 2005 10:01:51 -0000	1.10
  @@ -119,6 +119,11 @@
       <!-- ============ -->
   
       <dependencies>
  +        <dependency>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +            <version>3.8.1</version>
  +        </dependency>
   
           <dependency>
             <groupId>axis</groupId>
  @@ -170,7 +175,7 @@
           </dependency>
   
           <dependency>
  -            <groupId>axis</groupId>
  +            <groupId>commons-discovery</groupId>
               <artifactId>commons-discovery</artifactId>
               <version>SNAPSHOT</version>
               <properties>
  @@ -179,7 +184,7 @@
           </dependency>
   
           <dependency>
  -            <groupId>axis</groupId>
  +            <groupId>commons-logging</groupId>
               <artifactId>commons-logging</artifactId>
               <version>SNAPSHOT</version>
               <properties>