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:54:44 UTC

svn commit: r1188573 - in /commons/proper/ognl/trunk: pom.xml src/site/site.xml

Author: simonetripodi
Date: Tue Oct 25 08:54:44 2011
New Revision: 1188573

URL: http://svn.apache.org/viewvc?rev=1188573&view=rev
Log:
benchmark graphs generated to the site dir and linked in the main menu

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

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

Modified: commons/proper/ognl/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/site/site.xml?rev=1188573&r1=1188572&r2=1188573&view=diff
==============================================================================
--- commons/proper/ognl/trunk/src/site/site.xml (original)
+++ commons/proper/ognl/trunk/src/site/site.xml Tue Oct 25 08:54:44 2011
@@ -30,6 +30,7 @@
       <item name="Release Notes (4.0-incubating)"  href="http://www.apache.org/dist/commons/ognl/RELEASE-NOTES.txt" />
       <item name="Language Guide"                  href="/language-guide.html" />
       <item name="Developer Guide"                 href="/developer-guide.html" />
+      <item name="Benchmarks"                      href="/benchmark-ognl.html" />
     </menu>
 
     <menu name="Development">