You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by sl...@apache.org on 2006/10/19 19:12:20 UTC

svn commit: r465738 - /incubator/adffaces/trunk/plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/archetype.xml

Author: slessard
Date: Thu Oct 19 12:12:19 2006
New Revision: 465738

URL: http://svn.apache.org/viewvc?view=rev&rev=465738
Log:
Applied ADFFACES-174 patch. Thanks Sylvain Mougenot for the suggestion.

Modified:
    incubator/adffaces/trunk/plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/archetype.xml

Modified: incubator/adffaces/trunk/plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/archetype.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/archetype.xml?view=diff&rev=465738&r1=465737&r2=465738
==============================================================================
--- incubator/adffaces/trunk/plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/archetype.xml (original)
+++ incubator/adffaces/trunk/plugins/myfaces-archetype-trinidad/src/main/resources/META-INF/archetype.xml Thu Oct 19 12:12:19 2006
@@ -19,7 +19,7 @@
 <archetype>
   <id>myfaces-archetype-trinidad</id>
   <resources>
-    <resource>src/main/java/org/apache/myfaces/adf/blank/HelloWorldBacking.java</resource>
+    <resource>src/main/java/org/apache/myfaces/trinidad/blank/HelloWorldBacking.java</resource>
     <resource>src/main/webapp/index.jspx</resource>
     <resource>src/main/webapp/page2.jspx</resource>
     <resource>src/main/webapp/WEB-INF/web.xml</resource>