You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by cm...@apache.org on 2003/05/14 15:17:41 UTC

cvs commit: jakarta-cactus/integration/ant/src/test-input/org/apache/cactus/integration/ant test-cactifywar.xml web-app_2_2.dtd web-app_2_3.dtd

cmlenz      2003/05/14 06:17:41

  Modified:    integration/ant/src/test-input/org/apache/cactus/integration/ant
                        test-cactifywar.xml
  Removed:     integration/ant/src/test-input/org/apache/cactus/integration/ant
                        web-app_2_2.dtd web-app_2_3.dtd
  Log:
  The <xmlcatalog> and the web-app DTDs are not needed anymore, because the DTDs can now be resolved from the classpath
  
  Revision  Changes    Path
  1.3       +2 -12     jakarta-cactus/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifywar.xml
  
  Index: test-cactifywar.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/test-input/org/apache/cactus/integration/ant/test-cactifywar.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- test-cactifywar.xml	13 May 2003 10:40:53 -0000	1.2
  +++ test-cactifywar.xml	14 May 2003 13:17:41 -0000	1.3
  @@ -6,12 +6,6 @@
   
     <target name="setUp">
       <mkdir dir="${work.dir}"/>
  -    <xmlcatalog id="j2ee.dtds">
  -      <dtd publicId="-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
  -          location="${basedir}/web-app_2_2.dtd"/>
  -      <dtd publicId="-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  -          location="${basedir}/web-app_2_3.dtd"/>
  -    </xmlcatalog>
     </target>
   
     <target name="testNeitherSrcFileNorVersionSet">
  @@ -29,16 +23,12 @@
   
     <target name="testDefaultRedirectors22Doctype">
       <cactifywar srcfile="empty-2_2.war"
  -        destfile="${work.dir}/destfile.war">
  -      <xmlcatalog refid="j2ee.dtds"/>
  -    </cactifywar>
  +        destfile="${work.dir}/destfile.war"/>
     </target>
   
     <target name="testDefaultRedirectors23Doctype">
       <cactifywar srcfile="empty-2_3.war"
  -        destfile="${work.dir}/destfile.war">
  -      <xmlcatalog refid="j2ee.dtds"/>
  -    </cactifywar>
  +        destfile="${work.dir}/destfile.war"/>
     </target>
   
     <target name="testDefaultRedirectorsNewWar22">
  
  
  

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