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 2010/05/15 00:01:17 UTC

svn commit: r944497 [5/5] - in /myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin: ./ src/main/java/org/apache/myfaces/buildtools/maven2/plugin/javascript/jmt/ src/main/java/org/apache/myfaces/buildtools/maven2/plugin/javascrip...

Added: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/src/test/resources/with-debug/debugs.js
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/src/test/resources/with-debug/debugs.js?rev=944497&view=auto
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/src/test/resources/with-debug/debugs.js (added)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/src/test/resources/with-debug/debugs.js Fri May 14 22:01:15 2010
@@ -0,0 +1,22 @@
+/*
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~      http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ */
+;;; var logger = log4javascript.getDefaultLogger();
+
+    var format = function( n, format )
+    {
+        ;;; logger.debug( "format " + n + " as " + format );
+        if( isNaN(n) ) return "-";
+;;;     logger.debug( "format is a number" );
+        return parseFloat( n ).numberFormat( format );
+    }

Added: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/src/test/resources/zero-length/zero-length.js
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/src/test/resources/zero-length/zero-length.js?rev=944497&view=auto
==============================================================================
    (empty)