You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/08/09 03:02:44 UTC

svn commit: r684165 - /myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml

Author: lu4242
Date: Fri Aug  8 18:02:44 2008
New Revision: 684165

URL: http://svn.apache.org/viewvc?rev=684165&view=rev
Log:
correct tld file name as mcv.tld

Modified:
    myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml

Modified: myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml?rev=684165&r1=684164&r2=684165&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml Fri Aug  8 18:02:44 2008
@@ -77,10 +77,10 @@
             </goals>
           </execution>          
           <execution>
-            <id>makemcctld</id>
+            <id>makemcvtld</id>
             <configuration>
-                <xmlFile>META-INF/mcc.tld</xmlFile>
-                <xmlBaseFile>src/main/conf/META-INF/mcc-base.tld</xmlBaseFile>
+                <xmlFile>META-INF/mcv.tld</xmlFile>
+                <xmlBaseFile>src/main/conf/META-INF/mcv-base.tld</xmlBaseFile>
                 <templateFile>tomahawk.vm</templateFile>
                 <params>
                    <shortname>mcv</shortname>