Author: rdonkin
Date: Thu May 14 16:15:18 2009
New Revision: 774837
URL: http://svn.apache.org/viewvc?rev=774837&view=rev
Log:
Fixed typo in artifact names
Modified:
james/mpt/trunk/antlib/pom.xml
james/mpt/trunk/app/pom.xml
james/mpt/trunk/assemble/src/assemble/bin.xml
james/mpt/trunk/main/pom.xml
Modified: james/mpt/trunk/antlib/pom.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/antlib/pom.xml?rev=774837&r1=774836&r2=774837&view=diff
==============================================================================
--- james/mpt/trunk/antlib/pom.xml (original)
+++ james/mpt/trunk/antlib/pom.xml Thu May 14 16:15:18 2009
@@ -28,7 +28,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
- <artifactId>apache-james-mtp-antlib</artifactId>
+ <artifactId>apache-james-mpt-antlib</artifactId>
<name>Apache JAMES MPT AntLib</name>
<description>Apache JAMES Mail Protocol Tester (MTP) is a library providing
a framework for the
scritable functional testing of ASCII based line protocols. This AntLib
provides an easy interface
@@ -37,7 +37,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>apache-james-mtp</artifactId>
+ <artifactId>apache-james-mpt-main</artifactId>
<!-- TODO: Use dependency from project pom -->
<version>${project.version}</version>
</dependency>
@@ -65,7 +65,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>apache-james-mtp</artifactId>
+ <artifactId>apache-james-mpt-main</artifactId>
<!-- TODO: Use dependency from project pom -->
<version>${project.version}</version>
<type>test-jar</type>
Modified: james/mpt/trunk/app/pom.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/app/pom.xml?rev=774837&r1=774836&r2=774837&view=diff
==============================================================================
--- james/mpt/trunk/app/pom.xml (original)
+++ james/mpt/trunk/app/pom.xml Thu May 14 16:15:18 2009
@@ -28,7 +28,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
- <artifactId>apache-james-mtp-app</artifactId>
+ <artifactId>apache-james-mpt-app</artifactId>
<name>Apache JAMES MPT Application</name>
<description>Apache JAMES Mail Protocol Tester (MTP) is a library providing
a framework for the
scritable functional testing of ASCII based line protocols. This application
provides easy executable
@@ -37,7 +37,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>apache-james-mtp</artifactId>
+ <artifactId>apache-james-mpt-main</artifactId>
<!-- TODO: Use dependency from project pom -->
<version>${project.version}</version>
</dependency>
@@ -60,7 +60,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>apache-james-mtp</artifactId>
+ <artifactId>apache-james-mpt-main</artifactId>
<!-- TODO: Use dependency from project pom -->
<version>${project.version}</version>
<type>test-jar</type>
Modified: james/mpt/trunk/assemble/src/assemble/bin.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/assemble/src/assemble/bin.xml?rev=774837&r1=774836&r2=774837&view=diff
==============================================================================
--- james/mpt/trunk/assemble/src/assemble/bin.xml (original)
+++ james/mpt/trunk/assemble/src/assemble/bin.xml Thu May 14 16:15:18 2009
@@ -44,7 +44,7 @@
</includes>
</fileSet>
<fileSet>
- <directory>${project.basedir}/../util/target</directory>
+ <directory>${project.basedir}/../app/target</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>apache-james-mpt*.jar</include>
@@ -68,7 +68,6 @@
<useProjectArtifact>false</useProjectArtifact>
<scope>runtime</scope>
<excludes>
- <exclude>apache-james-mpt*</exclude>
</excludes>
</dependencySet>
</dependencySets>
Modified: james/mpt/trunk/main/pom.xml
URL:
http://svn.apache.org/viewvc/james/mpt/trunk/main/pom.xml?rev=774837&r1=774836&r2=774837&view=diff
==============================================================================
--- james/mpt/trunk/main/pom.xml (original)
+++ james/mpt/trunk/main/pom.xml Thu May 14 16:15:18 2009
@@ -28,7 +28,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
- <artifactId>apache-james-mtp</artifactId>
+ <artifactId>apache-james-mpt-main</artifactId>
<name>Apache JAMES MPT Main</name>
<description>Apache JAMES Mail Protocol Tester (MTP) is a library providing
a framework for the
scritable functional testing of ASCII based line protocols.</description>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]