vmassol     01/08/19 10:15:13

  Modified:    cactus/build build-servletapi.xml build.properties.sample
  Log:
  added support for Orion 1.5
  
  Revision  Changes    Path
  1.18      +3 -1      jakarta-commons/cactus/build/build-servletapi.xml
  
  Index: build-servletapi.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/build/build-servletapi.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build-servletapi.xml      2001/08/14 12:20:16     1.17
  +++ build-servletapi.xml      2001/08/19 17:15:13     1.18
  @@ -558,6 +558,7 @@
               <property name="tomcat.home.32"/>
               <property name="tomcat.home.33"/>
               <property name="orion.home.14"/>
  +            <property name="orion.home.15"/>
               <property name="weblogic.home.51"/>
               <property name="enhydra.home.31"/>
               <property name="test.port"/>
  @@ -592,6 +593,7 @@
               <property name="resin.home.20"/>
               <property name="tomcat.home.40"/>
               <property name="orion.home.14"/>
  +            <property name="orion.home.15"/>
               <property name="test.port"/>
           </argsList>
   
  @@ -655,7 +657,7 @@
   
                   <exclude name="**/build.properties"/>
                   <exclude name="**/*.log"/>
  -                <exclude name="**/out"/>
  +                <exclude name="**/${out.root.dir}"/>
               </zipfileset>
           </zip>
   
  
  
  
  1.8       +1 -0      jakarta-commons/cactus/build/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/build/build.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.properties.sample   2001/08/17 14:39:17     1.7
  +++ build.properties.sample   2001/08/19 17:15:13     1.8
  @@ -46,6 +46,7 @@
   tomcat.home.32 = f:/applis/jakarta-tomcat-3.2.2
   tomcat.home.33 = f:/applis/jakarta-tomcat-3.3-b1
   orion.home.14 = f:/applis/orion-1.4.5
  +orion.home.15 = f:/applis/orion-1.5.2
   weblogic.home.51 = e:/weblogic
   resin.home.20 = f:/applis/resin-2.0.0
   resin.home.13 = f:/applis/resin-1.3.s010125
  
  
  

Reply via email to