mirror of https://github.com/apache/lucene.git
rename easymock.jar to easymock-2.2.jar so the version information is known
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1078471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
045af3707c
commit
c80bad9f29
|
@ -104,7 +104,7 @@
|
||||||
<classpathentry kind="lib" path="solr/lib/commons-httpclient-3.1.jar"/>
|
<classpathentry kind="lib" path="solr/lib/commons-httpclient-3.1.jar"/>
|
||||||
<classpathentry kind="lib" path="solr/lib/commons-io-1.4.jar"/>
|
<classpathentry kind="lib" path="solr/lib/commons-io-1.4.jar"/>
|
||||||
<classpathentry kind="lib" path="solr/lib/commons-lang-2.4.jar"/>
|
<classpathentry kind="lib" path="solr/lib/commons-lang-2.4.jar"/>
|
||||||
<classpathentry kind="lib" path="solr/lib/easymock.jar"/>
|
<classpathentry kind="lib" path="solr/lib/easymock-2.2.jar"/>
|
||||||
<classpathentry kind="lib" path="solr/lib/geronimo-stax-api_1.0_spec-1.0.1.jar"/>
|
<classpathentry kind="lib" path="solr/lib/geronimo-stax-api_1.0_spec-1.0.1.jar"/>
|
||||||
<classpathentry kind="lib" path="solr/lib/guava-r05.jar"/>
|
<classpathentry kind="lib" path="solr/lib/guava-r05.jar"/>
|
||||||
<classpathentry kind="lib" path="solr/lib/jcl-over-slf4j-1.6.1.jar"/>
|
<classpathentry kind="lib" path="solr/lib/jcl-over-slf4j-1.6.1.jar"/>
|
||||||
|
|
|
@ -534,7 +534,7 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
==========================================================================
|
==========================================================================
|
||||||
The following license applies to easymock.jar
|
The following license applies to easymock-2.2.jar
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
EasyMock 2 License (MIT License)
|
EasyMock 2 License (MIT License)
|
||||||
Copyright (c) 2001-2007 OFFIS, Tammo Freese.
|
Copyright (c) 2001-2007 OFFIS, Tammo Freese.
|
||||||
|
|
|
@ -607,7 +607,7 @@
|
||||||
manifest="${dest}/META-INF/MANIFEST.MF">
|
manifest="${dest}/META-INF/MANIFEST.MF">
|
||||||
<lib dir="${lib}">
|
<lib dir="${lib}">
|
||||||
<exclude name="servlet-api*.jar" />
|
<exclude name="servlet-api*.jar" />
|
||||||
<exclude name="easymock.jar" />
|
<exclude name="easymock-*.jar" />
|
||||||
<exclude name="junit-*.jar" />
|
<exclude name="junit-*.jar" />
|
||||||
<exclude name="*.txt" />
|
<exclude name="*.txt" />
|
||||||
<exclude name="*.template" />
|
<exclude name="*.template" />
|
||||||
|
|
Loading…
Reference in New Issue