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 20:43:04 UTC

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

Author: bommel
Date: Wed Mar  7 11:43:04 2007
New Revision: 515713

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

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

Modified: myfaces/tobago/trunk/example/blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/blank/pom.xml?view=diff&rev=515713&r1=515712&r2=515713
==============================================================================
--- myfaces/tobago/trunk/example/blank/pom.xml (original)
+++ myfaces/tobago/trunk/example/blank/pom.xml Wed Mar  7 11:43:04 2007
@@ -50,6 +50,11 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
+      <artifactId>tobago-theme-charlotteville</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tobago</groupId>
       <artifactId>tobago-theme-scarborough</artifactId>
       <version>${project.version}</version>
     </dependency>

Modified: myfaces/tobago/trunk/example/blank/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/blank/src/main/webapp/WEB-INF/web.xml?view=diff&rev=515713&r1=515712&r2=515713
==============================================================================
--- myfaces/tobago/trunk/example/blank/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tobago/trunk/example/blank/src/main/webapp/WEB-INF/web.xml Wed Mar  7 11:43:04 2007
@@ -69,22 +69,10 @@
     <servlet-name>ResourceServlet</servlet-name>
     <url-pattern>/org/apache/myfaces/tobago/renderkit/*</url-pattern>
   </servlet-mapping>
-    
-
-  <!-- mime -->
-  <mime-mapping>
-    <extension>wml</extension>
-    <mime-type>text/vnd.wap.wml</mime-type>
-  </mime-mapping>
-
-  <mime-mapping>
-    <extension>wbmp</extension>
-    <mime-type>image/vnd.wap.wbmp</mime-type>
-  </mime-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>