You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/11/29 09:57:48 UTC

svn commit: r721654 - in /james/protocol-tester/trunk: antlib/pom.xml pom.xml

Author: rdonkin
Date: Sat Nov 29 00:57:48 2008
New Revision: 721654

URL: http://svn.apache.org/viewvc?rev=721654&view=rev
Log:
Preparations for AntLib

Modified:
    james/protocol-tester/trunk/antlib/pom.xml
    james/protocol-tester/trunk/pom.xml

Modified: james/protocol-tester/trunk/antlib/pom.xml
URL: http://svn.apache.org/viewvc/james/protocol-tester/trunk/antlib/pom.xml?rev=721654&r1=721653&r2=721654&view=diff
==============================================================================
--- james/protocol-tester/trunk/antlib/pom.xml (original)
+++ james/protocol-tester/trunk/antlib/pom.xml Sat Nov 29 00:57:48 2008
@@ -35,6 +35,12 @@
 to the library requiring no extra coding.</description>
   <dependencies>
     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mtp</artifactId>
+      <!-- TODO: Use dependency from project pom -->
+      <version>0.1-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
@@ -43,6 +49,10 @@
       <artifactId>junit</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+    </dependency>
+    <dependency>
       <groupId>jmock</groupId>
       <artifactId>jmock</artifactId>
       <scope>test</scope>

Modified: james/protocol-tester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/protocol-tester/trunk/pom.xml?rev=721654&r1=721653&r2=721654&view=diff
==============================================================================
--- james/protocol-tester/trunk/pom.xml (original)
+++ james/protocol-tester/trunk/pom.xml Sat Nov 29 00:57:48 2008
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-mpt-project</artifactId>
-  <name>Apache JAMES MPT Product</name>
+  <name>Apache JAMES MPT Project</name>
   <version>0.1-SNAPSHOT</version>
   <description>Functional test framework specialised for the ASCII line-base protocols common in mail.</description>
   <url>http://james.apache.org/mpt/</url>
@@ -218,9 +218,14 @@
   </distributionManagement>
   <dependencyManagement>
     <dependencies>
+
     <dependency>
+<!-- TODO: FIXME
+       My maven foo is weak!
+       Can't seem to be able to pick up this version from the antlib module :-/ 
+     --> 
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mpt-main</artifactId>
+      <artifactId>apache-james-mpt</artifactId>
       <version>0.1-SNAPSHOT</version>
     </dependency>
 
@@ -258,6 +263,11 @@
       <version>1.1.0</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.7.0</version>
+    </dependency>
    </dependencies>
   </dependencyManagement>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org