Changeset 1152
- Timestamp:
- 01/14/09 20:04:12 (4 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 modified
-
contrib/compress_yui.php (modified) (2 diffs)
-
contrib/yuicompressor-2.4.2.jar (added)
-
modules/AboutBox/dialog.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/contrib/compress_yui.php
r951 r1152 60 60 -- BSD license) please read license.txt in this package for details. 61 61 -- 62 -- Copyright (c) 2005-200 8Xinha Developer Team and contributors62 -- Copyright (c) 2005-2009 Xinha Developer Team and contributors 63 63 -- 64 64 -- Xinha was originally based on work by Mihai Bazon which is: … … 78 78 file_put_contents($file."_uncompr${ext}", preg_replace('/(\/\/[^\n]*)?(?![*])\\\[\n]/','',file_get_contents($file))); 79 79 80 exec("echo \"".(preg_match('/XinhaCore.js$/',$file) ? $prefix.$core_prefix : $prefix)."\" > $file && java -jar ${cwd}/yuicompressor-2.2.5.jar --charset UTF-8 ${file}_uncompr${ext} >> $file 2>&1");80 passthru("echo \"".(preg_match('/XinhaCore.js$/',$file) ? $prefix.$core_prefix : $prefix)."\" > $file && java -jar ${cwd}/yuicompressor-2.4.2.jar --charset UTF-8 ${file}_uncompr${ext} >> $file 2>&1"); 81 81 if (preg_match('/\d+:\d+:syntax error/',file_get_contents($file))) 82 82 { -
trunk/modules/AboutBox/dialog.html
r1080 r1152 19 19 Use of Xinha is granted by the terms of the htmlArea License (based on BSD license) 20 20 </p> 21 <pre> Copyright (c) 2005-200 8Xinha Developer Team and contributors</pre>21 <pre> Copyright (c) 2005-2009 Xinha Developer Team and contributors</pre> 22 22 <p> 23 23 Xinha was originally based on work by Mihai Bazon which is: … … 34 34 <div id="[license]" style="display:none" class="tab-content"> 35 35 <pre>htmlArea License (based on BSD license) 36 Copyright (c) 2005-200 8Xinha Developer Team and contributors36 Copyright (c) 2005-2009 Xinha Developer Team and contributors 37 37 Copyright (c) 2002-2004, interactivetools.com, inc. 38 38 Copyright (c) 2003-2004 dynarch.com
