vmassol     01/08/19 10:10:28

  Modified:    cactus/conf/sample/build/share build-tests-orion-14.xml
  Log:
  added support for jsp
  
  Revision  Changes    Path
  1.3       +7 -11     
jakarta-commons/cactus/conf/sample/build/share/build-tests-orion-14.xml
  
  Index: build-tests-orion-14.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/build/share/build-tests-orion-14.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-tests-orion-14.xml  2001/08/02 15:02:31     1.2
  +++ build-tests-orion-14.xml  2001/08/19 17:10:28     1.3
  @@ -89,17 +89,13 @@
           <mkdir dir="${out.orion14.dir}"/>
           <mkdir dir="${out.orion14.dir}/conf"/>
   
  -        <copy file="${conf.orion14.dir}/server.xml"
  -            tofile="${out.orion14.dir}/conf/server.xml"/>
  -        <copy file="${conf.orion14.dir}/application.xml"
  -            tofile="${out.orion14.dir}/conf/application.xml"/>
  -        <copy file="${conf.orion14.dir}/default-web-site.xml"
  -            tofile="${out.orion14.dir}/conf/default-web-site.xml"
  -            filtering="on"/>
  -        <copy file="${conf.orion14.dir}/principals.xml"
  -            tofile="${out.orion14.dir}/conf/principals.xml"/>
  -        <copy file="${conf.orion14.dir}/rmi.xml"
  -            tofile="${out.orion14.dir}/conf/rmi.xml"/>
  +        <!-- Orion need to have a /persistence directory created, otherwise
  +             it throws an error -->
  +        <mkdir dir="${out.orion14.dir}/persistence"/>
  +
  +        <copy todir="${out.orion14.dir}/conf" filtering="on">
  +            <fileset dir="${conf.orion14.dir}"/>
  +        </copy>
   
           <!-- Copy the war file -->
           <copy file="${out.test.dir}/test.war" tofile="${out.orion14.dir}/test.war"/>
  
  
  

Reply via email to