dblevins    2005/02/02 19:07:57

  Modified:    modules/assembly project.xml
  Log:

  Revising the WSContainer to better support rpc/encoded strictly against a 
lightweight WSDL->Java mapping.
  Added validation for lightweigth mappings.
  Added ability to download the WSDL via http://foobar.com/someservice?wsdl
  
  Revision  Changes    Path
  1.39      +1 -10     openejb/modules/assembly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/assembly/project.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- project.xml       24 Jan 2005 19:50:47 -0000      1.38
  +++ project.xml       3 Feb 2005 00:07:56 -0000       1.39
  @@ -690,15 +690,6 @@
           </dependency>
   
           <dependency>
  -            <groupId>xfire</groupId>
  -            <artifactId>xfire-jaxrpc</artifactId>
  -            <version>${xfire_version}</version>
  -            <properties>
  -                <repository>true</repository>
  -            </properties>
  -        </dependency>
  -
  -        <dependency>
               <groupId>wsdl4j</groupId>
               <artifactId>wsdl4j</artifactId>
               <version>${wsdl4j_version}</version>
  
  
  

Reply via email to