Revision 5297
Added by Matt Jones over 14 years ago
build.xml | ||
---|---|---|
863 | 863 |
</not> |
864 | 864 |
--> |
865 | 865 |
<include name="*.jar" /> |
866 |
<exclude name="maven-ant-tasks*.jar" /> |
|
866 | 867 |
</fileset> |
867 | 868 |
<fileset dir="lib"> |
868 | 869 |
<include name="xalan.jar" /> |
Also available in: Unified diff
Excluding the Maven ant tasks jar from the metacat war distribution because
it is not needed (its only used to build dataone-service at build time, and
is unused at runtime), and it conflicts with jar files checked in for Spring
as part of the geoserver install. Also updated dataone interface
definitions.