Update of /cvsroot/jwebunit/jWebUnit/fitplugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31052/fitplugin
Added Files:
project.xml
Log Message:
Using maven to build fitplugin. Currently the test suite does not run in maven.
Added label based checkbox selection to the WebFixture.
--- NEW FILE: project.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../project.xml</extend>
<artifactId>jwebfit</artifactId>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>jwebunit</artifactId>
<version>${pom.currentVersion}</version>
</dependency>
<dependency>
<groupId>fit</groupId>
<artifactId>fit</artifactId>
<version>1.0</version>
<url>http://sourceforge.net/projects/fit/</url>
</dependency>
</dependencies>
</project>
-------------------------------------------------------
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