| | |
| | | ! |
| | | ! |
| | | ! Copyright 2006-2010 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011-2014 ForgeRock AS |
| | | ! Portions Copyright 2011-2015 ForgeRock AS |
| | | ! Portions Copyright 2012 Delta Victor Consultants |
| | | ! --> |
| | | |
| | |
| | | <!-- General server-wide properties --> |
| | | <property name="src.dir" location="src/server" /> |
| | | <property name="pluggablebackend.pkg" value="org/opends/server/backends/pluggable" /> |
| | | <property name="persistit.pkg" value="org/opends/server/backends/persistit" /> |
| | | <property name="build.dir" location="build" /> |
| | | <property name="classes.dir" location="${build.dir}/classes" /> |
| | | <property name="build.lib.dir" location="${build.dir}/lib" /> |
| | |
| | | <include name="**/*.java"/> |
| | | <exclude name="**/PublicAPI.java" /> |
| | | <exclude name="${pluggablebackend.pkg}/**/*.java" /> |
| | | <exclude name="${persistit.pkg}/*.java" /> |
| | | </fileset> |
| | | <formatter type="plain" /> |
| | | </checkstyle> |