Revision: 499
Author: henryju
Date: 2006-06-22 06:48:50 -0700 (Thu, 22 Jun 2006)
ViewCVS: http://svn.sourceforge.net/jwebunit/?rev=499&view=rev
Log Message:
-----------
Clean trunk (remove httpunit and jacobie plugins) and update version in pom to
2.0.
Modified Paths:
--------------
trunk/jwebunit-commons-tests/pom.xml
trunk/jwebunit-core/pom.xml
trunk/jwebunit-htmlunit-plugin/pom.xml
trunk/jwebunit-selenium-plugin/pom.xml
trunk/pom.xml
Removed Paths:
-------------
trunk/jacob.dll
trunk/jwebunit-httpunit-plugin/
trunk/jwebunit-jacobie-plugin/
trunk/mess/
Deleted: trunk/jacob.dll
===================================================================
(Binary files differ)
Modified: trunk/jwebunit-commons-tests/pom.xml
===================================================================
--- trunk/jwebunit-commons-tests/pom.xml 2006-06-22 13:46:49 UTC (rev
498)
+++ trunk/jwebunit-commons-tests/pom.xml 2006-06-22 13:48:50 UTC (rev
499)
@@ -3,12 +3,12 @@
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
- <version>1.3-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwebunit-commons-tests</artifactId>
- <name>Commons Tests</name>
+ <name>Commons Tests</name>
<description>
All test cases that each plugin should pass.
</description>
@@ -29,7 +29,7 @@
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-core</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: trunk/jwebunit-core/pom.xml
===================================================================
--- trunk/jwebunit-core/pom.xml 2006-06-22 13:46:49 UTC (rev 498)
+++ trunk/jwebunit-core/pom.xml 2006-06-22 13:48:50 UTC (rev 499)
@@ -3,12 +3,12 @@
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
- <version>1.3-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwebunit-core</artifactId>
- <name>Core - API</name>
+ <name>Core - API</name>
<description>The core API of jWebUnit. Define how tests should be
written.</description>
<dependencies>
<dependency>
Modified: trunk/jwebunit-htmlunit-plugin/pom.xml
===================================================================
--- trunk/jwebunit-htmlunit-plugin/pom.xml 2006-06-22 13:46:49 UTC (rev
498)
+++ trunk/jwebunit-htmlunit-plugin/pom.xml 2006-06-22 13:48:50 UTC (rev
499)
@@ -2,7 +2,7 @@
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
- <version>1.3-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -12,7 +12,7 @@
<repositories>
<repository>
<snapshots />
- <id>jwebunit-m2-repo-snapshots</id>
+ <id>jwebunit-m2-repo-snapshots-web</id>
<name>JWebUnit snapshots repository</name>
<url>http://jwebunit.sourceforge.net/m2-repo-snapshots</url>
</repository>
@@ -49,12 +49,12 @@
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-core</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-commons-tests</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: trunk/jwebunit-selenium-plugin/pom.xml
===================================================================
--- trunk/jwebunit-selenium-plugin/pom.xml 2006-06-22 13:46:49 UTC (rev
498)
+++ trunk/jwebunit-selenium-plugin/pom.xml 2006-06-22 13:48:50 UTC (rev
499)
@@ -3,12 +3,12 @@
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
- <version>1.3-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwebunit-selenium-plugin</artifactId>
- <name>Selenium plugin</name>
+ <name>Selenium plugin</name>
<description>Selenium plugin for jWebUnit.</description>
<repositories>
<repository>
@@ -31,25 +31,25 @@
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-core</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-commons-tests</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
- <testFailureIgnore>true</testFailureIgnore>
+ <testFailureIgnore>true</testFailureIgnore>
<skip>true</skip>
</configuration>
</plugin>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-06-22 13:46:49 UTC (rev 498)
+++ trunk/pom.xml 2006-06-22 13:48:50 UTC (rev 499)
@@ -4,7 +4,7 @@
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit</artifactId>
<name>jWebUnit</name>
- <version>1.3-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>
jWebUnit is a Java framework that facilitates creation of
@@ -26,9 +26,7 @@
<modules>
<module>jwebunit-core</module>
<module>jwebunit-commons-tests</module>
- <module>jwebunit-httpunit-plugin</module>
<module>jwebunit-htmlunit-plugin</module>
- <module>jwebunit-jacobie-plugin</module>
<module>jwebunit-selenium-plugin</module>
</modules>
<mailingLists>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development