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 2013/08/12 07:31:53 UTC

svn commit: r1513042 - in /gump/metadata: profile/gump.xml project/mockito.xml project/xml-fop.xml repository/mockito.xml

Author: bodewig
Date: Mon Aug 12 05:31:53 2013
New Revision: 1513042

URL: http://svn.apache.org/r1513042
Log:
add mockito for fop's tests

Added:
    gump/metadata/project/mockito.xml   (with props)
Removed:
    gump/metadata/repository/mockito.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/xml-fop.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1513042&r1=1513041&r2=1513042&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Mon Aug 12 05:31:53 2013
@@ -115,6 +115,7 @@
   <module href="project/javacc.xml"/>
   <module href="project/jdepend.xml"/>
   <module href="project/jsch.xml"/>
+  <module href="project/mockito.xml"/>
   <module href="project/packaged-jaxen.xml"/>
   <module href="project/xz-java.xml"/>
 

Added: gump/metadata/project/mockito.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/mockito.xml?rev=1513042&view=auto
==============================================================================
--- gump/metadata/project/mockito.xml (added)
+++ gump/metadata/project/mockito.xml Mon Aug 12 05:31:53 2013
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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="mockito" groupId="org.mockito">
+
+  <url href="http://code.google.com/p/mockito/"/>
+  <description>
+    Mockito is a mocking framework
+  </description>
+  <redistributable/>
+
+  <git repository="github" dir="/mockito/mockito"/>
+  
+  <project name="mockito">
+    <package>org.mockito</package>
+    <ant target="jar">
+      <property name="version" value="@@DATE@@"/>
+    </ant>
+    <depend project="ant" inherit="runtime"/>
+    <depend project="junit"/>
+    <depend project="xalan"/>
+    <depend project="xml-apis"/>
+    <depend project="xml-xerces"/>
+
+    <work nested="target/classes"/>
+    <work nested="target/test-classes"/>
+    <work nested="lib/build/asm-3.1.jar"/>
+    <work nested="lib/build/jarjar-1.0.jar"/>
+    <work nested="lib/build/jaxen-1.1.1.jar"/>
+    <work nested="lib/build/pmd-4.1.jar"/>
+    <work nested="lib/repackaged/cglib-and-asm-1.0.jar"/>
+    <work nested="lib/run/com.springsource.org.objenesis-1.0.0.jar"/>
+    <work nested="lib/test/fest-assert-1.3.jar"/>
+    <work nested="lib/test/fest-util-1.1.4.jar"/>
+    <work nested="lib/test/powermock-reflect-1.2.5.jar"/>
+
+    <jar name="target/mockito-all-@@DATE@@.jar" id="mockito-all"/>
+    <jar name="target/mockito-core-@@DATE@@.jar" id="mockito-core"/>
+    <license name="LICENSE"/>
+  </project>
+</module>

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

Modified: gump/metadata/project/xml-fop.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xml-fop.xml?rev=1513042&r1=1513041&r2=1513042&view=diff
==============================================================================
--- gump/metadata/project/xml-fop.xml (original)
+++ gump/metadata/project/xml-fop.xml Mon Aug 12 05:31:53 2013
@@ -76,7 +76,7 @@
     <depend project="xml-fop" inherit="all"/>
     <depend project="fop-hyph"/>
     <depend project="junit"/>
-    <!--depend project="mockito"/-->
+    <depend project="mockito"/>
     <option project="xmlunit"/>
     
     <work nested="build/classes"/>