Remove domain extensions source code from built "src" artifact.

This commit is contained in:
Ben Alex 2006-05-29 07:40:54 +00:00
parent b146638751
commit 0c5c695842

View File

@ -86,9 +86,11 @@
<ant:fileset dir="${basedir}/../core-tiger/src/main/java">
<ant:include name="**/*"/>
</ant:fileset>
<!-- These are deprecated, not part of Acegi Security, and shouldn't be included
<ant:fileset dir="${basedir}/../domain/src/main/java">
<ant:include name="**/*"/>
</ant:fileset>
-->
<ant:fileset dir="${basedir}/../adapters/cas/src/main/java">
<ant:include name="**/*"/>
</ant:fileset>