Revision: 550
Author: solsson
Date: 2006-08-02 01:14:28 -0700 (Wed, 02 Aug 2006)
ViewCVS: http://svn.sourceforge.net/jwebunit/?rev=550&view=rev
Log Message:
-----------
Added jwebunit-core dependency to the POM. Created default maven2 source file
structure. Added svn:ignore for maven target folder and eclipse project files.
Modified Paths:
--------------
trunk/jwebfit/pom.xml
Added Paths:
-----------
trunk/jwebfit/src/main/
trunk/jwebfit/src/main/java/
trunk/jwebfit/src/main/resources/
trunk/jwebfit/src/test/
trunk/jwebfit/src/test/java/
trunk/jwebfit/src/test/resources/
Property Changed:
----------------
trunk/jwebfit/
Property changes on: trunk/jwebfit
___________________________________________________________________
Name: svn:ignore
- testOutput
+ testOutput
target
.settings
.classpath
.project
Modified: trunk/jwebfit/pom.xml
===================================================================
--- trunk/jwebfit/pom.xml 2006-08-02 08:07:07 UTC (rev 549)
+++ trunk/jwebfit/pom.xml 2006-08-02 08:14:28 UTC (rev 550)
@@ -10,17 +10,20 @@
<artifactId>jwebfit</artifactId>
<name>jWebFit</name>
<description>Run jWebUnit as FIT fixture</description>
- <dependencies>
- <dependencies>
- <dependency>
- <groupId>fit</groupId>
- <artifactId>fit</artifactId>
- <version>1.1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/fit.jar</systemPath>
- </dependency>
- </dependencies>
- </dependencies>
+ <dependencies>
+ <dependency>
+ <groupId>net.sourceforge.jwebunit</groupId>
+ <artifactId>jwebunit-core</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>fit</groupId>
+ <artifactId>fit</artifactId>
+ <version>1.1</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/fit.jar</systemPath>
+ </dependency>
+ </dependencies>
<properties>
<topDirectoryLocation>..</topDirectoryLocation>
</properties>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development