You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/12/11 16:31:13 UTC

svn commit: r603274 - /geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/pom.xml

Author: prasad
Date: Tue Dec 11 07:31:12 2007
New Revision: 603274

URL: http://svn.apache.org/viewvc?rev=603274&view=rev
Log:
* fixed artifactItems
* commented out j2-admin

Modified:
    geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/pom.xml

Modified: geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/pom.xml?rev=603274&r1=603273&r2=603274&view=diff
==============================================================================
--- geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/pom.xml (original)
+++ geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/pom.xml Tue Dec 11 07:31:12 2007
@@ -160,8 +160,7 @@
                                     <type>war</type>
                                     <outputDirectory>${project.build.outputDirectory}/WEB-INF/deploy</outputDirectory>
                                 </artifactItem>
-                            </artifactItems>
-                            <artifactItems>
+                                <!--
                                 <artifactItem>
                                     <groupId>org.apache.portals.jetspeed-2</groupId>
                                     <artifactId>j2-admin</artifactId>
@@ -169,6 +168,7 @@
                                     <type>war</type>
                                     <outputDirectory>${project.build.outputDirectory}/WEB-INF/deploy</outputDirectory>
                                 </artifactItem>
+                                -->
                             </artifactItems>
                         </configuration>
                     </execution>