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/26 07:20:37 UTC

svn commit: r1206400 - /gump/metadata/project/mockito.xml

Author: bodewig
Date: Sat Nov 26 06:20:37 2011
New Revision: 1206400

URL: http://svn.apache.org/viewvc?rev=1206400&view=rev
Log:
Make compiled classes available during build

Modified:
    gump/metadata/project/mockito.xml

Modified: gump/metadata/project/mockito.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/mockito.xml?rev=1206400&r1=1206399&r2=1206400&view=diff
==============================================================================
--- gump/metadata/project/mockito.xml (original)
+++ gump/metadata/project/mockito.xml Sat Nov 26 06:20:37 2011
@@ -37,6 +37,10 @@
     <depend project="objenesis"/>
     <depend project="xml-xerces"/>
     <work nested="lib/repackaged/cglib-and-asm-1.0.jar"/>
+
+    <work nested="target/classes"/>
+    <work nested="target/test-classes"/>
+
     <jar name="target/mockito-all-@@DATE@@.jar"/>
     <license name="license"/>
   </project>