You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/07/14 22:59:45 UTC

svn commit: r1503050 - /jmeter/trunk/build.xml

Author: pmouawad
Date: Sun Jul 14 20:59:45 2013
New Revision: 1503050

URL: http://svn.apache.org/r1503050
Log:
Missing javadocs for MongoDB

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1503050&r1=1503049&r2=1503050&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Jul 14 20:59:45 2013
@@ -241,6 +241,7 @@
     <pathelement location="${src.monitor.model}"/>
     <pathelement location="${src.jms}"/>
     <pathelement location="${src.native}"/>
+    <pathelement location="${src.mongodb}"/>
     <pathelement location="${src.report}"/>
   </path>