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 2011/11/23 10:02:03 UTC

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

Author: bodewig
Date: Wed Nov 23 09:02:01 2011
New Revision: 1205332

URL: http://svn.apache.org/viewvc?rev=1205332&view=rev
Log:
try to build mockito

Added:
    gump/metadata/project/mockito.xml   (with props)
    gump/metadata/repository/mockito.xml   (with props)
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=1205332&r1=1205331&r2=1205332&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Nov 23 09:02:01 2011
@@ -318,6 +318,7 @@
   <module href="project/maven-cobertura-plugin.xml"/>
   <module href="project/maven-findbugs-plugin.xml"/>
   <module href="project/maven-xdoc-plugin.xml"/>
+  <module href="project/mockito.xml"/>
   <module href="project/nekohtml.xml"/>
   <module href="project/nekopull.xml"/>
   <module href="project/nsuml.xml"/>
@@ -500,6 +501,7 @@
   <repository href="repository/jline.xml"/>
   <repository href="repository/junit.xml"/>
   <repository href="repository/jython.xml"/>
+  <repository href="repository/mockito.xml"/>
   <repository href="repository/mozilla.xml"/>
   <repository href="repository/nant.xml"/>
   <repository href="repository/objectweb.xml"/>

Added: gump/metadata/project/mockito.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/mockito.xml?rev=1205332&view=auto
==============================================================================
--- gump/metadata/project/mockito.xml (added)
+++ gump/metadata/project/mockito.xml Wed Nov 23 09:02:01 2011
@@ -0,0 +1,41 @@
+<?xml version="1.0" ?>
+<!--
+  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://dom4j.sourceforge.net/"/>
+  <description>
+    Mockito is a mocking framework
+  </description>
+  <redistributable/>
+
+  <hg repository="mockito"/>
+  
+  <project name="mockito">
+    <package>org.mockito</package>
+    <ant target="jar.all">
+      <property name="version" value="@@DATE@@"/>
+    </ant>
+    <depend project="ant" inherit="runtime"/>
+    <depend project="asm"/>
+    <depend project="jarjar"/>
+    <depend project="junit"/>
+    <depend project="xml-xerces"/>
+    <jar name="target/mockito-all-@@DATE@@.jar"/>
+    <license name="license"/>
+  </project>
+</module>
\ No newline at end of file

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=1205332&r1=1205331&r2=1205332&view=diff
==============================================================================
--- gump/metadata/project/xml-fop.xml (original)
+++ gump/metadata/project/xml-fop.xml Wed Nov 23 09:02:01 2011
@@ -76,6 +76,7 @@
     <depend project="xml-fop" inherit="all"/>
     <depend project="fop-hyph"/>
     <depend project="junit"/>
+    <depend project="mockito"/>
     <option project="xmlunit"/>
     
     <work nested="build/classes"/>

Added: gump/metadata/repository/mockito.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/mockito.xml?rev=1205332&view=auto
==============================================================================
--- gump/metadata/repository/mockito.xml (added)
+++ gump/metadata/repository/mockito.xml Wed Nov 23 09:02:01 2011
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+
+<repository name="mockito" type="hg">
+  <title>Mockito is a mocking framework</title>
+  <home-page>http://code.google.com/p/mockito/</home-page>
+  <web>http://code.google.com/p/mockito/source/browse/</web>
+  <url>https://code.google.com/p/mockito/</url>
+</repository>

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