Revision 7661
Added by Jing Tao over 11 years ago
build.xml | ||
---|---|---|
937 | 937 |
<copy file="lib/web.xml.tomcat6" tofile="${build.war}/web.xml" /> |
938 | 938 |
<copy file="lib/metacat.properties" todir="${war.webinf}" |
939 | 939 |
filtering="yes" /> |
940 |
<copy file="lib/solrQueryFieldDescriptions.properties" todir="${war.webinf}"/> |
|
940 | 941 |
<copy file="lib/metacat.properties.metadata.xml" |
941 | 942 |
todir="${war.webinf}" filtering="no" /> |
942 | 943 |
<copy file="lib/org.properties.metadata.xml" |
Also available in: Unified diff
Copy the index fields description file to the web-inf dir.