include the demo war file in 'ant dist' and change the README to refer to the new location

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949164 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-05-28 12:49:22 +00:00
parent b8a12e8c8b
commit 38aa464ab1
2 changed files with 5 additions and 5 deletions

View File

@ -17,10 +17,10 @@ FILES
lucene-core-XX.jar lucene-core-XX.jar
The compiled lucene library. The compiled lucene library.
lucene-demos-XX.jar contrib/demo/lucene-demo-XX.jar
The compiled simple example code. The compiled simple example code.
luceneweb.war contrib/demo/luceneweb.war
The compiled simple example Web Application. The compiled simple example Web Application.
contrib/* contrib/*
@ -40,5 +40,5 @@ docs/api/index.html
src/java src/java
The Lucene source code. The Lucene source code.
src/demo contrib/demo/src
Some example code. Some example code.

View File

@ -38,7 +38,7 @@
<path refid="base.classpath"/> <path refid="base.classpath"/>
</path> </path>
<target name="compile-core" depends="compile-analyzers-common, common.compile-core" /> <target name="compile-core" depends="compile-analyzers-common, common.compile-core, war-demo" />
<target name="compile-analyzers-common" unless="analyzers-common.uptodate"> <target name="compile-analyzers-common" unless="analyzers-common.uptodate">
<subant target="default"> <subant target="default">
@ -46,7 +46,7 @@
</subant> </subant>
</target> </target>
<target name="war-demo" depends="jar-core"> <target name="war-demo">
<sequential> <sequential>
<build-manifest title="Lucene Search Engine: demos"/> <build-manifest title="Lucene Search Engine: demos"/>
<war destfile="${build.dir}/${demo.war.name}.war" <war destfile="${build.dir}/${demo.war.name}.war"