You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/05/21 21:05:26 UTC

svn commit: r1341152 [2/2] - in /myfaces/tobago/branches/tobago-tree-table: ./ src/site/apt/ src/site/resources/ tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/ tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/ tob...

Modified: myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TextareaRenderer.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TextareaRenderer.java?rev=1341152&r1=1341151&r2=1341152&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TextareaRenderer.java (original)
+++ myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TextareaRenderer.java Mon May 21 19:05:24 2012
@@ -101,7 +101,7 @@ public class TextareaRenderer extends In
       } else if (currentValue.startsWith("\r")) {
         currentValue = "\r" + currentValue;
       }
-      writer.writeText(currentValue, null);
+      writer.writeText(currentValue);
     }
     writer.endElement(HtmlElements.TEXTAREA);
     /*if (placeholder != null && !VariableResolverUtils.resolveClientProperties(facesContext)

Modified: myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-speyside/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-speyside/pom.xml?rev=1341152&r1=1341151&r2=1341152&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-speyside/pom.xml (original)
+++ myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-speyside/pom.xml Mon May 21 19:05:24 2012
@@ -190,7 +190,7 @@
               <executable>java</executable>
               <arguments>
                 <argument>-jar</argument>
-                <argument>../tobago-theme-standard/lib/compiler-20100917.jar</argument>
+                <argument>../tobago-theme-standard/lib/compiler-20120430.jar</argument>
                 <argument>&#x2d;&#x2d;js</argument>
                 <argument>${project.build.directory}/javascript-min/speyside/script/tobago.min.js</argument>
                 <argument>&#x2d;&#x2d;js_output_file</argument>

Modified: myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-standard/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-standard/pom.xml?rev=1341152&r1=1341151&r2=1341152&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-standard/pom.xml (original)
+++ myfaces/tobago/branches/tobago-tree-table/tobago-theme/tobago-theme-standard/pom.xml Mon May 21 19:05:24 2012
@@ -41,7 +41,7 @@
             <configuration>
               <serverId>code-google</serverId>
               <url>http://closure-compiler.googlecode.com/files/</url>
-              <fromFile>compiler-20100917.zip</fromFile>
+              <fromFile>compiler-20120430.zip</fromFile>
               <toDir>${project.build.directory}/closure-compiler</toDir>
             </configuration>
           </execution>
@@ -97,7 +97,7 @@
               <executable>java</executable>
               <arguments>
                 <argument>-jar</argument>
-                <argument>lib/compiler-20100917.jar</argument>
+                <argument>lib/compiler-20120430.jar</argument>
                 <argument>--js</argument>
                 <argument>${project.build.directory}/javascript-min/standard/script/tobago.min.js</argument>
                 <argument>--js_output_file</argument>
@@ -117,7 +117,7 @@
               <executable>java</executable>
               <arguments>
                 <argument>-jar</argument>
-                <argument>lib/compiler-20100917.jar</argument>
+                <argument>lib/compiler-20120430.jar</argument>
                 <argument>--js</argument>
                 <argument>${project.build.directory}/javascript-min/msie_6_0/script/tobago.min.js</argument>
                 <argument>--js_output_file</argument>