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 16:41:00 UTC

svn commit: r231043 - /myfaces/build/trunk/build.xml

Author: schof
Date: Tue Aug  9 07:40:57 2005
New Revision: 231043

URL: http://svn.apache.org/viewcvs?rev=231043&view=rev
Log:
create legacy myfaces_extensions.tld for backwards compatability

Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=231043&r1=231042&r2=231043&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Tue Aug  9 07:40:57 2005
@@ -611,6 +611,13 @@
                      location="${tlddoc.dtd}"/>
             </xmlcatalog>
         </xslt>
+        
+        <!-- make a copy of the new tomahawk.tld for backwards compatability - modify the URI after copying -->
+        <copy file="${resolved-tlds.dir}/tomahawk.tld" tofile="${resolved-tlds.dir}/myfaces_ext.tld"/>
+        <replace file="${resolved-tlds.dir}/myfaces_ext.tld" 
+                 token="http://myfaces.apache.org/tomahawk"
+                 value="http://myfaces.apache.org/extensions"/>
+        
     </target>
 
     <!--