<?xml version="1.0"?>
<project name="Apache Ant Properties Project" basedir=".">
<fileset id="javadoc" dir="${src}">
<include name="shared/**"/>
<include name="stand-alone/**"/>
<include name="web/java/**"/>
<none>
<containsregexp expression="Licensed under the Apache Licen[sc]e"/>
<containsregexp expression="GNU GENERAL PUBLIC LICEN[SC]E"/>
</none>
</fileset>
</project>
|