소스 검색

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>