Yet fixing no-attr
[java-idp.git] / build.xml
index efc1aa0..1b930ec 100755 (executable)
--- a/build.xml
+++ b/build.xml
        </target>
 
 
        </target>
 
 
+       <!-- This target should be run before checking code into the repository -->
+       <target name="pre-checkin" depends="compile-all, test-all, clean-all" />
+
+
        <!-- Compile classes and move them to ${build} -->
        <target name="compile-all" depends="init">
                <javac srcdir="${src}" destdir="${build}" includes="**/*.java" debug="on">
        <!-- Compile classes and move them to ${build} -->
        <target name="compile-all" depends="init">
                <javac srcdir="${src}" destdir="${build}" includes="**/*.java" debug="on">
-                       <exclude name="edu/internet2/middleware/shibboleth/aaLocal/**" />
                        <exclude name="edu/internet2/middleware/shibboleth/hs-cmu/**" />
                        <classpath refid="build.path" />
                </javac>
                        <exclude name="edu/internet2/middleware/shibboleth/hs-cmu/**" />
                        <classpath refid="build.path" />
                </javac>