Преглед на файлове

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>