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 2011/04/29 17:18:28 UTC

svn commit: r1097835 - /db/derby/code/trunk/java/build/org/apache/derbyBuild/ReleaseNotesTransformer.java

Author: rhillegas
Date: Fri Apr 29 15:18:28 2011
New Revision: 1097835

URL: http://svn.apache.org/viewvc?rev=1097835&view=rev
Log:
DERBY-5016: Update the release notes transformer to understand that the current rev level of the eclipse doc plugin is 1.1.3 rather than 1.1.2.

Modified:
    db/derby/code/trunk/java/build/org/apache/derbyBuild/ReleaseNotesTransformer.java

Modified: db/derby/code/trunk/java/build/org/apache/derbyBuild/ReleaseNotesTransformer.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/build/org/apache/derbyBuild/ReleaseNotesTransformer.java?rev=1097835&r1=1097834&r2=1097835&view=diff
==============================================================================
--- db/derby/code/trunk/java/build/org/apache/derbyBuild/ReleaseNotesTransformer.java (original)
+++ db/derby/code/trunk/java/build/org/apache/derbyBuild/ReleaseNotesTransformer.java Fri Apr 29 15:18:28 2011
@@ -130,7 +130,7 @@ public class ReleaseNotesTransformer ext
         "      <li>derby_ui_doc_plugin - provides an Apache Derby Nature in Eclipse for easy database application development.</li>\n" +
         "    </ul>\n" +
         "    <p> <a href=\"[preferred]/db/derby/db-derby-{0}/derby_core_plugin_{1}.zip\">derby_core_plugin_{1}.zip</a> [<a href=\"http://www.apache.org/dist/db/derby/db-derby-{0}/derby_core_plugin_{1}.zip.asc\">PGP</a>] [<a href=\"http://www.apache.org/dist/db/derby/db-derby-{0}/derby_core_plugin_{1}.zip.md5\">MD5</a>]<br/>\n" +
-        "    <a href=\"[preferred]/db/derby/db-derby-{0}/derby_ui_doc_plugin_1.1.2.zip\">derby_ui_doc_plugin_1.1.2.zip</a> [<a href=\"http://www.apache.org/dist/db/derby/db-derby-{0}/derby_ui_doc_plugin_1.1.2.zip.asc\">PGP</a>] [<a href=\"http://www.apache.org/dist/db/derby/db-derby-{0}/derby_ui_doc_plugin_1.1.2.zip.md5\">MD5</a>]</p>\n" +
+        "    <a href=\"[preferred]/db/derby/db-derby-{0}/derby_ui_doc_plugin_1.1.3.zip\">derby_ui_doc_plugin_1.1.3.zip</a> [<a href=\"http://www.apache.org/dist/db/derby/db-derby-{0}/derby_ui_doc_plugin_1.1.3.zip.asc\">PGP</a>] [<a href=\"http://www.apache.org/dist/db/derby/db-derby-{0}/derby_ui_doc_plugin_1.1.3.zip.md5\">MD5</a>]</p>\n" +
         "    <p>Please note: both plugins must be installed for full functionality. For information on installing and using\n" +
         "       the Derby plugins for Eclipse, please see the <a href=\"http://db.apache.org/derby/integrate/plugin_howto.html\">Using the 10 Core and 1.1 UI Derby plug-ins</a> p  age.</p>\n";