|
From: Siegfried G. <wd...@us...> - 2004-10-28 08:54:50
|
wdsgoe 04/10/28 01:54:43
Modified: webtest project.xml
Log:
Preparing release 0.9.1
Revision Changes Path
1.15 +30 -2 maven-plugins/webtest/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- project.xml 15 Oct 2004 11:17:36 -0000 1.14
+++ project.xml 28 Oct 2004 08:54:43 -0000 1.15
@@ -14,6 +14,7 @@
<shortDescription>Maven 1.0 Plugin for Canoo WebTest</shortDescription>
<!-- issue tracking url, siteAddress are in parent -->
<siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory>
+ <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:wd...@cv...:/cvsroot/maven-plugins:maven-plugins/webtest</connection>
@@ -83,6 +84,19 @@
</dependency>
<dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>1.4.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>1.0</version>
+ <url>http://jakarta.apache.org/commons/cli/index.html</url>
+ </dependency>
+
+ <dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.4</version>
@@ -90,6 +104,20 @@
</dependency>
<dependency>
+ <groupId>groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>1.0-beta-6</version>
+ <url>http://groovy.codehaus.org/</url>
+ </dependency>
+
+ <dependency>
+ <groupId>httpunit</groupId>
+ <artifactId>httpunit</artifactId>
+ <version>1.6</version>
+ <url></url>
+ </dependency>
+
+ <dependency>
<groupId>jtidy</groupId>
<artifactId>jtidy</artifactId>
<version>4aug2000r7-dev</version>
@@ -149,8 +177,8 @@
<targetPath>plugin-resources</targetPath>
</resource>
<resource>
- <directory>${basedir}/webtest</directory>
- <targetPath>webtest</targetPath>
+ <directory>${basedir}/sample</directory>
+ <targetPath>sample</targetPath>
</resource>
<resource>
<directory>${basedir}</directory>
|