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:
c04c3e0
)
Compile for jdk 1.4.
author
wassa
<wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 4 Apr 2005 22:21:13 +0000
(22:21 +0000)
committer
wassa
<wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 4 Apr 2005 22:21:13 +0000
(22:21 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1376
ab3bd59b
-922f-494d-bb5f-
6f0a3c29deca
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
e3629d0
..
64b75a2
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-67,7
+67,7
@@
<target name="compile" depends="init"
description="Compile source file, combine with schemas and conf directories">
<javac srcdir="${src}" destdir="${build}" includes="**/*.java" debug="on"
- target="1.3" source="1.3">
+ target="1.4" source="1.4">
<classpath refid="build.path" />
</javac>
<copy todir="${build}/schemas">