You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2018/11/28 17:44:06 UTC

svn commit: r1847661 - /db/derby/code/trunk/build.xml

Author: rhillegas
Date: Wed Nov 28 17:44:06 2018
New Revision: 1847661

URL: http://svn.apache.org/viewvc?rev=1847661&view=rev
Log:
DERBY-7020: Make the release machinery pick up the current min.version value so that the generated user docs will report the correct minimum JDK version; commit derby-7020-02-aa-fixMinJDKVersionInDocs.diff.

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=1847661&r1=1847660&r2=1847661&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Wed Nov 28 17:44:06 2018
@@ -2033,6 +2033,7 @@
    <target name="builduserdocs" depends="ant-exec-windows,ant-exec-unix,checkdocsroot">
 
      <property file="${properties.dir}/release.properties"/>
+     <property file="${properties.dir}/defaultcompiler.properties"/>
 
      <antcall target="getsvnversion"/>