You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/09/07 02:09:59 UTC

svn commit: r279188 - in /gump/metadata: profile/gump.xml project/jmock.xml

Author: bodewig
Date: Tue Sep  6 17:09:55 2005
New Revision: 279188

URL: http://svn.apache.org/viewcvs?rev=279188&view=rev
Log:
Add jmock

Added:
    gump/metadata/project/jmock.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/profile/gump.xml?rev=279188&r1=279187&r2=279188&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Sep  6 17:09:55 2005
@@ -193,6 +193,9 @@
   <module href="project/xml-xindice.xml"/>
   <module href="project/xml-xmlbeans.xml"/>
 
+<!-- Codehaus -->
+  <module href="project/jmock.xml"/>
+
 <!-- SourceForge -->
 
   <module href="project/aopalliance.xml"/>

Added: gump/metadata/project/jmock.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/jmock.xml?rev=279188&view=auto
==============================================================================
--- gump/metadata/project/jmock.xml (added)
+++ gump/metadata/project/jmock.xml Tue Sep  6 17:09:55 2005
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<module name="jmock">
+  <description>jMock is a library for testing Java code using mock objects1.
+  </description>
+  <url href="http://www.jmock.org/"/>
+  <cvs module="jaxen" repository="codehaus_projects" dir="jmock/scm"
+       host-prefix="cvs.jmock"/>
+  
+  <project name="jmock">
+    <package>jmock</package>
+    <ant>
+      <property name="build.timestamp" value="@@DATE@@"/>
+      <property name="version.archive" value="@@DATE@@"/>
+    </ant>
+
+    <depend project="ant"/>
+    <depend project="xml-xerces"/>
+    <depend project="xml-apis"/>
+
+    <depend project="cglib"/>
+    <depend project="junit"/>
+
+    <work nested="build/cglib"/>
+    <work nested="build/core"/>
+
+    <jar name="build/dist/jars/jmock-@@DATE@@.jar" id="jmock"/>
+    <jar name="build/dist/jars/jmock-cglib-@@DATE@@.jar" id="jmock-cglib"/>
+
+    <license name="LICENSE.txt"/>
+  </project>
+</module>

Propchange: gump/metadata/project/jmock.xml
------------------------------------------------------------------------------
    svn:eol-style = native