mirror of https://github.com/apache/lucene.git
set source and target from java 1.3 to 1.4, not sure if this has any effect at all
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@240463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae53f09860
commit
3960ad82f4
|
@ -28,8 +28,8 @@
|
|||
|
||||
<property name="javac.deprecation" value="off"/>
|
||||
<property name="javac.debug" value="on"/>
|
||||
<property name="javac.source" value="1.3"/>
|
||||
<property name="javac.target" value="1.3"/>
|
||||
<property name="javac.source" value="1.4"/>
|
||||
<property name="javac.target" value="1.4"/>
|
||||
|
||||
<property name="project.name" value="site"/> <!-- todo: is this used by anakia or something else? -->
|
||||
<property name="build.encoding" value="utf-8"/>
|
||||
|
|
Loading…
Reference in New Issue