You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by to...@apache.org on 2007/05/21 06:03:06 UTC

svn commit: r540012 - in /db/ddlutils/trunk: build.xml src/doc/src/documentation/content/xdocs/release-notes.xml src/doc/src/documentation/content/xdocs/site.xml

Author: tomdz
Date: Sun May 20 21:03:05 2007
New Revision: 540012

URL: http://svn.apache.org/viewvc?view=rev&rev=540012
Log:
Changed release notes link to refer to JIRA

Removed:
    db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/release-notes.xml
Modified:
    db/ddlutils/trunk/build.xml
    db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/site.xml

Modified: db/ddlutils/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/build.xml?view=diff&rev=540012&r1=540011&r2=540012
==============================================================================
--- db/ddlutils/trunk/build.xml (original)
+++ db/ddlutils/trunk/build.xml Sun May 20 21:03:05 2007
@@ -116,11 +116,6 @@
     <copy todir="${build.doc.dir}">
       <fileset dir="${src.doc.dir}"/>
     </copy>
-  	<!-- We're copying the contents of the ReleaseNotes.txt into
-  	     the corresponding documentation source file, otherwise we would loose the
-  	     menu when the user clicks on the corresponding menu entry -->
-    <loadfile property="release-notes.content" srcfile="${basedir}/ReleaseNotes.txt"/>
-    <replace file="${build.doc.dir}/src/documentation/content/xdocs/release-notes.xml" token="@@content@@" value="${release-notes.content}"/>
 
     <!-- Copy generated javadoc into the forrest structure in the temporary directory -->
     <antcall target="javadoc"/>

Modified: db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/site.xml?view=diff&rev=540012&r1=540011&r2=540012
==============================================================================
--- db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/site.xml (original)
+++ db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/site.xml Sun May 20 21:03:05 2007
@@ -36,7 +36,7 @@
 
   <about label="About">
     <index label="Home" href="index.html" description="Welcome to DdlUtils"/>
-    <changes label="Release Notes" href="release-notes.html" description="Release Notes" />
+    <changes label="Release Notes" href="ext:ddlutils/jira-changelog" description="Release Notes" />
     <mail-lists label="Mailing lists" href="mail-lists.html" description="Info about DdlUtils' mailing lists"/>
     <jira label="Bug database (JIRA)" href="ext:ddlutils/jira"/>
   </about>
@@ -78,7 +78,8 @@
 -->
   <external-refs>
     <ddlutils>
-      <jira href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10731"/>
+      <jira href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10731"/>
+      <jira-changelog href="http://issues.apache.org/jira/browse/DDLUTILS?report=com.atlassian.jira.plugin.system.project:changelog-panel"/>
       <javadoc href="api/">
         <model href="index.html?org/apache/ddlutils/model/package-summary.html"/>
         <converter href="org/apache/ddlutils/io/converters/SqlTypeConverter.html"/>