For convenience of users of Acegi Security Domain subproject, include the source code in the sources ZIP file.

This commit is contained in:
Ben Alex 2005-08-21 10:29:22 +00:00
parent cbdb3ed8da
commit 204582d2fc
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@
<ant:fileset dir="${basedir}/../core/src/main/java">
<ant:include name="**/*"/>
</ant:fileset>
<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>