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 2006/04/01 22:17:46 UTC

svn commit: r390746 - /incubator/tobago/trunk/tobago-core/pom.xml

Author: bommel
Date: Sat Apr  1 12:17:44 2006
New Revision: 390746

URL: http://svn.apache.org/viewcvs?rev=390746&view=rev
Log:
bind generating facelet-tablib to phase process-classes

Modified:
    incubator/tobago/trunk/tobago-core/pom.xml

Modified: incubator/tobago/trunk/tobago-core/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-core/pom.xml?rev=390746&r1=390745&r2=390746&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-core/pom.xml (original)
+++ incubator/tobago/trunk/tobago-core/pom.xml Sat Apr  1 12:17:44 2006
@@ -312,6 +312,7 @@
               </execution>
               <execution>
                 <id>tobago-facelet-taglib</id>
+                <phase>process-classes</phase>
                 <goals><goal>execute</goal></goals>
                 <configuration>
                   <excludes>
@@ -323,7 +324,7 @@
                   <resourceTargetPath>META-INF</resourceTargetPath>
                   <generated>target/generated-tld</generated>
                   <factory>org.apache.myfaces.tobago.apt.FaceletAnnotationProcessorFactory</factory>
-                  <nocompile>true</nocompile>
+                  <!--nocompile>true</nocompile-->
                   <encoding>UTF-8</encoding>
                 </configuration>
               </execution>