From: <var...@us...> - 2011-11-29 13:08:16
|
Revision: 8202 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8202&view=rev Author: vargenau Date: 2011-11-29 13:08:05 +0000 (Tue, 29 Nov 2011) Log Message: ----------- Update yuicompressor from 2.4.2 to 2.4.7 Modified Paths: -------------- trunk/themes/Makefile trunk/themes/Makefile.global Added Paths: ----------- trunk/themes/default/yuicompressor-2.4.7.jar Removed Paths: ------------- trunk/themes/default/yuicompressor-2.4.2.jar Modified: trunk/themes/Makefile =================================================================== --- trunk/themes/Makefile 2011-11-29 12:56:51 UTC (rev 8201) +++ trunk/themes/Makefile 2011-11-29 13:08:05 UTC (rev 8202) @@ -11,7 +11,7 @@ Portland shamino_com Crao Wordpress smaller Hawaiian # http://developer.yahoo.com/yui/compressor/ -YUICOMPRESSOR = java -jar default/yuicompressor-2.4.2.jar +YUICOMPRESSOR = java -jar default/yuicompressor-2.4.7.jar all: $(foreach dir,$(THEMES),make -C $(dir);) Modified: trunk/themes/Makefile.global =================================================================== --- trunk/themes/Makefile.global 2011-11-29 12:56:51 UTC (rev 8201) +++ trunk/themes/Makefile.global 2011-11-29 13:08:05 UTC (rev 8202) @@ -9,7 +9,7 @@ THEMES = default MonoBook wikilens Sidebar SpaceWiki blog MacOSX fusionforge # http://developer.yahoo.com/yui/compressor/ -YUICOMPRESSOR = java -jar ../default/yuicompressor-2.4.2.jar +YUICOMPRESSOR = java -jar ../default/yuicompressor-2.4.7.jar css: $(CSS_FILES) Deleted: trunk/themes/default/yuicompressor-2.4.2.jar =================================================================== (Binary files differ) Copied: trunk/themes/default/yuicompressor-2.4.7.jar (from rev 8197, trunk/themes/default/yuicompressor-2.4.2.jar) =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |