You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/06/16 22:57:40 UTC

svn commit: r668306 - /myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/test/resources/builder/generation/goodfile.xml

Author: skitching
Date: Mon Jun 16 13:57:40 2008
New Revision: 668306

URL: http://svn.apache.org/viewvc?rev=668306&view=rev
Log:
Trivial change: after update to ClassMeta, classSource is now output before superClassName in xml

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/test/resources/builder/generation/goodfile.xml

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/test/resources/builder/generation/goodfile.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/test/resources/builder/generation/goodfile.xml?rev=668306&r1=668305&r2=668306&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/test/resources/builder/generation/goodfile.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/src/test/resources/builder/generation/goodfile.xml Mon Jun 16 13:57:40 2008
@@ -61,8 +61,8 @@
   <component>
     <className>generation.SubclassComponent</className>
     <parentClassName>generation.ComponentBase</parentClassName>
-    <superClassName>generation.ComponentGenSubclass</superClassName>
     <classSource>generation.ComponentGenSubclass</classSource>
+    <superClassName>generation.ComponentGenSubclass</superClassName>
     <interfaces>
       <interface name="generation.ComponentInterface"/>
     </interfaces>