Author: markt
Date: Mon Feb 10 09:28:03 2014
New Revision: 1566539
URL: http://svn.apache.org/r1566539
Log:
Fix DBCP-410
Correct path to Javadoc overview in build.xml.
Patch by Andreas Sturmlechner
Modified:
commons/proper/dbcp/trunk/build.xml
commons/proper/dbcp/trunk/src/changes/changes.xml
Modified: commons/proper/dbcp/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.xml?rev=1566539&r1=1566538&r2=1566539&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/build.xml (original)
+++ commons/proper/dbcp/trunk/build.xml Mon Feb 10 09:28:03 2014
@@ -65,7 +65,7 @@
<property name="javadoc.dir" value="${dist.dir}/docs/api"/>
<property name="javadoc.bottom" value="<small>Copyright &copy;
2001-2013 Apache Software Foundation. Documenation generated
${TODAY}</small>."/>
- <property name="javadoc.overview"
value="${basedir}/src/main/java/org/apache/commons/dbcp/overview.html"/>
+ <property name="javadoc.overview"
value="${basedir}/src/main/java/org/apache/commons/dbcp2/overview.html"/>
<property name="javac.optimize" value="false"/>
<property name="javac.debug" value="true"/>
Modified: commons/proper/dbcp/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/changes/changes.xml?rev=1566539&r1=1566538&r2=1566539&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Mon Feb 10 09:28:03 2014
@@ -137,6 +137,9 @@ The <action> type attribute can be add,u
Enable DBCP to work with a SecurityManager such that only DBCP needs to
be granted the necessary permissions to communicate with the database.
</action>
+ <action dev="markt" issue="DBCP-410" type="fix" due-to="Andreas
Sturmlechner">
+ Correct path to Javadoc overview in build.xml.
+ </action>
</release>
<release version="1.5.1" date="TBD" description="TBD">
<action dev="markt" issue="DBCP-400" type="fix">