Update of /cvsroot/jwebunit/jWebUnit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28542

Modified Files:
        project.xml 
Log Message:
Renamed the new httpunit jar for clarity. This version works with js-1.6R2, 
which gives improved error messages. It also passes all our tests. jWebUnit 
still runs with httpunit 1.6 or 1.6.1, but javascript:window.open will not 
work. Using the js.jar from HttpUnit distribution fixes that, but some of the 
script error messages in that version are hard to understand.

Index: project.xml
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/project.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** project.xml 29 Dec 2005 10:43:40 -0000      1.21
--- project.xml 29 Dec 2005 16:15:06 -0000      1.22
***************
*** 234,238 ****
              <groupId>httpunit</groupId>
              <artifactId>httpunit</artifactId>
!             <version>1.6</version>
              <url>http://httpunit.sourceforge.net</url>
          </dependency>
--- 234,238 ----
              <groupId>httpunit</groupId>
              <artifactId>httpunit</artifactId>
!             <version>1.6.1-20060101</version>
              <url>http://httpunit.sourceforge.net</url>
          </dependency>
***************
*** 291,294 ****
--- 291,302 ----
                    </properties>
                </dependency>
+         <dependency>
+             <groupId>ant</groupId>
+             <artifactId>ant</artifactId>
+             <version>1.6.5</version>
+             <properties>
+                 <war.bundle>false</war.bundle>
+             </properties>           
+         </dependency>
      </dependencies>
      <build>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to