You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/10/25 10:26:36 UTC

svn commit: r1188560 - /commons/proper/ognl/trunk/pom.xml

Author: simonetripodi
Date: Tue Oct 25 08:26:35 2011
New Revision: 1188560

URL: http://svn.apache.org/viewvc?rev=1188560&view=rev
Log:
just write the benchmarks log directly in the target dir (it's just one XML file)

Modified:
    commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1188560&r1=1188559&r2=1188560&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Tue Oct 25 08:26:35 2011
@@ -472,7 +472,7 @@ limitations under the License.
                 <jub.customkey>TODO</jub.customkey>
                 <jub.consumers>CONSOLE,XML,H2</jub.consumers>
                 <jub.db.file>${project.build.directory}/benchmarks/database</jub.db.file>
-                <jub.xml.file>${project.build.directory}/logs/benchmarks.xml</jub.xml.file>
+                <jub.xml.file>${project.build.directory}/benchmarks.xml</jub.xml.file>
                 <jub.charts.dir>${project.build.directory}/data/benchmarks/graphs</jub.charts.dir>
               </systemPropertyVariables>
               <argLine>-Xmx512m -Xms512m -XX:MaxDirectMemorySize=512m</argLine>