Project

General

Profile

« Previous | Next » 

Revision 2900

Added by sgarg over 18 years ago

Modified build file to copy skin.configs dir to WEB_INF as it has the skin property files

View differences:

build.xml
884 884
             tofile="${build.war}/web.xml" />
885 885
       <copy file="lib/metacat.properties" todir="${war.webinf}"
886 886
             filtering="yes" />
887
       <copy todir="${war.webinf}" filtering="yes">
888
	   	  <fileset dir="lib">
889
           <include name="skin.configs/**"/>
890
		  </fileset>
891
	   </copy>
887 892
       <copy file="lib/log4j.properties" todir="${war.webinf}"
888 893
             filtering="yes" />
889 894
       <copy todir="${war.context}" filtering="no">
......
905 910
           <exclude name="lsid_lib/**"/>
906 911
           <exclude name="lsid_conf/**"/>
907 912
           <exclude name="LiveMap_30/**"/>
913
           <exclude name="skin.configs/**"/>
908 914
         </fileset>
909 915
       </copy>
910 916
   </target>

Also available in: Unified diff