Revision 8401
Added by Jing Tao about 11 years ago
build.xml | ||
---|---|---|
1010 | 1010 |
<copy file="lib/web.xml.tomcat6" tofile="${build.war}/web.xml" /> |
1011 | 1011 |
<copy file="lib/metacat.properties" todir="${war.webinf}" |
1012 | 1012 |
filtering="yes" /> |
1013 |
<copy todir="${war.webinf}" filtering="yes"> |
|
1014 |
<fileset dir="lib/account-web-info"> |
|
1015 |
<exclude name="web.xml" /> |
|
1016 |
</fileset> |
|
1017 |
</copy> |
|
1013 | 1018 |
<copy file="lib/solrQueryFieldDescriptions.properties" todir="${war.webinf}"/> |
1014 | 1019 |
<copy file="lib/metacat.properties.metadata.xml" |
1015 | 1020 |
todir="${war.webinf}" filtering="no" /> |
... | ... | |
1788 | 1793 |
webxml="lib/account-web-info/web.xml"> |
1789 | 1794 |
<webinf dir="${war.webinf}"> |
1790 | 1795 |
<include name="metacat.properties"/> |
1796 |
<include name="gd_intermediate_bundle_ldap_dev.crt"/> |
|
1791 | 1797 |
</webinf> |
1792 | 1798 |
<fileset dir="${war.context}"> |
1793 | 1799 |
<include name="cgi-bin/**"/> |
Also available in: Unified diff
Include the ldap-dev ca cert in the war file.