mirror of https://github.com/apache/lucene.git
1. Removing duplicate src/web/src packageset for javadoc-all target
2. Renaming core-test to test-core git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d86b3369bd
commit
085ad9be8e
|
@ -184,7 +184,6 @@
|
|||
<sources>
|
||||
<packageset dir="${src}/java" />
|
||||
<packageset dir="${src}/webapp/src" />
|
||||
<packageset dir="${src}/webapp/src" />
|
||||
<packageset dir="${solrj-dir}/src" />
|
||||
<packageset dir="contrib/dataimporthandler/src/main/java" />
|
||||
|
||||
|
@ -401,14 +400,14 @@
|
|||
</target>
|
||||
|
||||
<!-- Run core unit tests. -->
|
||||
<target name="core-test"
|
||||
<target name="test-core"
|
||||
description="Runs the core unit tests."
|
||||
depends="init-forrest-entities, compileTests, junit" />
|
||||
|
||||
<!-- Run contrib unit tests. -->
|
||||
<target name="test"
|
||||
description="Runs the core unit tests."
|
||||
depends="core-test, test-contrib" />
|
||||
depends="test-core, test-contrib" />
|
||||
|
||||
<target name="junit" depends="compileTests">
|
||||
<!-- no description so it doesn't show up in -projecthelp -->
|
||||
|
|
Loading…
Reference in New Issue