vmassol     01/08/19 10:13:38

  Modified:    cactus/conf/sample/build/servlet22 build.properties.sample
                        build.xml
               cactus/conf/sample/build/servlet23 build.properties.sample
                        build.xml
  Log:
  added support for Orion 1.5
  
  Revision  Changes    Path
  1.11      +1 -0      
jakarta-commons/cactus/conf/sample/build/servlet22/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/build/servlet22/build.properties.sample,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.properties.sample   2001/08/02 15:02:31     1.10
  +++ build.properties.sample   2001/08/19 17:13:38     1.11
  @@ -34,5 +34,6 @@
   tomcat.home.32 = f:/applis/jakarta-tomcat-3.2.2
   tomcat.home.33 = f:/applis/jakarta-tomcat-3.3-m4
   orion.home.14 = f:/applis/orion-1.4.5
  +orion.home.15 = f:/applis/orion-1.5.2
   weblogic.home.51 = e:/weblogic
   #enhydra.home.31 =
  
  
  
  1.5       +4 -1      jakarta-commons/cactus/conf/sample/build/servlet22/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/conf/sample/build/servlet22/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/08/02 15:02:31     1.4
  +++ build.xml 2001/08/19 17:13:38     1.5
  @@ -5,6 +5,7 @@
       <!ENTITY build-tests-resin-20 SYSTEM "file:./build-tests-resin-20.xml">
       <!ENTITY build-tests-resin-12 SYSTEM "file:./build-tests-resin-12.xml">
       <!ENTITY build-tests-orion-14 SYSTEM "file:./build-tests-orion-14.xml">
  +    <!ENTITY build-tests-orion-15 SYSTEM "file:./build-tests-orion-15.xml">
       <!ENTITY build-tests-tomcat-32 SYSTEM "file:./build-tests-tomcat-32.xml">
       <!ENTITY build-tests-tomcat-33 SYSTEM "file:./build-tests-tomcat-33.xml">
       <!ENTITY build-tests-weblogic-51 SYSTEM "file:./build-tests-weblogic-51.xml">
  @@ -86,6 +87,7 @@
           <echo message=" tests_tomcat_33   --> run tests for Tomcat 3.3"/>
           <echo message=" tests_weblogic_51 --> run tests for WebLogic 5.1"/>
           <echo message=" tests_orion_14    --> run tests for Orion 1.4"/>
  +        <echo message=" tests_orion_15    --> run tests for Orion 1.5"/>
           <echo message=" tests_enhydra_31  --> run tests for Enhydra 3.1"/>
           <echo message=""/>
   
  @@ -97,12 +99,13 @@
          ========================================================================
       -->
       <target name="tests_all"
  -        
depends="tests_resin_20,tests_resin_12,tests_tomcat_32,tests_tomcat_33,tests_orion_14,tests_weblogic_51,tests_enhydra_31">
  +        
depends="tests_resin_20,tests_resin_12,tests_tomcat_32,tests_tomcat_33,tests_orion_14,tests_orion_15,tests_weblogic_51,tests_enhydra_31">
       </target>
   
       &build-tests-resin-20;
       &build-tests-resin-12;
       &build-tests-orion-14;
  +    &build-tests-orion-15;
       &build-tests-tomcat-32;
       &build-tests-tomcat-33;
       &build-tests-weblogic-51;
  
  
  
  1.10      +3 -1      
jakarta-commons/cactus/conf/sample/build/servlet23/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/build/servlet23/build.properties.sample,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.properties.sample   2001/08/02 15:02:31     1.9
  +++ build.properties.sample   2001/08/19 17:13:38     1.10
  @@ -31,4 +31,6 @@
   
   resin.home.20 = f:/applis/resin-2.0.0
   resin.home.13 = f:/applis/resin-1.3.s010125
  -tomcat.home.40 = f:/applis/jakarta-tomcat-4.0
  \ No newline at end of file
  +tomcat.home.40 = f:/applis/jakarta-tomcat-4.0
  +orion.home.14 = f:/applis/orion-1.4.5
  +orion.home.15 = f:/applis/orion-1.5.2
  
  
  
  1.3       +4 -1      jakarta-commons/cactus/conf/sample/build/servlet23/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/conf/sample/build/servlet23/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 2001/08/02 15:02:31     1.2
  +++ build.xml 2001/08/19 17:13:38     1.3
  @@ -5,6 +5,7 @@
       <!ENTITY build-tests-resin-20 SYSTEM "file:./build-tests-resin-20.xml">
       <!ENTITY build-tests-resin-13 SYSTEM "file:./build-tests-resin-13.xml">
       <!ENTITY build-tests-orion-14 SYSTEM "file:./build-tests-orion-14.xml">
  +    <!ENTITY build-tests-orion-15 SYSTEM "file:./build-tests-orion-15.xml">
       <!ENTITY build-tests-tomcat-40 SYSTEM "file:./build-tests-tomcat-40.xml">
   ]>
   
  @@ -81,6 +82,7 @@
           <echo message=" tests_resin_13    --> run tests for Resin 1.3"/>
           <echo message=" tests_tomcat_40   --> run tests for Tomcat 4.0"/>
           <echo message=" tests_orion_14    --> run tests for Orion 1.4"/>
  +        <echo message=" tests_orion_15    --> run tests for Orion 1.5"/>
           <echo message=""/>
   
       </target>
  @@ -91,12 +93,13 @@
          ========================================================================
       -->
       <target name="tests_all"
  -        depends="tests_resin_20,tests_resin_13,tests_tomcat_40,tests_orion_14">
  +        
depends="tests_resin_20,tests_resin_13,tests_tomcat_40,tests_orion_14,tests_orion_15">
       </target>
   
       &build-tests-resin-20;
       &build-tests-resin-13;
       &build-tests-orion-14;
  +    &build-tests-orion-15;
       &build-tests-tomcat-40;
   
   </project>
  
  
  

Reply via email to