Browse Source

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

Ben Alex 20 năm trước cách đây
mục cha
commit
204582d2fc
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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>