[mud4j-commit] SF.net SVN: mud4j: [99] trunk/mud4j-web/pom.xml
Status: Pre-Alpha
Brought to you by:
mpurland
|
From: <mpu...@us...> - 2007-01-14 00:37:32
|
Revision: 99
http://mud4j.svn.sourceforge.net/mud4j/?rev=99&view=rev
Author: mpurland
Date: 2007-01-13 16:27:50 -0800 (Sat, 13 Jan 2007)
Log Message:
-----------
Allow tests to be run for web.
Modified Paths:
--------------
trunk/mud4j-web/pom.xml
Modified: trunk/mud4j-web/pom.xml
===================================================================
--- trunk/mud4j-web/pom.xml 2007-01-14 00:21:37 UTC (rev 98)
+++ trunk/mud4j-web/pom.xml 2007-01-14 00:27:50 UTC (rev 99)
@@ -20,6 +20,11 @@
<!-- Dependencies -->
<dependencies>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.1</version>
+ </dependency>
+ <dependency>
<groupId>net.sf.mud4j</groupId>
<artifactId>mud4j-core</artifactId>
<version>1.0-SNAPSHOT</version>
@@ -77,7 +82,7 @@
<build>
<defaultGoal>jar</defaultGoal>
<sourceDirectory>src/java</sourceDirectory>
- <testSourceDirectory>src/test/unit</testSourceDirectory>
+ <testSourceDirectory>src/test</testSourceDirectory>
<resources>
<resource>
<directory>src/resources</directory>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|