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:
Robert Muir 2011-03-06 14:16:53 +00:00
parent 045af3707c
commit c80bad9f29
4 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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