You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/04/13 01:16:41 UTC

cvs commit: jakarta-jetspeed/etc/project-dependencies axis.xml

taylor      2005/04/12 16:16:41

  Added:       etc/project-dependencies axis.xml
  Log:
  phasing out old stock quote service and replacing with new, Axis based one
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed/etc/project-dependencies/axis.xml
  
  Index: axis.xml
  ===================================================================
  <!--
  Copyright 2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
      <dependency>
        <id>axis</id>
        <version>1.1</version>
        <properties>
          <war.bundle>true</war.bundle>
        </properties>
      </dependency>
      <dependency>
        <id>jaxrpc</id>
  	  <version>1.1</version>
        <properties>
          <war.bundle>true</war.bundle>
        </properties>
      </dependency>
      <dependency>
        <id>saaj</id>
  	  <version>1.1</version>
        <properties>
          <war.bundle>true</war.bundle>
        </properties>
      </dependency>
      <dependency>
        <id>commons-discovery</id>
  	  <version>0.2</version>
        <properties>
          <war.bundle>true</war.bundle>
        </properties>
      </dependency>
      <dependency>
        <id>bsws</id>
  	  <version>1.0</version>
        <properties>
          <war.bundle>true</war.bundle>
        </properties>
      </dependency>
  
  
  

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