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 2008/04/07 14:18:50 UTC

svn commit: r645476 - in /myfaces/tobago/trunk/example: demo/src/main/webapp/WEB-INF/web.xml test/src/main/webapp/WEB-INF/web.xml test/src/main/webapp/tag-viewer.jsp

Author: bommel
Date: Mon Apr  7 05:18:49 2008
New Revision: 645476

URL: http://svn.apache.org/viewvc?rev=645476&view=rev
Log:
(TOBAGO-637) Generate Components, JSP Tags from annotations

move dynamic tag code to test


Added:
    myfaces/tobago/trunk/example/test/src/main/webapp/tag-viewer.jsp   (contents, props changed)
      - copied, changed from r645312, myfaces/tobago/trunk/example/demo/src/main/webapp/reference/tag-viewer.jsp
Modified:
    myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/web.xml
    myfaces/tobago/trunk/example/test/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/web.xml?rev=645476&r1=645475&r2=645476&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/WEB-INF/web.xml Mon Apr  7 05:18:49 2008
@@ -93,7 +93,7 @@
 <!--
   <servlet-mapping>
     <servlet-name>ResourceServlet</servlet-name>
-    <url-pattern>/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/dojo/*</url-pattern>
+    <url-pattern>/org/apache/myfaces/tobago/renderkit/html/*</url-pattern>
   </servlet-mapping>
 -->
 
@@ -117,12 +117,5 @@
   <welcome-file-list>
     <welcome-file>index.jsp</welcome-file>
   </welcome-file-list>
-
-  <jsp-config>
-    <taglib>
-      <taglib-uri>http://myfaces.apache.org/tobago/example/demo</taglib-uri>
-      <taglib-location>/WEB-INF/demo.tld</taglib-location>
-    </taglib>
-  </jsp-config>
 
 </web-app>

Modified: myfaces/tobago/trunk/example/test/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/webapp/WEB-INF/web.xml?rev=645476&r1=645475&r2=645476&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tobago/trunk/example/test/src/main/webapp/WEB-INF/web.xml Mon Apr  7 05:18:49 2008
@@ -130,4 +130,11 @@
     <welcome-file>index.jsp</welcome-file>
   </welcome-file-list>
 
+  <jsp-config>
+    <taglib>
+      <taglib-uri>http://myfaces.apache.org/tobago/example/demo</taglib-uri>
+      <taglib-location>/WEB-INF/demo.tld</taglib-location>
+    </taglib>
+  </jsp-config>
+
 </web-app>

Copied: myfaces/tobago/trunk/example/test/src/main/webapp/tag-viewer.jsp (from r645312, myfaces/tobago/trunk/example/demo/src/main/webapp/reference/tag-viewer.jsp)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/webapp/tag-viewer.jsp?p2=myfaces/tobago/trunk/example/test/src/main/webapp/tag-viewer.jsp&p1=myfaces/tobago/trunk/example/demo/src/main/webapp/reference/tag-viewer.jsp&r1=645312&r2=645476&rev=645476&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/reference/tag-viewer.jsp (original)
+++ myfaces/tobago/trunk/example/test/src/main/webapp/tag-viewer.jsp Mon Apr  7 05:18:49 2008
@@ -17,7 +17,6 @@
 <%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
 <%@ taglib uri="http://myfaces.apache.org/tobago/example/demo" prefix="demo" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
 
 <f:view>
 

Propchange: myfaces/tobago/trunk/example/test/src/main/webapp/tag-viewer.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/example/test/src/main/webapp/tag-viewer.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL