You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2005/08/02 21:56:45 UTC

cvs commit: ws-wsrp4j/sandbox/wsrp4j/commons project.properties project.xml

dlouzan     2005/08/02 12:56:45

  Modified:    sandbox/wsrp4j/commons project.properties project.xml
  Log:
  Minor modifications.
  
  Revision  Changes    Path
  1.2       +6 -0      ws-wsrp4j/sandbox/wsrp4j/commons/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/commons/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	14 Jun 2005 17:24:54 -0000	1.1
  +++ project.properties	2 Aug 2005 19:56:45 -0000	1.2
  @@ -35,3 +35,9 @@
   # MULTIPROJECT PROPERTIES
   #-------------------------------------------------------------------------------
   maven.multiproject.type = jar
  +
  +# ------------------------------------------------------------------------------
  +# AXIS PROPERTIES
  +# ------------------------------------------------------------------------------
  +maven.axis.url = ${maven.src.dir}/wsdl/wsrp_service.wsdl
  +maven.wsdl2java.namespaceMappings = urn\:oasis\:names\:tc\:wsrp\:v1\:types=oasis.names.tc.wsrp.v1.types,urn\:oasis\:names\:tc\:wsrp\:v1\:intf=oasis.names.tc.wsrp.v1.intf,urn\:oasis\:names\:tc\:wsrp\:v1\:bind=oasis.names.tc.wsrp.v1.bind,urn\:oasis\:names\:tc\:wsrp\:v1\:wsdl=oasis.names.tc.wsrp.v1.wsdl
  
  
  
  1.4       +24 -4     ws-wsrp4j/sandbox/wsrp4j/commons/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/commons/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	21 Jul 2005 18:07:51 -0000	1.3
  +++ project.xml	2 Aug 2005 19:56:45 -0000	1.4
  @@ -44,20 +44,40 @@
       
       <dependencies>
           <dependency>
  -            <id>portlet-api</id>
  +            <artifactId>portlet-api</artifactId>
               <groupId>portlet-api</groupId>
               <version>1.0</version>
           </dependency>
           <dependency>
  -            <id>log4j</id>
  +            <artifactId>log4j</artifactId>
               <groupId>log4j</groupId>
  -            <version>1.2.11</version>
  +            <version>1.2.8</version>
           </dependency>
           <dependency>
  -            <id>axis</id>
  +            <artifactId>axis</artifactId>
               <groupId>axis</groupId>
               <version>1.2.1</version>
           </dependency>
  +        <dependency>
  +            <artifactId>axis-jaxrpc</artifactId>
  +            <groupId>axis</groupId>
  +            <version>1.2.1</version>
  +        </dependency>
  +        <dependency>
  +            <artifactId>axis-saaj</artifactId>
  +            <groupId>axis</groupId>
  +            <version>1.2.1</version>
  +        </dependency>
  +        <dependency>
  +            <artifactId>axis-wsdl4j</artifactId>
  +            <groupId>axis</groupId>
  +            <version>1.2.1</version>
  +        </dependency>
  +        <dependency>
  +            <artifactId>junit</artifactId>
  +            <groupId>junit</groupId>
  +            <version>3.8.1</version>
  +        </dependency>
       </dependencies>
       
   </project>