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 21:54:04 UTC

svn commit: r515747 - in /myfaces/tobago/trunk/example/nonfacesrequest: pom.xml src/main/webapp/WEB-INF/web.xml

Author: bommel
Date: Wed Mar  7 12:54:04 2007
New Revision: 515747

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

Modified:
    myfaces/tobago/trunk/example/nonfacesrequest/pom.xml
    myfaces/tobago/trunk/example/nonfacesrequest/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/tobago/trunk/example/nonfacesrequest/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/nonfacesrequest/pom.xml?view=diff&rev=515747&r1=515746&r2=515747
==============================================================================
--- myfaces/tobago/trunk/example/nonfacesrequest/pom.xml (original)
+++ myfaces/tobago/trunk/example/nonfacesrequest/pom.xml Wed Mar  7 12:54:04 2007
@@ -28,7 +28,7 @@
   <build>
     <finalName>tobago-example-nonfacesrequest</finalName>
     <plugins>
-      <plugin>
+      <!--<plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
@@ -37,7 +37,7 @@
           <update>true</update>
           <url>http://localhost:8080/manager</url>
         </configuration>
-      </plugin>
+      </plugin>-->
     </plugins>
   </build>
 

Modified: myfaces/tobago/trunk/example/nonfacesrequest/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/nonfacesrequest/src/main/webapp/WEB-INF/web.xml?view=diff&rev=515747&r1=515746&r2=515747
==============================================================================
--- myfaces/tobago/trunk/example/nonfacesrequest/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tobago/trunk/example/nonfacesrequest/src/main/webapp/WEB-INF/web.xml Wed Mar  7 12:54:04 2007
@@ -82,8 +82,8 @@
   </servlet-mapping>
 
   <!-- The Usual Welcome File List -->
-    <welcome-file-list>
-      <welcome-file>index.jsp</welcome-file>
-    </welcome-file-list>
+  <welcome-file-list>
+    <welcome-file>index.jsp</welcome-file>
+  </welcome-file-list>
 
 </web-app>