taylor      2005/04/12 16:19:13

  Modified:    .        .classpath locator.ent project.xml
  Log:
  phasing out old stock quote service and replacing with new, Axis based one
  
  Revision  Changes    Path
  1.13      +3 -0      jakarta-jetspeed/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/.classpath,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- .classpath        3 Apr 2005 20:06:38 -0000       1.12
  +++ .classpath        12 Apr 2005 23:19:13 -0000      1.13
  @@ -61,5 +61,8 @@
        <classpathentry kind="var" 
path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-j2ee-management-1.0-M1.jar"/>
        <classpathentry kind="var" 
path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-jms-1.0-M1.jar"/>
        <classpathentry kind="var" 
path="MAVEN_REPO/jetspeed2/jars/jetspeed-portlet-factory-2.0-M2.jar"/>
  +     <classpathentry kind="var" path="MAVEN_REPO/axis/jars/axis-1.1.jar"/>
  +     <classpathentry kind="var" 
path="MAVEN_REPO/jaxrpc/jars/jaxrpc-1.1.jar"/>
  +     <classpathentry kind="var" path="MAVEN_REPO/bsws/jars/bsws-1.0.jar"/>
        <classpathentry kind="output" path="bin"/>
   </classpath>
  
  
  
  1.6       +2 -1      jakarta-jetspeed/locator.ent
  
  Index: locator.ent
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/locator.ent,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- locator.ent       8 Nov 2004 05:22:47 -0000       1.5
  +++ locator.ent       12 Apr 2005 23:19:13 -0000      1.6
  @@ -15,4 +15,5 @@
   -->
   <!ENTITY fusion SYSTEM "file:etc/project-dependencies/use-fusion.xml">       
   <!ENTITY spring SYSTEM "file:etc/project-dependencies/spring-deps.xml">      
  -<!ENTITY activemq SYSTEM "file:etc/project-dependencies/activemq.xml">       
  \ No newline at end of file
  +<!ENTITY activemq SYSTEM "file:etc/project-dependencies/activemq.xml">       
  +<!ENTITY axis SYSTEM "file:etc/project-dependencies/axis.xml">       
  \ No newline at end of file
  
  
  
  1.61      +2 -0      jakarta-jetspeed/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/project.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- project.xml       12 Apr 2005 22:40:09 -0000      1.60
  +++ project.xml       12 Apr 2005 23:19:13 -0000      1.61
  @@ -169,6 +169,8 @@
        &spring;
        &fusion;
        &activemq;
  +        &axis;
  +        
   <!--         
            <dependency>
              <groupId>jetspeed</groupId>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to