mirror of https://github.com/apache/lucene.git
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:
parent
8c1b134a7a
commit
dcd5d64785
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue