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:
Daniel Naber 2005-08-27 22:05:00 +00:00
parent ae53f09860
commit 3960ad82f4
1 changed files with 2 additions and 2 deletions

View File

@ -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"/>