Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a2693c1
)
java: Specify in build.xml that we are using Java 1.5
author
David Reiss
<dreiss@apache.org>
Mon, 4 Aug 2008 18:38:36 +0000
(18:38 +0000)
committer
David Reiss
<dreiss@apache.org>
Mon, 4 Aug 2008 18:38:36 +0000
(18:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@682453
13f79535
-47bb-0310-9956-
ffa450edef68
lib/java/build.xml
patch
|
blob
|
history
diff --git
a/lib/java/build.xml
b/lib/java/build.xml
index
75e7451
..
6f9d0b0
100644
(file)
--- a/
lib/java/build.xml
+++ b/
lib/java/build.xml
@@
-12,7
+12,7
@@
</target>
<target name="compile" depends="init">
- <javac srcdir="${src}" destdir="${build}" />
+ <javac srcdir="${src}" destdir="${build}"
source="1.5"
/>
</target>
<target name="dist" depends="compile">