copy non-java files so they get bundled into the JAR

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150939 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2004-01-23 17:38:35 +00:00
parent 8c1b134a7a
commit dcd5d64785
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@
srcdir="${src.dir}"
classpathref="compile.classpath"
/>
<copy todir="${build.classes.dir}">
<fileset dir="${src.dir}" excludes="**/*.java"/>
</copy>
</target>
<target name="test-compile" depends="compile" if="has.tests">