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/04/04 18:54:02 UTC

svn commit: r644770 - in /myfaces/myfaces-build-tools/branches/builder_plugin/test/api: pom.xml src/main/java/javax/faces/component/html/HtmlCommandButton.java src/main/resources/META-INF/tagClass11.vm

Author: lu4242
Date: Fri Apr  4 09:53:57 2008
New Revision: 644770

URL: http://svn.apache.org/viewvc?rev=644770&view=rev
Log:
update example

Removed:
    myfaces/myfaces-build-tools/branches/builder_plugin/test/api/src/main/resources/META-INF/tagClass11.vm
Modified:
    myfaces/myfaces-build-tools/branches/builder_plugin/test/api/pom.xml
    myfaces/myfaces-build-tools/branches/builder_plugin/test/api/src/main/java/javax/faces/component/html/HtmlCommandButton.java

Modified: myfaces/myfaces-build-tools/branches/builder_plugin/test/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/branches/builder_plugin/test/api/pom.xml?rev=644770&r1=644769&r2=644770&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/branches/builder_plugin/test/api/pom.xml (original)
+++ myfaces/myfaces-build-tools/branches/builder_plugin/test/api/pom.xml Fri Apr  4 09:53:57 2008
@@ -31,7 +31,7 @@
 	<executions>
 	  <execution>
             <goals>
-              <goal>build-metadata</goal>             
+              <goal>build-metadata</goal>
               <goal>make-tags</goal>
             </goals>
 	  </execution>

Modified: myfaces/myfaces-build-tools/branches/builder_plugin/test/api/src/main/java/javax/faces/component/html/HtmlCommandButton.java
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/branches/builder_plugin/test/api/src/main/java/javax/faces/component/html/HtmlCommandButton.java?rev=644770&r1=644769&r2=644770&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/branches/builder_plugin/test/api/src/main/java/javax/faces/component/html/HtmlCommandButton.java (original)
+++ myfaces/myfaces-build-tools/branches/builder_plugin/test/api/src/main/java/javax/faces/component/html/HtmlCommandButton.java Fri Apr  4 09:53:57 2008
@@ -14,6 +14,10 @@
 public class HtmlCommandButton
 {
 
-    
-    
+    /**
+     * @JSFProperty
+     */
+    public Object getValue(){
+        return null;
+    }
 }