[jboss-cvs] Repository SVN: r10679 - in easymock: 2.3 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 11 17:03:41 EDT 2008


Author: timfox
Date: 2008-06-11 17:03:41 -0400 (Wed, 11 Jun 2008)
New Revision: 10679

Added:
   easymock/2.3/
   easymock/2.3/component-info.xml
   easymock/2.3/lib/
   easymock/2.3/lib/License.html
   easymock/2.3/lib/easymock.jar
   easymock/2.3/lib/src.zip
Log:
Added easymock 2.3


Added: easymock/2.3/component-info.xml
===================================================================
--- easymock/2.3/component-info.xml	                        (rev 0)
+++ easymock/2.3/component-info.xml	2008-06-11 21:03:41 UTC (rev 10679)
@@ -0,0 +1,19 @@
+<project name="easymock-component-info">
+
+   <component id="easymock"
+              version="2.3"
+              projectHome="http://www.easymock.org"
+              description="EasyMock provides Mock Objects for interfaces in
+              JUnit tests by generating them on the fly using Java's proxy mechanism."
+              licenseType="easymock"
+    >
+      <artifact id="easymock.jar"/>
+      <artifact id="src.zip"/>
+      <export>
+         <include input="easymock.jar"/>
+         <include input="src.zip"/>
+      </export>
+   </component>
+
+
+</project>

Added: easymock/2.3/lib/License.html
===================================================================
--- easymock/2.3/lib/License.html	                        (rev 0)
+++ easymock/2.3/lib/License.html	2008-06-11 21:03:41 UTC (rev 10679)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+
+<head>
+	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />	
+	<title>EasyMock License</title>
+	<link rel="stylesheet" href="easymock.css" />
+</head>
+
+<body><div class="bodywidth">
+
+<h2>
+EasyMock 2 License (MIT License)
+</h2>
+
+<em>Copyright (c) 2001-2007 <a href="http://www.offis.de">OFFIS</a>, <a href="http://tammofreese.de">Tammo Freese</a>.</em>
+
+<p>
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+</p>
+<p>
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+</p>
+<p>
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+</p>
+
+</div>
+</body>
+</html>
+
+

Added: easymock/2.3/lib/easymock.jar
===================================================================
(Binary files differ)


Property changes on: easymock/2.3/lib/easymock.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: easymock/2.3/lib/src.zip
===================================================================
(Binary files differ)


Property changes on: easymock/2.3/lib/src.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list