From: <var...@us...> - 2010-04-27 02:12:19
|
Revision: 7353 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7353&view=rev Author: vargenau Date: 2010-04-27 02:12:12 +0000 (Tue, 27 Apr 2010) Log Message: ----------- Provide yuicompressor-2.4.2.jar so that Makefile works Modified Paths: -------------- trunk/themes/Makefile trunk/themes/Makefile.global Added Paths: ----------- trunk/themes/default/yuicompressor-2.4.2.jar Modified: trunk/themes/Makefile =================================================================== --- trunk/themes/Makefile 2010-04-27 01:58:17 UTC (rev 7352) +++ trunk/themes/Makefile 2010-04-27 02:12:12 UTC (rev 7353) @@ -11,7 +11,7 @@ Portland shamino_com Crao Wordpress smaller Hawaiian # http://developer.yahoo.com/yui/compressor/ -YUICOMPRESSOR = java -jar h:/Java/yuicompressor-2.4.2.jar +YUICOMPRESSOR = java -jar default/yuicompressor-2.4.2.jar all: $(foreach dir,$(THEMES),make -C $(dir);) Modified: trunk/themes/Makefile.global =================================================================== --- trunk/themes/Makefile.global 2010-04-27 01:58:17 UTC (rev 7352) +++ trunk/themes/Makefile.global 2010-04-27 02:12:12 UTC (rev 7353) @@ -9,7 +9,7 @@ THEMES = default MonoBook wikilens Sidebar SpaceWiki blog MacOSX gforge # http://developer.yahoo.com/yui/compressor/ -YUICOMPRESSOR = java -jar h:/Java/yuicompressor-2.4.2.jar +YUICOMPRESSOR = java -jar ../default/yuicompressor-2.4.2.jar css: $(CSS_FILES) Added: trunk/themes/default/yuicompressor-2.4.2.jar =================================================================== (Binary files differ) Property changes on: trunk/themes/default/yuicompressor-2.4.2.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |