浏览代码

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

Ben Alex 20 年之前
父节点
当前提交
204582d2fc
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      doc/maven.xml

+ 3 - 0
doc/maven.xml

@@ -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>