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

Modified Files:
        project.xml project.properties 
Log Message:
Updated the maven files so that the project can be built and tested in maven 
1.x. The dependencies jacob and jacobie must be downloaded manually. Httpunit 
version is still 1.6 so the window tests will fail.
Eclipse project can be generated with "maven eclipse:generate-classpath" 
(requires the MAVEN_REPO variable in Eclipse).

Index: project.properties
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/project.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** project.properties  13 Jun 2004 21:16:18 -0000      1.7
--- project.properties  29 Dec 2005 10:43:40 -0000      1.8
***************
*** 8,11 ****
--- 8,17 ----
  
  # -------------------------------------------------------------------
+ # R U N T I M E   J V M   R E Q U I R E M E N T S
+ # -------------------------------------------------------------------
+ maven.compile.source=1.3
+ maven.compile.target=1.3
+ 
+ # -------------------------------------------------------------------
  # P M D / C P D   P R O P E R T I E S
  # -------------------------------------------------------------------

Index: project.xml
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/project.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** project.xml 2 Sep 2005 05:19:43 -0000       1.20
--- project.xml 29 Dec 2005 10:43:40 -0000      1.21
***************
*** 199,203 ****
              <groupId>nekohtml</groupId>
              <artifactId>nekohtml</artifactId>
!             <version>0.8.1</version>
              <url>http://www.apache.org/~andyc/neko/doc/html/index.html</url>
          </dependency>
--- 199,203 ----
              <groupId>nekohtml</groupId>
              <artifactId>nekohtml</artifactId>
!             <version>0.9.5</version>
              <url>http://www.apache.org/~andyc/neko/doc/html/index.html</url>
          </dependency>
***************
*** 206,210 ****
              <groupId>rhino</groupId>
              <artifactId>js</artifactId>
!             <version>1.5R4.1</version>
              <url>http://www.mozilla.org/rhino/download.html</url>
          </dependency>
--- 206,210 ----
              <groupId>rhino</groupId>
              <artifactId>js</artifactId>
!             <version>1.6R2</version>
              <url>http://www.mozilla.org/rhino/download.html</url>
          </dependency>
***************
*** 234,243 ****
              <groupId>httpunit</groupId>
              <artifactId>httpunit</artifactId>
!             <version>1.5.4</version>
              <url>http://httpunit.sourceforge.net</url>
          </dependency>
          
!        <dependency>
!             <groupId>jacobie</groupId>
              <artifactId>jacobie</artifactId>
              <version>1.3</version>
--- 234,251 ----
              <groupId>httpunit</groupId>
              <artifactId>httpunit</artifactId>
!             <version>1.6</version>
              <url>http://httpunit.sourceforge.net</url>
          </dependency>
          
!         <dependency>
!             <groupId>net.sf.jacob-project</groupId>
!             <artifactId>jacob</artifactId>
!             <version>1.9.1</version>
!             <jar>jacob.jar</jar>
!             <url>http://sourceforge.net/projects/jacob-project</url>
!         </dependency>
!         
!         <dependency>
!             <groupId>net.sf.jacobie</groupId>
              <artifactId>jacobie</artifactId>
              <version>1.3</version>
***************
*** 245,249 ****
          </dependency>
          
!        <dependency>
              <groupId>regexp</groupId>
              <artifactId>regexp</artifactId>
--- 253,257 ----
          </dependency>
          
!         <dependency>
              <groupId>regexp</groupId>
              <artifactId>regexp</artifactId>



-------------------------------------------------------
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