ソースを参照

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>