You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2006/08/11 03:00:31 UTC

svn commit: r430609 - /maven/continuum/trunk/continuum-webapp/pom.xml

Author: brett
Date: Thu Aug 10 18:00:31 2006
New Revision: 430609

URL: http://svn.apache.org/viewvc?rev=430609&view=rev
Log:
we are generating a component descriptor, not a plexus descriptor now

Modified:
    maven/continuum/trunk/continuum-webapp/pom.xml

Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?rev=430609&r1=430608&r2=430609&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Thu Aug 10 18:00:31 2006
@@ -34,7 +34,6 @@
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>
         <configuration>
-          <containerDescriptor>true</containerDescriptor>
           <roleDefaults>
             <roleDefault>
               <role>com.opensymphony.xwork.Action</role>