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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 18 11:03:57 EDT 2008


Author: jmesnil
Date: 2008-06-18 11:03:57 -0400 (Wed, 18 Jun 2008)
New Revision: 11136

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

Added: easymock-classextension/2.3/component-info.xml
===================================================================
--- easymock-classextension/2.3/component-info.xml	                        (rev 0)
+++ easymock-classextension/2.3/component-info.xml	2008-06-18 15:03:57 UTC (rev 11136)
@@ -0,0 +1,23 @@
+<project name="easymock-classextension-component-info">
+
+   <component id="easymock-classextenstion"
+              version="2.3"
+              projectHome="http://www.easymock.org"
+              description="This extension allows to use EasyMock to mock concrete class"
+              licenseType="MIT"
+    >
+      <artifact id="easymockclassextension.jar"/>
+      <artifact id="src.zip"/>
+      
+      <import componentref="cglib">
+             <compatible version="2.1.3.nodep"/>
+      </import>
+      
+      <export>
+         <include input="easymockclassextension.jar"/>
+         <include input="src.zip"/>
+      </export>
+   </component>
+
+
+</project>

Added: easymock-classextension/2.3/lib/License.html
===================================================================
--- easymock-classextension/2.3/lib/License.html	                        (rev 0)
+++ easymock-classextension/2.3/lib/License.html	2008-06-18 15:03:57 UTC (rev 11136)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>EasyMock 2 Class Extension License</title>
+<link rel="stylesheet" href="easymock.css" />
+</head>
+
+<body><div class="bodywidth">
+
+<h2>
+EasyMock 2 Class Extension License (MIT License)
+</h2>
+
+<em>Copyright (c) 2003-2006 <a href="http://www.offis.de">OFFIS</a>, Henri Tremblay</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-classextension/2.3/lib/easymockclassextension.jar
===================================================================
(Binary files differ)


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

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


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




More information about the jboss-cvs-commits mailing list