projects
/
java-idp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117dc46
)
Included aaLocal in the build
author
dousti
<dousti@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 12 Jun 2002 13:55:35 +0000
(13:55 +0000)
committer
dousti
<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
patch
|
blob
|
history
diff --git
a/build.xml
b/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>