You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/03/07 22:02:50 UTC

svn commit: r515755 - /myfaces/tobago/trunk/example/security/pom.xml

Author: bommel
Date: Wed Mar  7 13:02:50 2007
New Revision: 515755

URL: http://svn.apache.org/viewvc?view=rev&rev=515755
Log:
cleanup examples

Modified:
    myfaces/tobago/trunk/example/security/pom.xml

Modified: myfaces/tobago/trunk/example/security/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/security/pom.xml?view=diff&rev=515755&r1=515754&r2=515755
==============================================================================
--- myfaces/tobago/trunk/example/security/pom.xml (original)
+++ myfaces/tobago/trunk/example/security/pom.xml Wed Mar  7 13:02:50 2007
@@ -30,7 +30,7 @@
   <build>
     <finalName>tobago-example-security</finalName>
     <plugins>
-      <plugin>
+      <!--<plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
@@ -39,7 +39,7 @@
           <update>true</update>
           <url>http://localhost:8080/manager</url>
         </configuration>
-      </plugin>
+      </plugin>-->
     </plugins>
   </build>