You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2007/05/12 12:14:44 UTC

svn commit: r537375 - /geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml

Author: dwoods
Date: Sat May 12 03:14:40 2007
New Revision: 537375

URL: http://svn.apache.org/viewvc?view=rev&rev=537375
Log:
GERONIMO-3153 Minimal assembly is missing corba spec classes.  Note:  This is a HACK to get the minimal assemblies working again and needs to be undone when the Yoko dependency is removed by G3155.

Modified:
    geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml

Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml?view=diff&rev=537375&r1=537374&r2=537375
==============================================================================
--- geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml (original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml Sat May 12 03:14:40 2007
@@ -96,6 +96,28 @@
                             <outputDirectory>${project.build.directory}/classes/lib</outputDirectory>
                         </configuration>
                     </execution>
+
+                    <!-- HACK - Added by G3153 to get minimal assemblies working again.  Needs to be removed as part of G3155 -->
+                    <execution>
+                        <id>install-lib-endorsed</id>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>copy</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>org.apache.yoko</groupId>
+                                    <artifactId>yoko-spec-corba</artifactId>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.apache.yoko</groupId>
+                                    <artifactId>yoko-rmi-spec</artifactId>
+                                </artifactItem>
+                            </artifactItems>
+                            <outputDirectory>${project.build.directory}/classes/lib/endorsed</outputDirectory>
+                        </configuration>
+                    </execution>
                     
                     <execution>
                         <id>unpack-schemas</id>