You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by br...@apache.org on 2004/04/12 22:23:32 UTC

svn commit: rev 9978 - xml/forrest/trunk/src/core/targets

Author: brondsem
Date: Mon Apr 12 13:23:31 2004
New Revision: 9978

Modified:
   xml/forrest/trunk/src/core/targets/skins.xml
Log:
only fetch skin descriptors when we need to

Modified: xml/forrest/trunk/src/core/targets/skins.xml
==============================================================================
--- xml/forrest/trunk/src/core/targets/skins.xml	(original)
+++ xml/forrest/trunk/src/core/targets/skins.xml	Mon Apr 12 13:23:31 2004
@@ -84,7 +84,7 @@
      </delete>
   </target>  
 
-  <target name="fetch-skins-descriptors">
+  <target name="fetch-skins-descriptors" if="skin.unavailable">
     <delete>
       <fileset dir="${forrest.skins-dir}" includes="skins-*.xml"/>
     </delete>