You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/08/09 17:29:00 UTC

svn commit: r231051 - in /myfaces/tomahawk/trunk: build.properties tld/ tld/tomahawk.tld

Author: schof
Date: Tue Aug  9 08:28:56 2005
New Revision: 231051

URL: http://svn.apache.org/viewcvs?rev=231051&view=rev
Log:
additional fixes related to new TLD filename

Modified:
    myfaces/tomahawk/trunk/build.properties
    myfaces/tomahawk/trunk/tld/   (props changed)
    myfaces/tomahawk/trunk/tld/tomahawk.tld

Modified: myfaces/tomahawk/trunk/build.properties
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/build.properties?rev=231051&r1=231050&r2=231051&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/build.properties (original)
+++ myfaces/tomahawk/trunk/build.properties Tue Aug  9 08:28:56 2005
@@ -25,3 +25,4 @@
 javadoc.title        = Apache MyFaces: Tomahawk
 javadoc.package      = org.apache.myfaces.*
 update.lastmodified  = yes
+tomahawk             = yes
\ No newline at end of file

Propchange: myfaces/tomahawk/trunk/tld/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Aug  9 08:28:56 2005
@@ -0,0 +1 @@
+myfaces_ext.tld

Modified: myfaces/tomahawk/trunk/tld/tomahawk.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk.tld?rev=231051&r1=231050&r2=231051&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk.tld (original)
+++ myfaces/tomahawk/trunk/tld/tomahawk.tld Tue Aug  9 08:28:56 2005
@@ -78,10 +78,10 @@
 
     <tlib-version>1.0.10</tlib-version>
     <jsp-version>1.2</jsp-version>
-    <short-name>x</short-name>
-    <uri>http://myfaces.apache.org/extensions</uri>
+    <short-name>t</short-name>
+    <uri>http://myfaces.apache.org/tomahawk</uri>
     <description>
-        Enhanced standard JSP actions and custom MyFaces actions.
+        MyFaces subproject that contains components and other goodies to be used with any JSF implementation.
     </description>
 
 <!--     Extended standard components     -->