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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to