exclude empty Javadoc package

This commit is contained in:
costin
2010-09-16 14:16:26 +03:00
parent 0435997576
commit 670e0e73c9

View File

@@ -269,7 +269,7 @@ limitations under the License.
<packages>org.springframework.data.gemfire.sample*</packages>
</group>
</groups>
<excludePackageNames></excludePackageNames>
<excludePackageNames>org.springframework.data.gemfire.config</excludePackageNames>
<breakiterator>true</breakiterator>
<quiet>true</quiet>