Removed reference to custom/ from build.path as this should not longer be included in the main build (it's handled by the extension build)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1824
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
<!-- Construct the CLASSPATH -->
<path id="build.path">
- <pathelement path="${classpath}" />
<pathelement location="${build}" />
- <fileset dir="${custom}">
- <include name="**/*.jar" />
- </fileset>
<fileset dir="${endorsed}">
<include name="**/*.jar" />
</fileset>