You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/10/16 21:53:22 UTC

svn commit: r826051 - /cxf/trunk/distribution/pom.xml

Author: dkulp
Date: Fri Oct 16 19:53:21 2009
New Revision: 826051

URL: http://svn.apache.org/viewvc?rev=826051&view=rev
Log:
[CXF-1824] Stick the ejb jar into the special samples-lib dir

Modified:
    cxf/trunk/distribution/pom.xml

Modified: cxf/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=826051&r1=826050&r2=826051&view=diff
==============================================================================
--- cxf/trunk/distribution/pom.xml (original)
+++ cxf/trunk/distribution/pom.xml Fri Oct 16 19:53:21 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>