Revision: 580
http://svn.sourceforge.net/jwebunit/?rev=580&view=rev
Author: henryju
Date: 2006-10-16 07:18:00 -0700 (Mon, 16 Oct 2006)
Log Message:
-----------
Create sub-project for JUnit plugin.
Added Paths:
-----------
trunk/jwebunit-junit-plugin/
trunk/jwebunit-junit-plugin/pom.xml
trunk/jwebunit-junit-plugin/src/
trunk/jwebunit-junit-plugin/src/main/
trunk/jwebunit-junit-plugin/src/main/java/
trunk/jwebunit-junit-plugin/src/main/java/net/
trunk/jwebunit-junit-plugin/src/main/java/net/sourceforge/
trunk/jwebunit-junit-plugin/src/main/java/net/sourceforge/jwebunit/
trunk/jwebunit-junit-plugin/src/main/java/net/sourceforge/jwebunit/junit/
trunk/jwebunit-junit-plugin/src/main/resources/
trunk/jwebunit-junit-plugin/src/site/
trunk/jwebunit-junit-plugin/src/site/xdoc/
trunk/jwebunit-junit-plugin/src/test/
trunk/jwebunit-junit-plugin/src/test/java/
Added: trunk/jwebunit-junit-plugin/pom.xml
===================================================================
--- trunk/jwebunit-junit-plugin/pom.xml (rev 0)
+++ trunk/jwebunit-junit-plugin/pom.xml 2006-10-16 14:18:00 UTC (rev 580)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <parent>
+ <artifactId>jwebunit</artifactId>
+ <groupId>net.sourceforge.jwebunit</groupId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>jwebunit-junit-plugin</artifactId>
+ <name>JUnit - Plugin</name>
+ <description>JUnit frontend for JWebUnit. Wrap JWebUnit API in JUnit like
assertions.</description>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.jwebunit</groupId>
+ <artifactId>jwebunit-core</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ <properties>
+ <topDirectoryLocation>..</topDirectoryLocation>
+ </properties>
+</project>
\ No newline at end of file
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