Author: mcucchiara
Date: Tue Nov 1 08:56:20 2011
New Revision: 1195879
URL: http://svn.apache.org/viewvc?rev=1195879&view=rev
Log:
OGNL-36 - Link "Benchmarks" on left hand navigation is broken (contributed by
Adrian Cumiskey).
Modified:
commons/proper/ognl/trunk/src/changes/changes.xml
commons/proper/ognl/trunk/src/site/site.xml
Modified: commons/proper/ognl/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/changes/changes.xml?rev=1195879&r1=1195878&r2=1195879&view=diff
==============================================================================
--- commons/proper/ognl/trunk/src/changes/changes.xml (original)
+++ commons/proper/ognl/trunk/src/changes/changes.xml Tue Nov 1 08:56:20 2011
@@ -23,6 +23,7 @@
</properties>
<body>
<release version="4.0-incubating" date="TBD" description="First ASF
release under Incubation.">
+ <action issue="OGNL-36" type="fix" dev="mcucchiara">Link "Benchmarks" on
left hand navigation is broken (contributed by Adrian Cumiskey).</action>
<action issue="OGNL-33" type="update" dev="mcucchiara">OGNL-33 -
Improvements to JJTOgnlParserState (contributed by Adrian Cumiskey).</action>
<action issue="OGNL-32" type="update" dev="mcucchiara">OGNL-32 - CPD fix
to ASTProperty (contributed by Adrian Cumiskey).</action>
<action issue="OGNL-31" type="update" dev="mcucchiara">OGNL-31 - Some
CPD fixes around ASTMethod and ASTStaticMethod (contributed by Adrian
Cumiskey).</action>
Modified: commons/proper/ognl/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/site/site.xml?rev=1195879&r1=1195878&r2=1195879&view=diff
==============================================================================
--- commons/proper/ognl/trunk/src/site/site.xml (original)
+++ commons/proper/ognl/trunk/src/site/site.xml Tue Nov 1 08:56:20 2011
@@ -30,7 +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"
/>
+ <item name="Benchmarks"
href="/benchmark-commons-ognl.html" />
</menu>
<menu name="Development">