Included aaLocal in the build
authordousti <dousti@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 12 Jun 2002 13:55:35 +0000 (13:55 +0000)
committerdousti <dousti@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 12 Jun 2002 13:55:35 +0000 (13:55 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@83 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

build.xml

index 519803a..1b930ec 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -41,7 +41,6 @@
        <!-- 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>