Author: dkulp
Date: Fri Oct 16 19:58:16 2009
New Revision: 826056
URL: http://svn.apache.org/viewvc?rev=826056&view=rev
Log:
Merged revisions 826051 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r826051 | dkulp | 2009-10-16 15:53:21 -0400 (Fri, 16 Oct 2009) | 1 line
[CXF-1824] Stick the ejb jar into the special samples-lib dir
........
Modified:
cxf/branches/2.2.x-fixes/ (props changed)
cxf/branches/2.2.x-fixes/distribution/pom.xml
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.2.x-fixes/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/pom.xml?rev=826056&r1=826055&r2=826056&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/distribution/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/distribution/pom.xml Fri Oct 16 19:58:16 2009
@@ -367,6 +367,12 @@
<version>3.1</version>
<outputDirectory>${project.build.directory}/sample-libs</outputDirectory>
</artifactItem>
+ <artifactItem>
+
<groupId>org.apache.geronimo.specs</groupId>
+
<artifactId>geronimo-ejb_3.0_spec</artifactId>
+ <version>1.0.1</version>
+
<outputDirectory>${project.build.directory}/sample-libs</outputDirectory>
+ </artifactItem>
</artifactItems>
</configuration>
</execution>