Author: dkulp
Date: Mon Apr 7 06:14:40 2008
New Revision: 645498
URL: http://svn.apache.org/viewvc?rev=645498&view=rev
Log:
Merged revisions 645475 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r645475 | bimargulies | 2008-04-07 08:14:39 -0400 (Mon, 07 Apr 2008) | 2 lines
Deliver the ant tasks in modules/integrations.
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/distribution/pom.xml
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: incubator/cxf/branches/2.0.x-fixes/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/distribution/pom.xml?rev=645498&r1=645497&r2=645498&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/distribution/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/distribution/pom.xml Mon Apr 7 06:14:40
2008
@@ -304,6 +304,11 @@
<artifactId>cxf-rt-transports-jbi</artifactId>
<version>${pom.version}</version>
</artifactItem>
+ <artifactItem>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>cxf-anttasks</artifactId>
+ <version>${pom.version}</version>
+ </artifactItem>
</artifactItems>
</configuration>
</execution>