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:
Chris M. Hostetter 2007-06-15 00:12:51 +00:00
parent a172ba4d77
commit e3dd761fb3
1 changed files with 2 additions and 5 deletions

View File

@ -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>