build.xml tweaks

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2012-02-22 06:27:11 +00:00
parent d06e17faa6
commit ec2ca51e96
3 changed files with 2 additions and 7 deletions

View File

@ -32,7 +32,6 @@
<import file="../../../lucene/contrib/contrib-build.xml"/> <import file="../../../lucene/contrib/contrib-build.xml"/>
<path id="classpath"> <path id="classpath">
<pathelement path="${spatial-base.jar}"/>
<path refid="base.classpath"/> <path refid="base.classpath"/>
</path> </path>

View File

@ -37,12 +37,8 @@
<target name="compile" depends="base,strategy" /> <target name="compile" depends="base,strategy" />
<target name="clean"> <target name="clean">
<!-- Not sure why this does not work
<ant dir="base" target="clean" /> <ant dir="base" target="clean" />
<ant dir="strategy" target="clean" /> <ant dir="strategy" target="clean" />
-->
<delete dir="build"/>
<delete dir="dist"/>
</target> </target>
<target name="validate"> <target name="validate">

View File

@ -17,7 +17,7 @@
<project name="spatial-strategy" default="default"> <project name="spatial-strategy" default="default">
<description> <description>
Lucene [Geo]Spatial Strageties Lucene [Geo]Spatial Strategies
</description> </description>
<property name="build.dir" location="../build/strategy" /> <property name="build.dir" location="../build/strategy" />
@ -29,7 +29,7 @@
<!-- <!--
<fileset dir="lib" includes="*.jar"/> <fileset dir="lib" includes="*.jar"/>
--> -->
<fileset dir="../build/base" includes="*.jar"/> <pathelement path="../base/build/classes/java" />
<fileset dir="../base/lib" includes="*.jar"/> <fileset dir="../base/lib" includes="*.jar"/>
</path> </path>
<pathconvert property="project.classpath" targetos="unix" refid="additional.dependencies" /> <pathconvert property="project.classpath" targetos="unix" refid="additional.dependencies" />