[jboss-remoting-commits] JBoss Remoting SVN: r5427 - remoting2/branches/2.2.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Sep 1 21:17:16 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-09-01 21:17:16 -0400 (Tue, 01 Sep 2009)
New Revision: 5427

Modified:
   remoting2/branches/2.2/build.xml
Log:
JBREM-1101: Added tests.servlet.contenttype.

Modified: remoting2/branches/2.2/build.xml
===================================================================
--- remoting2/branches/2.2/build.xml	2009-09-02 01:04:21 UTC (rev 5426)
+++ remoting2/branches/2.2/build.xml	2009-09-02 01:17:16 UTC (rev 5427)
@@ -1059,14 +1059,14 @@
    </target>
 	
    <target name="tests.servlet.contenttype">
-     <copy file="${servlet.tests.dir}/callback/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
+     <copy file="${servlet.tests.dir}/contenttype/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
      <sleep seconds="2"/>
      <copy todir="${jboss.deploy.dir}">
        <fileset dir="${output.lib.dir}">
          <include name="servlet-invoker.war/**"/>
        </fileset>
      </copy>
-     <copy file="${servlet.tests.dir}/callback/WEB-INF/web.xml"
+     <copy file="${servlet.tests.dir}/contenttype/WEB-INF/web.xml"
            todir="${jboss.deploy.dir}/servlet-invoker.war/WEB-INF" overwrite="true"/>
      <sleep seconds="4"/>
      <junit printsummary="true" fork="yes" includeantruntime="true">
@@ -1088,7 +1088,7 @@
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml"/>
    </target>
 	
-   <target name="tests.servlet.marshal" depends="tests.servlet.config">
+   <target name="tests.servlet.marshal">
      <copy file="${servlet.tests.dir}/marshal/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
      <sleep seconds="2"/>
      <copy todir="${jboss.deploy.dir}">



More information about the jboss-remoting-commits mailing list