mirror of https://github.com/apache/lucene.git
SOLR-135 ... sigh ... previous version compiled common code in isolation, but but had to always recompile even if there were no changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@547460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a172ba4d77
commit
e3dd761fb3
|
@ -203,11 +203,8 @@
|
|||
|
||||
<solr-javac destdir="${dest}/common"
|
||||
classpathref="compile.classpath">
|
||||
<src>
|
||||
<dirset dir="${src}/java">
|
||||
<include name="org/apache/solr/common/**" />
|
||||
</dirset>
|
||||
</src>
|
||||
<src path="${src}/java" />
|
||||
<include name="org/apache/solr/common/**" />
|
||||
</solr-javac>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue