You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by br...@apache.org on 2009/09/27 08:01:00 UTC

svn commit: r819260 - /incubator/jspwiki/trunk/build.xml

Author: brushed
Date: Sun Sep 27 06:00:59 2009
New Revision: 819260

URL: http://svn.apache.org/viewvc?rev=819260&view=rev
Log:
Removed jspwiki-print.css from yui compression step. 

Modified:
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=819260&r1=819259&r2=819260&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Sun Sep 27 06:00:59 2009
@@ -528,9 +528,6 @@
     <compressjs src="/templates/default/jspwiki.css"
       			args="--line-break 0" />
     
-    <compressjs src="/templates/default/jspwiki_print.css"
-      			args="--line-break 0" />   	
-
     <mkdir dir="${tmpdir}/compress/webdocs/templates/default/skins/OrderedList"/>   	
    	<compressjs src="/templates/default/skins/OrderedList/skin.css"
       			args="--line-break 0" />