Remove unneeded Java 1.5 properties from contrib build.xmls

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@820481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-09-30 22:29:02 +00:00
parent 9b0f9934c3
commit 7733f8ab32
4 changed files with 0 additions and 12 deletions

View File

@ -23,9 +23,6 @@
Hits highlighter using TermVectors
</description>
<property name="javac.source" value="1.5" />
<property name="javac.target" value="1.5" />
<import file="../contrib-build.xml"/>
<property name="analyzers.jar" location="${common.dir}/build/contrib/analyzers/lucene-analyzers-${version}.jar"/>

View File

@ -23,9 +23,6 @@
InstantiatedIndex, an alternative RAM store.
</description>
<property name="javac.source" value="1.5" />
<property name="javac.target" value="1.5" />
<import file="../contrib-build.xml"/>

View File

@ -23,9 +23,6 @@
Flexible Query Parser
</description>
<property name="javac.source" value="1.5" />
<property name="javac.target" value="1.5" />
<import file="../contrib-build.xml"/>
<!--

View File

@ -23,9 +23,6 @@
Lucene Spatial Indexing
</description>
<property name="javac.source" value="1.5" />
<property name="javac.target" value="1.5" />
<import file="../contrib-build.xml"/>
<property name="misc.jar" location="${common.dir}/build/contrib/misc/lucene-misc-${version}.jar"/>