Revision 7621
Added by Jing Tao over 11 years ago
build.xml | ||
---|---|---|
951 | 951 |
<fileset dir="lib/oaipmh"> |
952 | 952 |
<include name="oaicat.jar" /> |
953 | 953 |
</fileset> |
954 |
<fileset dir="lib/solr"> |
|
955 |
<include name="*.jar" /> |
|
956 |
</fileset> |
|
957 |
<fileset dir="lib/lucene"> |
|
958 |
<include name="*.jar" /> |
|
959 |
</fileset> |
|
954 | 960 |
</copy> |
955 | 961 |
<!-- MCD copy file="lib/web.xml.${tomcatversion}" |
956 | 962 |
tofile="${build.war}/web.xml" / --> |
Also available in: Unified diff
Include solr and lucene jar files into the war. We maybe change it when we use pom.xml to manage the jar dependency.