<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>doxia-commits@maven.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/"/>
<id>http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/</id>
<updated>2009-12-10T06:29:35Z</updated>
<entry>
<title>svn commit: r888183 - /maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml</title>
<author><name>olamy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200912.mbox/%3c20091207232343.59272238898B@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091207232343-59272238898B@eris-apache-org%3e</id>
<updated>2009-12-07T23:23:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: olamy
Date: Mon Dec  7 23:23:42 2009
New Revision: 888183

URL: http://svn.apache.org/viewvc?rev=888183&amp;view=rev
Log:
use doxia released version

Modified:
    maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml?rev=888183&amp;r1=888182&amp;r2=888183&amp;view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml Mon Dec  7 23:23:42 2009
@@ -34,7 +34,7 @@
   &lt;description&gt;Doxia Converter Tool to convert a supported format to another&lt;/description&gt;
 
   &lt;properties&gt;
-    &lt;doxiaVersion&gt;1.1.2-SNAPSHOT&lt;/doxiaVersion&gt;
+    &lt;doxiaVersion&gt;1.1.2&lt;/doxiaVersion&gt;
   &lt;/properties&gt;
 
   &lt;dependencies&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r888175 - in /maven/doxia/site: pom.xml src/site/apt/index.apt</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200912.mbox/%3c20091207230132.460FF238898A@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091207230132-460FF238898A@eris-apache-org%3e</id>
<updated>2009-12-07T23:01:32Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Dec  7 23:01:31 2009
New Revision: 888175

URL: http://svn.apache.org/viewvc?rev=888175&amp;view=rev
Log:
o minor update due to release

Modified:
    maven/doxia/site/pom.xml
    maven/doxia/site/src/site/apt/index.apt

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=888175&amp;r1=888174&amp;r2=888175&amp;view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Mon Dec  7 23:01:31 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
     &lt;artifactId&gt;maven-parent&lt;/artifactId&gt;
-    &lt;version&gt;12&lt;/version&gt;
+    &lt;version&gt;15&lt;/version&gt;
     &lt;relativePath&gt;../../pom/maven/pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 
@@ -136,7 +136,7 @@
   &lt;/pluginRepositories&gt;
 
   &lt;properties&gt;
-    &lt;doxiaVersion&gt;1.1.2-SNAPSHOT&lt;/doxiaVersion&gt;
+    &lt;doxiaVersion&gt;1.1.2&lt;/doxiaVersion&gt;
   &lt;/properties&gt;
 
   &lt;build&gt;
@@ -251,7 +251,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-project-info-reports-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.1.1&lt;/version&gt;
+        &lt;version&gt;2.1.2&lt;/version&gt;
         &lt;reportSets&gt;
           &lt;reportSet&gt;
             &lt;reports&gt;
@@ -275,13 +275,13 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-changes-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.1&lt;/version&gt;
+        &lt;version&gt;2.2&lt;/version&gt;
         &lt;configuration&gt;
           &lt;columnNames&gt;Type,Key,Summary,Assignee,Status,Resolution,Fix Version&lt;/columnNames&gt;
           &lt;resolutionIds&gt;Closed&lt;/resolutionIds&gt;
           &lt;sortColumnNames&gt;Type,Key&lt;/sortColumnNames&gt;
           &lt;maxEntries&gt;1000&lt;/maxEntries&gt;
-          &lt;fixVersionIds&gt;15073&lt;/fixVersionIds&gt; &lt;!-- 1.1.1 --&gt;
+          &lt;fixVersionIds&gt;15517&lt;/fixVersionIds&gt; &lt;!-- 1.1.2 --&gt;
         &lt;/configuration&gt;
         &lt;reportSets&gt;
           &lt;reportSet&gt;

Modified: maven/doxia/site/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/index.apt?rev=888175&amp;r1=888174&amp;r2=888175&amp;view=diff
==============================================================================
--- maven/doxia/site/src/site/apt/index.apt (original)
+++ maven/doxia/site/src/site/apt/index.apt Mon Dec  7 23:01:31 2009
@@ -4,7 +4,7 @@
  Jason van Zyl
  Vincent Siveton
  ------
- 2009-05-31
+ 2009-12-07
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -42,11 +42,11 @@
  documentation system of Maven.
  It gives Maven the ability to take any document that Doxia supports and output it any format.
 
- The current version of Doxia is 1.1.1.
+ The current version of Doxia is 1.1.2.
 
 * Maven Doxia Enhancements
 
- * {{{./jira-report.html}Release Notes for 1.1.1}}
+ * {{{./jira-report.html}Release Notes for 1.1.2}}
 
  * {{{./whatsnew-1.1.html}What's new in 1.1}}
 




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r885407 - in /maven/doxia/doxia-sitetools/trunk: doxia-decoration-model/pom.xml doxia-doc-renderer/pom.xml doxia-site-renderer/pom.xml pom.xml</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091130125323.C32B52388A02@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091130125323-C32B52388A02@eris-apache-org%3e</id>
<updated>2009-11-30T12:53:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Nov 30 12:53:23 2009
New Revision: 885407

URL: http://svn.apache.org/viewvc?rev=885407&amp;view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml?rev=885407&amp;r1=885406&amp;r2=885407&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Mon Nov 30 12:53:23 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-sitetools&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml?rev=885407&amp;r1=885406&amp;r2=885407&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml Mon Nov 30 12:53:23 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-sitetools&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml?rev=885407&amp;r1=885406&amp;r2=885407&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml Mon Nov 30 12:53:23 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-sitetools&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=885407&amp;r1=885406&amp;r2=885407&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Mon Nov 30 12:53:23 2009
@@ -31,7 +31,7 @@
 
   &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
   &lt;artifactId&gt;doxia-sitetools&lt;/artifactId&gt;
-  &lt;version&gt;1.1.2&lt;/version&gt;
+  &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
   &lt;packaging&gt;pom&lt;/packaging&gt;
 
   &lt;name&gt;Doxia Sitetools&lt;/name&gt;
@@ -98,9 +98,9 @@
   &lt;/modules&gt;
 
   &lt;scm&gt;
-    &lt;connection&gt;scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.1.2&lt;/connection&gt;
-    &lt;developerConnection&gt;scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.1.2&lt;/developerConnection&gt;
-    &lt;url&gt;http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.1.2&lt;/url&gt;
+    &lt;connection&gt;scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk&lt;/connection&gt;
+    &lt;developerConnection&gt;scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk&lt;/developerConnection&gt;
+    &lt;url&gt;http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-sitetools/trunk&lt;/url&gt;
   &lt;/scm&gt;
   &lt;issueManagement&gt;
     &lt;system&gt;jira&lt;/system&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r885406 - /maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.1.2/</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091130125318.AF3DB23888FD@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091130125318-AF3DB23888FD@eris-apache-org%3e</id>
<updated>2009-11-30T12:53:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Nov 30 12:53:18 2009
New Revision: 885406

URL: http://svn.apache.org/viewvc?rev=885406&amp;view=rev
Log:
[maven-scm] copy for tag doxia-sitetools-1.1.2

Added:
    maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.1.2/
      - copied from r885405, maven/doxia/doxia-sitetools/trunk/



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r885405 - in /maven/doxia/doxia-sitetools/trunk: doxia-decoration-model/pom.xml doxia-doc-renderer/pom.xml doxia-site-renderer/pom.xml pom.xml</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091130125311.2412C23889FD@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091130125311-2412C23889FD@eris-apache-org%3e</id>
<updated>2009-11-30T12:53:10Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Nov 30 12:53:09 2009
New Revision: 885405

URL: http://svn.apache.org/viewvc?rev=885405&amp;view=rev
Log:
[maven-release-plugin] prepare release doxia-sitetools-1.1.2

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml?rev=885405&amp;r1=885404&amp;r2=885405&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Mon Nov 30 12:53:09 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-sitetools&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml?rev=885405&amp;r1=885404&amp;r2=885405&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml Mon Nov 30 12:53:09 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-sitetools&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml?rev=885405&amp;r1=885404&amp;r2=885405&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml Mon Nov 30 12:53:09 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-sitetools&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=885405&amp;r1=885404&amp;r2=885405&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Mon Nov 30 12:53:09 2009
@@ -31,7 +31,7 @@
 
   &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
   &lt;artifactId&gt;doxia-sitetools&lt;/artifactId&gt;
-  &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;1.1.2&lt;/version&gt;
   &lt;packaging&gt;pom&lt;/packaging&gt;
 
   &lt;name&gt;Doxia Sitetools&lt;/name&gt;
@@ -98,9 +98,9 @@
   &lt;/modules&gt;
 
   &lt;scm&gt;
-    &lt;connection&gt;scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk&lt;/connection&gt;
-    &lt;developerConnection&gt;scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk&lt;/developerConnection&gt;
-    &lt;url&gt;http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-sitetools/trunk&lt;/url&gt;
+    &lt;connection&gt;scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.1.2&lt;/connection&gt;
+    &lt;developerConnection&gt;scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.1.2&lt;/developerConnection&gt;
+    &lt;url&gt;http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.1.2&lt;/url&gt;
   &lt;/scm&gt;
   &lt;issueManagement&gt;
     &lt;system&gt;jira&lt;/system&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r885402 - /maven/doxia/doxia-sitetools/trunk/pom.xml</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091130125043.0B86D23888FD@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091130125043-0B86D23888FD@eris-apache-org%3e</id>
<updated>2009-11-30T12:50:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Nov 30 12:50:42 2009
New Revision: 885402

URL: http://svn.apache.org/viewvc?rev=885402&amp;view=rev
Log:
o bump to doxia 1.1.2

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=885402&amp;r1=885401&amp;r2=885402&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Mon Nov 30 12:50:42 2009
@@ -115,7 +115,7 @@
 
   &lt;properties&gt;
     &lt;projectVersion&gt;${project.version}&lt;/projectVersion&gt;
-    &lt;doxiaVersion&gt;1.1.2-SNAPSHOT&lt;/doxiaVersion&gt;
+    &lt;doxiaVersion&gt;1.1.2&lt;/doxiaVersion&gt;
   &lt;/properties&gt;
 
   &lt;dependencyManagement&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r885398 - in /maven/doxia/doxia/trunk: ./ doxia-book/ doxia-core/ doxia-logging-api/ doxia-maven-plugin/ doxia-modules/ doxia-modules/doxia-module-apt/ doxia-modules/doxia-module-confluence/ doxia-modules/doxia-module-docbook-simple/ doxia-...</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091130122841.880A023889E8@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091130122841-880A023889E8@eris-apache-org%3e</id>
<updated>2009-11-30T12:28:40Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Nov 30 12:28:39 2009
New Revision: 885398

URL: http://svn.apache.org/viewvc?rev=885398&amp;view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    maven/doxia/doxia/trunk/doxia-book/pom.xml
    maven/doxia/doxia/trunk/doxia-core/pom.xml
    maven/doxia/doxia/trunk/doxia-logging-api/pom.xml
    maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/pom.xml
    maven/doxia/doxia/trunk/doxia-sink-api/pom.xml
    maven/doxia/doxia/trunk/doxia-test-docs/pom.xml
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-book/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-book/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-core/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-logging-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-logging-api/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-logging-api/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-logging-api/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 
@@ -95,7 +95,7 @@
     &lt;dependency&gt;
       &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
       &lt;artifactId&gt;doxia-decoration-model&lt;/artifactId&gt;
-      &lt;version&gt;1.1.2&lt;/version&gt;
+      &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;/dependency&gt;
 
     &lt;dependency&gt;

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml Mon Nov 30 12:28:39
2009
@@ -23,7 +23,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml Mon Nov 30 12:28:39
2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/pom.xml Mon Nov 30 12:28:39 2009
@@ -22,7 +22,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-sink-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-sink-api/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-sink-api/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-sink-api/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-test-docs/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-test-docs/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-test-docs/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-test-docs/pom.xml Mon Nov 30 12:28:39 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
-    &lt;version&gt;1.1.2&lt;/version&gt;
+    &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=885398&amp;r1=885397&amp;r2=885398&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Mon Nov 30 12:28:39 2009
@@ -31,7 +31,7 @@
 
   &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
   &lt;artifactId&gt;doxia&lt;/artifactId&gt;
-  &lt;version&gt;1.1.2&lt;/version&gt;
+  &lt;version&gt;1.1.3-SNAPSHOT&lt;/version&gt;
   &lt;packaging&gt;pom&lt;/packaging&gt;
 
   &lt;name&gt;Doxia&lt;/name&gt;
@@ -102,9 +102,9 @@
   &lt;/modules&gt;
 
   &lt;scm&gt;
-    &lt;connection&gt;scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia/tags/doxia-1.1.2&lt;/connection&gt;
-    &lt;developerConnection&gt;scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia/tags/doxia-1.1.2&lt;/developerConnection&gt;
-    &lt;url&gt;http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia/tags/doxia-1.1.2&lt;/url&gt;
+    &lt;connection&gt;scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk&lt;/connection&gt;
+    &lt;developerConnection&gt;scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia/trunk&lt;/developerConnection&gt;
+    &lt;url&gt;http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia/trunk&lt;/url&gt;
   &lt;/scm&gt;
   &lt;issueManagement&gt;
     &lt;system&gt;jira&lt;/system&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r885397 - /maven/doxia/doxia/tags/doxia-1.1.2/</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091130122827.BB5C723889D1@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091130122827-BB5C723889D1@eris-apache-org%3e</id>
<updated>2009-11-30T12:28:27Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Nov 30 12:28:27 2009
New Revision: 885397

URL: http://svn.apache.org/viewvc?rev=885397&amp;view=rev
Log:
[maven-scm] copy for tag doxia-1.1.2

Added:
    maven/doxia/doxia/tags/doxia-1.1.2/
      - copied from r885396, maven/doxia/doxia/trunk/



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r885396 - in /maven/doxia/doxia/trunk: ./ doxia-book/ doxia-core/ doxia-logging-api/ doxia-maven-plugin/ doxia-modules/ doxia-modules/doxia-module-apt/ doxia-modules/doxia-module-confluence/ doxia-modules/doxia-module-docbook-simple/ doxia-...</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091130122820.D932D23888FD@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091130122820-D932D23888FD@eris-apache-org%3e</id>
<updated>2009-11-30T12:28:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Nov 30 12:28:19 2009
New Revision: 885396

URL: http://svn.apache.org/viewvc?rev=885396&amp;view=rev
Log:
[maven-release-plugin] prepare release doxia-1.1.2

Modified:
    maven/doxia/doxia/trunk/doxia-book/pom.xml
    maven/doxia/doxia/trunk/doxia-core/pom.xml
    maven/doxia/doxia/trunk/doxia-logging-api/pom.xml
    maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/pom.xml
    maven/doxia/doxia/trunk/doxia-sink-api/pom.xml
    maven/doxia/doxia/trunk/doxia-test-docs/pom.xml
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-book/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-book/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-core/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-logging-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-logging-api/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-logging-api/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-logging-api/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 
@@ -95,7 +95,7 @@
     &lt;dependency&gt;
       &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
       &lt;artifactId&gt;doxia-decoration-model&lt;/artifactId&gt;
-      &lt;version&gt;${projectVersion}&lt;/version&gt;
+      &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;/dependency&gt;
 
     &lt;dependency&gt;

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml Mon Nov 30 12:28:19
2009
@@ -23,7 +23,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml Mon Nov 30 12:28:19
2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia-modules&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/pom.xml Mon Nov 30 12:28:19 2009
@@ -22,7 +22,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-sink-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-sink-api/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-sink-api/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-sink-api/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-test-docs/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-test-docs/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-test-docs/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-test-docs/pom.xml Mon Nov 30 12:28:19 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
     &lt;artifactId&gt;doxia&lt;/artifactId&gt;
-    &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.1.2&lt;/version&gt;
     &lt;relativePath&gt;../pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=885396&amp;r1=885395&amp;r2=885396&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Mon Nov 30 12:28:19 2009
@@ -31,7 +31,7 @@
 
   &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
   &lt;artifactId&gt;doxia&lt;/artifactId&gt;
-  &lt;version&gt;1.1.2-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;1.1.2&lt;/version&gt;
   &lt;packaging&gt;pom&lt;/packaging&gt;
 
   &lt;name&gt;Doxia&lt;/name&gt;
@@ -102,9 +102,9 @@
   &lt;/modules&gt;
 
   &lt;scm&gt;
-    &lt;connection&gt;scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk&lt;/connection&gt;
-    &lt;developerConnection&gt;scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia/trunk&lt;/developerConnection&gt;
-    &lt;url&gt;http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia/trunk&lt;/url&gt;
+    &lt;connection&gt;scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia/tags/doxia-1.1.2&lt;/connection&gt;
+    &lt;developerConnection&gt;scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia/tags/doxia-1.1.2&lt;/developerConnection&gt;
+    &lt;url&gt;http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia/tags/doxia-1.1.2&lt;/url&gt;
   &lt;/scm&gt;
   &lt;issueManagement&gt;
     &lt;system&gt;jira&lt;/system&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r885389 - /maven/doxia/doxia-sitetools/trunk/pom.xml</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091130115531.C55C323889E8@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091130115531-C55C323889E8@eris-apache-org%3e</id>
<updated>2009-11-30T11:55:31Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Nov 30 11:55:31 2009
New Revision: 885389

URL: http://svn.apache.org/viewvc?rev=885389&amp;view=rev
Log:
o prepare release, bump parent and some plugins version

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=885389&amp;r1=885388&amp;r2=885389&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Mon Nov 30 11:55:31 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
     &lt;artifactId&gt;maven-parent&lt;/artifactId&gt;
-    &lt;version&gt;13&lt;/version&gt;
+    &lt;version&gt;15&lt;/version&gt;
     &lt;relativePath&gt;../../pom/maven/pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 
@@ -252,6 +252,7 @@
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+          &lt;version&gt;2.6.1&lt;/version&gt;
           &lt;configuration&gt;
             &lt;source&gt;1.4&lt;/source&gt;
             &lt;links&gt;
@@ -290,7 +291,7 @@
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;artifactId&gt;maven-project-info-reports-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.1.1&lt;/version&gt;
+        &lt;version&gt;2.1.2&lt;/version&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;
   &lt;/reporting&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r885388 - in /maven/doxia/doxia/trunk: doxia-maven-plugin/pom.xml pom.xml</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091130115513.765AE23889CF@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091130115513-765AE23889CF@eris-apache-org%3e</id>
<updated>2009-11-30T11:55:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Nov 30 11:55:12 2009
New Revision: 885388

URL: http://svn.apache.org/viewvc?rev=885388&amp;view=rev
Log:
o prepare release, bump parent and some plugins version

Modified:
    maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml?rev=885388&amp;r1=885387&amp;r2=885388&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml Mon Nov 30 11:55:12 2009
@@ -121,12 +121,12 @@
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-plugin-plugin&lt;/artifactId&gt;
-          &lt;version&gt;2.5&lt;/version&gt;
+          &lt;version&gt;2.5.1&lt;/version&gt;
         &lt;/plugin&gt;
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
-          &lt;version&gt;1.2&lt;/version&gt;
+          &lt;version&gt;1.2.2&lt;/version&gt;
         &lt;/plugin&gt;
       &lt;/plugins&gt;
     &lt;/pluginManagement&gt;
@@ -191,7 +191,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-plugin-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.5&lt;/version&gt;
+        &lt;version&gt;2.5.1&lt;/version&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;
   &lt;/reporting&gt;

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=885388&amp;r1=885387&amp;r2=885388&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Mon Nov 30 11:55:12 2009
@@ -25,7 +25,7 @@
   &lt;parent&gt;
     &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
     &lt;artifactId&gt;maven-parent&lt;/artifactId&gt;
-    &lt;version&gt;13&lt;/version&gt;
+    &lt;version&gt;15&lt;/version&gt;
     &lt;relativePath&gt;../../pom/maven/pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
 
@@ -287,7 +287,7 @@
         &lt;/plugin&gt;
         &lt;plugin&gt;
           &lt;artifactId&gt;maven-project-info-reports-plugin&lt;/artifactId&gt;
-          &lt;version&gt;2.1.1&lt;/version&gt;
+          &lt;version&gt;2.1.2&lt;/version&gt;
         &lt;/plugin&gt;
         &lt;plugin&gt;
           &lt;groupId&gt;org.codehaus.mojo&lt;/groupId&gt;
@@ -300,6 +300,7 @@
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+          &lt;version&gt;2.6.1&lt;/version&gt;
           &lt;configuration&gt;
             &lt;source&gt;1.4&lt;/source&gt;
             &lt;links&gt;
@@ -349,7 +350,7 @@
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;artifactId&gt;maven-project-info-reports-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.1.1&lt;/version&gt;
+        &lt;version&gt;2.1.2&lt;/version&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;
   &lt;/reporting&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r884677 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java</title>
<author><name>hboutemy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091126193902.2979723888FD@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091126193902-2979723888FD@eris-apache-org%3e</id>
<updated>2009-11-26T19:39:01Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: hboutemy
Date: Thu Nov 26 19:39:01 2009
New Revision: 884677

URL: http://svn.apache.org/viewvc?rev=884677&amp;view=rev
Log:
[DOXIASITETOOLS-35] improved test text-only banners: works for empty string value

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java?rev=884677&amp;r1=884676&amp;r2=884677&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
Thu Nov 26 19:39:01 2009
@@ -152,11 +152,11 @@
     {
         if ( banner != null )
         {
-            if ( banner.getHref() != null )
+            if ( StringUtils.isNotEmpty( banner.getHref() ) )
             {
                 banner.setHref( convertPath( banner.getHref(), urlContainer ) );
             }
-            if ( banner.getSrc() != null )
+            if ( StringUtils.isNotEmpty( banner.getSrc() ) )
             {
                 banner.setSrc( convertPath( banner.getSrc(), urlContainer ) );
             }




</pre>
</div>
</content>
</entry>
<entry>
<title>svn propchange: r884302 - svn:log</title>
<author><name>hboutemy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091125224653.72EBB23889ED@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091125224653-72EBB23889ED@eris-apache-org%3e</id>
<updated>2009-11-25T22:46:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: hboutemy
Revision: 884302
Modified property: svn:log

Modified: svn:log at Wed Nov 25 22:46:53 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Nov 25 22:46:53 2009
@@ -1 +1 @@
-[MSITE-436] added lastModified attribute to DecorationModel (not persisted in XML) to track
last modification of site.xml
+[DOXIASITETOOLS-36] added lastModified attribute to DecorationModel (not persisted in XML)
to track last modification of site.xml



</pre>
</div>
</content>
</entry>
<entry>
<title>svn propchange: r884312 - svn:log</title>
<author><name>hboutemy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091125224619.5B0AB23888D6@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091125224619-5B0AB23888D6@eris-apache-org%3e</id>
<updated>2009-11-25T22:46:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: hboutemy
Revision: 884312
Modified property: svn:log

Modified: svn:log at Wed Nov 25 22:46:19 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Nov 25 22:46:19 2009
@@ -1 +1 @@
-[MSITE-436] inherit parent lastModification value to child if parent is newer than child
+[DOXIASITETOOLS-36] inherit parent lastModification value to child if parent is newer than
child



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r884314 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java</title>
<author><name>hboutemy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091125223826.2E628238889D@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091125223826-2E628238889D@eris-apache-org%3e</id>
<updated>2009-11-25T22:38:26Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: hboutemy
Date: Wed Nov 25 22:38:25 2009
New Revision: 884314

URL: http://svn.apache.org/viewvc?rev=884314&amp;view=rev
Log:
[MSITE-436] use DecorationModel lastModification value to check if output file has to be generated

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java

Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java?rev=884314&amp;r1=884313&amp;r2=884314&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java
Wed Nov 25 22:38:25 2009
@@ -306,8 +306,8 @@
 
             File inputFile = new File( renderingContext.getBasedir(), renderingContext.getInputName()
);
 
-            // TODO MSITE-436/MSITE-177: modified should be true when site.xml (current or
parent) is newer than outputFile
-            boolean modified = !outputFile.exists() || ( inputFile.lastModified() &gt; outputFile.lastModified()
);
+            boolean modified = !outputFile.exists() || ( inputFile.lastModified() &gt; outputFile.lastModified()
)
+                || ( siteRenderingContext.getDecoration().getLastModified() &gt; outputFile.lastModified()
);
 
             if ( modified || docRenderer.isOverwrite() )
             {




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r884312 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java</title>
<author><name>hboutemy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091125223320.50E7923888D6@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091125223320-50E7923888D6@eris-apache-org%3e</id>
<updated>2009-11-25T22:33:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: hboutemy
Date: Wed Nov 25 22:33:19 2009
New Revision: 884312

URL: http://svn.apache.org/viewvc?rev=884312&amp;view=rev
Log:
[MSITE-436] inherit parent lastModification value to child if parent is newer than child

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java?rev=884312&amp;r1=884311&amp;r2=884312&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
Wed Nov 25 22:33:19 2009
@@ -83,6 +83,11 @@
 
             child.setPoweredBy( mergePoweredByLists( child.getPoweredBy(), parent.getPoweredBy(),
urlContainer ) );
 
+            if ( parent.getLastModified() &gt; child.getLastModified() )
+            {
+                child.setLastModified( parent.getLastModified() );
+            }
+
             assembleBodyInheritance( name, child, parent, urlContainer );
 
             assembleCustomInheritance( child, parent );




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r884302 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo</title>
<author><name>hboutemy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091125222436.F24DE238889D@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091125222436-F24DE238889D@eris-apache-org%3e</id>
<updated>2009-11-25T22:24:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: hboutemy
Date: Wed Nov 25 22:24:36 2009
New Revision: 884302

URL: http://svn.apache.org/viewvc?rev=884302&amp;view=rev
Log:
[MSITE-436] added lastModified attribute to DecorationModel (not persisted in XML) to track
last modification of site.xml

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo?rev=884302&amp;r1=884301&amp;r2=884302&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo Wed
Nov 25 22:24:36 2009
@@ -19,7 +19,7 @@
 under the License.
 --&gt;
 
-&lt;model xmlns="http://modello.codehaus.org/MODELLO/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.0.0 http://modello.codehaus.org/xsd/modello-1.0.0.xsd"
+&lt;model xmlns="http://modello.codehaus.org/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.1.0 http://modello.codehaus.org/xsd/modello-1.1.0.xsd"
   xml.namespace="http://maven.apache.org/DECORATION/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/decoration-${version}.xsd"&gt;
   &lt;id&gt;decoration&lt;/id&gt;
@@ -124,6 +124,12 @@
           &lt;type&gt;DOM&lt;/type&gt;
           &lt;identifier&gt;true&lt;/identifier&gt;
         &lt;/field&gt;
+        &lt;field xml.transient="true"&gt;
+          &lt;name&gt;lastModified&lt;/name&gt;
+          &lt;description&gt;Timestamp of the last modification of this decoration model.&lt;/description&gt;
+          &lt;version&gt;1.0.1+&lt;/version&gt;
+          &lt;type&gt;long&lt;/type&gt;
+        &lt;/field&gt;
       &lt;/fields&gt;
       &lt;codeSegments&gt;
         &lt;codeSegment&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r884285 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java</title>
<author><name>hboutemy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091125214444.1E0252388893@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091125214444-1E0252388893@eris-apache-org%3e</id>
<updated>2009-11-25T21:44:44Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: hboutemy
Date: Wed Nov 25 21:44:43 2009
New Revision: 884285

URL: http://svn.apache.org/viewvc?rev=884285&amp;view=rev
Log:
MSITE-436/MSITE-177: added a TODO to show where the code has to be improved

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java

Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java?rev=884285&amp;r1=884284&amp;r2=884285&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java
Wed Nov 25 21:44:43 2009
@@ -306,11 +306,8 @@
 
             File inputFile = new File( renderingContext.getBasedir(), renderingContext.getInputName()
);
 
-            boolean modified = false;
-            if ( !outputFile.exists() || inputFile.lastModified() &gt; outputFile.lastModified()
)
-            {
-                modified = true;
-            }
+            // TODO MSITE-436/MSITE-177: modified should be true when site.xml (current or
parent) is newer than outputFile
+            boolean modified = !outputFile.exists() || ( inputFile.lastModified() &gt; outputFile.lastModified()
);
 
             if ( modified || docRenderer.isOverwrite() )
             {




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r884214 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java</title>
<author><name>hboutemy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091125174119.267502388978@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091125174119-267502388978@eris-apache-org%3e</id>
<updated>2009-11-25T17:41:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: hboutemy
Date: Wed Nov 25 17:41:18 2009
New Revision: 884214

URL: http://svn.apache.org/viewvc?rev=884214&amp;view=rev
Log:
fixed typos

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java?rev=884214&amp;r1=884213&amp;r2=884214&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
Wed Nov 25 17:41:18 2009
@@ -137,7 +137,7 @@
     }
 
     /**
-     * Resolves all relative pathes between the elements in a banner. The banner element
might contain relative pathes
+     * Resolves all relative paths between the elements in a banner. The banner element might
contain relative paths
      * to the oldBaseUrl, these are changed to the newBannerUrl.
      *
      * @param banner




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r884200 - in /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src: main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java test/resources/merged.xml test/resources/parent.xml</title>
<author><name>hboutemy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091125171706.DD6E42388978@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091125171706-DD6E42388978@eris-apache-org%3e</id>
<updated>2009-11-25T17:17:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: hboutemy
Date: Wed Nov 25 17:17:06 2009
New Revision: 884200

URL: http://svn.apache.org/viewvc?rev=884200&amp;view=rev
Log:
[DOXIASITETOOLS-35] fixed model interpolation for text-only banners (without src value)

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java?rev=884200&amp;r1=884199&amp;r2=884200&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java
Wed Nov 25 17:17:06 2009
@@ -147,8 +147,14 @@
     {
         if ( banner != null )
         {
-            banner.setHref( convertPath( banner.getHref(), urlContainer ) );
-            banner.setSrc( convertPath( banner.getSrc(), urlContainer ) );
+            if ( banner.getHref() != null )
+            {
+                banner.setHref( convertPath( banner.getHref(), urlContainer ) );
+            }
+            if ( banner.getSrc() != null )
+            {
+                banner.setSrc( convertPath( banner.getSrc(), urlContainer ) );
+            }
         }
     }
 

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml?rev=884200&amp;r1=884199&amp;r2=884200&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml
Wed Nov 25 17:17:06 2009
@@ -25,7 +25,6 @@
   name="Child"&gt;
   &lt;bannerLeft&gt;
     &lt;name&gt;The Jakarta Project&lt;/name&gt;
-    &lt;src&gt;http://jakarta.apache.org/images/jakarta-logo.gif&lt;/src&gt;
     &lt;href&gt;http://jakarta.apache.org/&lt;/href&gt;
   &lt;/bannerLeft&gt;
   &lt;bannerRight&gt;

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml?rev=884200&amp;r1=884199&amp;r2=884200&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml
Wed Nov 25 17:17:06 2009
@@ -25,7 +25,6 @@
   name="Parent Name"&gt;
   &lt;bannerLeft&gt;
     &lt;name&gt;The Jakarta Project&lt;/name&gt;
-    &lt;src&gt;http://jakarta.apache.org/images/jakarta-logo.gif&lt;/src&gt;
     &lt;href&gt;http://jakarta.apache.org/&lt;/href&gt;
   &lt;/bannerLeft&gt;
   &lt;bannerRight&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r881062 - /maven/doxia/doxia/trunk/</title>
<author><name>olamy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200911.mbox/%3c20091117000206.3EAAB23888D8@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091117000206-3EAAB23888D8@eris-apache-org%3e</id>
<updated>2009-11-17T00:02:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: olamy
Date: Tue Nov 17 00:02:05 2009
New Revision: 881062

URL: http://svn.apache.org/viewvc?rev=881062&amp;view=rev
Log:
ignore ide file

Modified:
    maven/doxia/doxia/trunk/   (props changed)

Propchange: maven/doxia/doxia/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Nov 17 00:02:05 2009
@@ -4,3 +4,4 @@
 *.iws
 .classpath
 .project
+.settings




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r816567 - /maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/java/org/apache/maven/doxia/linkcheck/validation/OnlineHTTPLinkValidator.java</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090918095228.52021238889C@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090918095228-52021238889C@eris-apache-org%3e</id>
<updated>2009-09-18T09:52:28Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Fri Sep 18 09:52:27 2009
New Revision: 816567

URL: http://svn.apache.org/viewvc?rev=816567&amp;view=rev
Log:
o be sure to set the user agent

Modified:
    maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/java/org/apache/maven/doxia/linkcheck/validation/OnlineHTTPLinkValidator.java

Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/java/org/apache/maven/doxia/linkcheck/validation/OnlineHTTPLinkValidator.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/java/org/apache/maven/doxia/linkcheck/validation/OnlineHTTPLinkValidator.java?rev=816567&amp;r1=816566&amp;r2=816567&amp;view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/java/org/apache/maven/doxia/linkcheck/validation/OnlineHTTPLinkValidator.java
(original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/java/org/apache/maven/doxia/linkcheck/validation/OnlineHTTPLinkValidator.java
Fri Sep 18 09:52:27 2009
@@ -154,6 +154,7 @@
 
         // Some web servers don't allow the default user-agent sent by httpClient
         System.setProperty( HttpMethodParams.USER_AGENT, "Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5.0)" );
+        this.cl.getParams().setParameter( HttpMethodParams.USER_AGENT, "Mozilla/4.0 (compatible;
MSIE 6.0; Windows NT 5.0)" );
 
         String link = lvi.getLink();
         try




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r816566 - in /maven/doxia/doxia-tools/trunk/doxia-linkcheck: pom.xml src/main/resources/log4j.properties</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090918095159.024E923888FF@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090918095159-024E923888FF@eris-apache-org%3e</id>
<updated>2009-09-18T09:51:58Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Fri Sep 18 09:51:58 2009
New Revision: 816566

URL: http://svn.apache.org/viewvc?rev=816566&amp;view=rev
Log:
o added log4j

Modified:
    maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml
    maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/resources/log4j.properties

Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml?rev=816566&amp;r1=816565&amp;r2=816566&amp;view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml Fri Sep 18 09:51:58 2009
@@ -46,6 +46,12 @@
       &lt;artifactId&gt;commons-logging&lt;/artifactId&gt;
       &lt;version&gt;1.1.1&lt;/version&gt;
     &lt;/dependency&gt;
+    &lt;!-- Not included in Httpclient --&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;log4j&lt;/groupId&gt;
+      &lt;artifactId&gt;log4j&lt;/artifactId&gt;
+      &lt;version&gt;1.2.14&lt;/version&gt;
+    &lt;/dependency&gt;
 
     &lt;!-- Plexus --&gt;
     &lt;dependency&gt;

Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/resources/log4j.properties?rev=816566&amp;r1=816565&amp;r2=816566&amp;view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/resources/log4j.properties (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/resources/log4j.properties Fri
Sep 18 09:51:58 2009
@@ -19,6 +19,6 @@
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%5p [%c{1}:%L] %d{ISO8601} - %m%n
+log4j.appender.stdout.layout.ConversionPattern=[%5p] %m%n
 
-log4j.logger.org.apache.commons.httpclient=ERROR
+log4j.logger.org.apache.commons.httpclient=INFO




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r814831 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo</title>
<author><name>hboutemy@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090914202952.A6CAA23888D6@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090914202952-A6CAA23888D6@eris-apache-org%3e</id>
<updated>2009-09-14T20:29:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: hboutemy
Date: Mon Sep 14 20:29:52 2009
New Revision: 814831

URL: http://svn.apache.org/viewvc?rev=814831&amp;view=rev
Log:
fixed typos

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo?rev=814831&amp;r1=814830&amp;r2=814831&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo Mon
Sep 14 20:29:52 2009
@@ -119,7 +119,7 @@
         &lt;/field&gt;
         &lt;field&gt;
           &lt;name&gt;custom&lt;/name&gt;
-          &lt;description&gt;Custom configuration for use with customised Velocity templates.&lt;/description&gt;
+          &lt;description&gt;Custom configuration for use with customized Velocity templates.&lt;/description&gt;
           &lt;version&gt;1.0.0+&lt;/version&gt;
           &lt;type&gt;DOM&lt;/type&gt;
           &lt;identifier&gt;true&lt;/identifier&gt;
@@ -445,7 +445,7 @@
           &lt;name&gt;ref&lt;/name&gt;
           &lt;description&gt;&lt;![CDATA[
             A reference to a pre-defined menu, such as a &lt;code&gt;reports&lt;/code&gt;,
&lt;code&gt;modules&lt;/code&gt;
-            or &lt;code&gt;parentProject&lt;/code&gt;.
+            or &lt;code&gt;parent&lt;/code&gt;.
           ]]&gt;&lt;/description&gt;
           &lt;version&gt;1.0.0+&lt;/version&gt;
           &lt;type&gt;String&lt;/type&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r812399 - /maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java</title>
<author><name>ltheussl@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090908085735.CAC24238888D@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090908085735-CAC24238888D@eris-apache-org%3e</id>
<updated>2009-09-08T08:57:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: ltheussl
Date: Tue Sep  8 08:57:35 2009
New Revision: 812399

URL: http://svn.apache.org/viewvc?rev=812399&amp;view=rev
Log:
[DOXIA-367] Better error message

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java?rev=812399&amp;r1=812398&amp;r2=812399&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java
Tue Sep  8 08:57:35 2009
@@ -464,7 +464,8 @@
 
                                 if ( hash.endsWith( ".html" ) &amp;&amp; !hash.startsWith(
"./" ) )
                                 {
-                                    String msg = "Ambiguous link: '" + hash + "'. If this
is a local link, prepend \"./\"!";
+                                    String msg = "Ambiguous link: '" + hash
+                                            + "'. If this is a local link, prepend \"./\"!";
                                     logMessage( "ambiguousLink", msg );
                                 }
 
@@ -2890,6 +2891,11 @@
             {
                 String[] param = StringUtils.split( params[i], "=" );
 
+                if ( param.length == 1 )
+                {
+                    throw new AptParseException( "Missing 'key=value' pair for macro parameter:
" + params[i] );
+                }
+
                 String key = unescapeForMacro( param[0] );
                 String value = unescapeForMacro( param[1] );
 




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r812141 - /maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoSink.java</title>
<author><name>ltheussl@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090907135448.6801B23888DA@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090907135448-6801B23888DA@eris-apache-org%3e</id>
<updated>2009-09-07T13:54:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: ltheussl
Date: Mon Sep  7 13:54:48 2009
New Revision: 812141

URL: http://svn.apache.org/viewvc?rev=812141&amp;view=rev
Log:
Add prime and double-prime to symbol fonts, they render correctly.

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoSink.java

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoSink.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoSink.java?rev=812141&amp;r1=812140&amp;r2=812141&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoSink.java
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoSink.java
Mon Sep  7 13:54:48 2009
@@ -1674,7 +1674,8 @@
                     Object key = names.nextElement();
                     Object value = att.getAttribute( key );
 
-                    ( (PrettyPrintXMLWriter) this.tableCaptionXMLWriterStack.getLast() ).addAttribute(
key.toString(), value.toString() );
+                    ( (PrettyPrintXMLWriter) this.tableCaptionXMLWriterStack.getLast() )
+                            .addAttribute( key.toString(), value.toString() );
                 }
             }
 
@@ -1704,14 +1705,17 @@
     private static final char DIAMS = 0x2666;
     private static final char EURO = 0x20ac;
     private static final char TRADE = 0x2122;
+    private static final char PRIME = 0x2032;
+    private static final char PPRIME = 0x2033;
 
     private static boolean needsSymbolFont( char c )
     {
         // greek characters and mathematical symbols, except the euro and trade symbols
         // symbols I couldn't get to display in any font:
-        // zwnj (0x200C), zwj (0x200D), lrm (0x200E), rlm (0x200F), oline (0x203E), prime
(0x2032),
-        // Prime (0x2033), lceil (0x2038), rceil (0x2039), lfloor (0x203A), rfloor (0x203B)
+        // zwnj (0x200C), zwj (0x200D), lrm (0x200E), rlm (0x200F), oline (0x203E),
+        // lceil (0x2038), rceil (0x2039), lfloor (0x203A), rfloor (0x203B)
         return ( c &gt;= UPPER_ALPHA &amp;&amp; c &lt;= PIV )
+                || ( c == PRIME || c == PPRIME )
                 || ( c &gt;= OLINE &amp;&amp; c &lt;= DIAMS &amp;&amp; c != EURO &amp;&amp;
c != TRADE );
     }
 




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r811802 - in /maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src: main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java test/java/org/apache/maven/doxia/module/fo/FoAggregateSinkTest.java</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090906104938.3BD0A2388866@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090906104938-3BD0A2388866@eris-apache-org%3e</id>
<updated>2009-09-06T10:49:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Sun Sep  6 10:49:37 2009
New Revision: 811802

URL: http://svn.apache.org/viewvc?rev=811802&amp;view=rev
Log:
o be sure that relative link is not outside the base (to prevent StringIndexOutOfBoundsException)
o added test case

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/test/java/org/apache/maven/doxia/module/fo/FoAggregateSinkTest.java

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java?rev=811802&amp;r1=811801&amp;r2=811802&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
Sun Sep  6 10:49:37 2009
@@ -518,6 +518,15 @@
                 base = base.substring( 0, base.lastIndexOf( "/" ) );
 
                 anchor = anchor.substring( 3 );
+
+                if ( base.lastIndexOf( "/" ) == -1 )
+                {
+                    while ( anchor.startsWith( "../" ) )
+                    {
+                        anchor = anchor.substring( 3 );
+                    }
+                    break;
+                }
             }
         }
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/test/java/org/apache/maven/doxia/module/fo/FoAggregateSinkTest.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/test/java/org/apache/maven/doxia/module/fo/FoAggregateSinkTest.java?rev=811802&amp;r1=811801&amp;r2=811802&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/test/java/org/apache/maven/doxia/module/fo/FoAggregateSinkTest.java
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/test/java/org/apache/maven/doxia/module/fo/FoAggregateSinkTest.java
Sun Sep  6 10:49:37 2009
@@ -176,5 +176,29 @@
         assertTrue( result.indexOf( "&lt;fo:basic-link internal-destination=\"./folder/test\"&gt;"
) != -1 );
         assertTrue( result.indexOf( "&lt;fo:basic-link internal-destination=\"./folder/whatsnew-1.1\"&gt;"
) != -1 );
         assertTrue( result.indexOf( "&lt;fo:block id=\"./whatsnew-1.1\"&gt;" ) != -1 );
+
+        writer = new StringWriter();
+        try
+        {
+            sink = new FoAggregateSink( writer );
+            sink.setDocumentName( "./subdir/dir/index.html" );
+            sink.link( "../../root.html" );
+            sink.text( "../../root.html" );
+            sink.link_();
+            sink.link( "../../../outside.html" );
+            sink.text( "../../../outside.html" );
+            sink.link_();
+            sink.body();
+            sink.body_();
+        }
+        finally
+        {
+            sink.close();
+        }
+
+        result = writer.toString();
+
+        assertTrue( result.indexOf( "&lt;fo:basic-link internal-destination=\"./root\"&gt;"
) != -1 );
+        assertTrue( result.indexOf( "&lt;fo:basic-link internal-destination=\"./outside\"&gt;"
) != -1 );
     }
 }




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r811663 - /maven/doxia/doxia-tools/trunk/pom.xml</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090905151427.CB71B23888E7@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090905151427-CB71B23888E7@eris-apache-org%3e</id>
<updated>2009-09-05T15:14:27Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Sat Sep  5 15:14:27 2009
New Revision: 811663

URL: http://svn.apache.org/viewvc?rev=811663&amp;view=rev
Log:
o using p-u:1.5.12 due to PLXUTILS-117

Modified:
    maven/doxia/doxia-tools/trunk/pom.xml

Modified: maven/doxia/doxia-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/pom.xml?rev=811663&amp;r1=811662&amp;r2=811663&amp;view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/pom.xml Sat Sep  5 15:14:27 2009
@@ -123,7 +123,7 @@
       &lt;dependency&gt;
         &lt;groupId&gt;org.codehaus.plexus&lt;/groupId&gt;
         &lt;artifactId&gt;plexus-utils&lt;/artifactId&gt;
-        &lt;version&gt;1.5.15&lt;/version&gt;
+        &lt;version&gt;1.5.12&lt;/version&gt;
       &lt;/dependency&gt;
     &lt;/dependencies&gt;
   &lt;/dependencyManagement&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r811662 - /maven/doxia/doxia-sitetools/trunk/pom.xml</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090905151406.A9AEC23888A0@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090905151406-A9AEC23888A0@eris-apache-org%3e</id>
<updated>2009-09-05T15:14:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Sat Sep  5 15:14:05 2009
New Revision: 811662

URL: http://svn.apache.org/viewvc?rev=811662&amp;view=rev
Log:
o using p-u:1.5.12 due to PLXUTILS-117

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=811662&amp;r1=811661&amp;r2=811662&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sat Sep  5 15:14:05 2009
@@ -191,7 +191,7 @@
       &lt;dependency&gt;
         &lt;groupId&gt;org.codehaus.plexus&lt;/groupId&gt;
         &lt;artifactId&gt;plexus-utils&lt;/artifactId&gt;
-        &lt;version&gt;1.5.15&lt;/version&gt;
+        &lt;version&gt;1.5.12&lt;/version&gt;
       &lt;/dependency&gt;
     &lt;/dependencies&gt;
   &lt;/dependencyManagement&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r811661 - /maven/doxia/doxia/trunk/pom.xml</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090905151312.82C752388897@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090905151312-82C752388897@eris-apache-org%3e</id>
<updated>2009-09-05T15:13:10Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Sat Sep  5 15:13:06 2009
New Revision: 811661

URL: http://svn.apache.org/viewvc?rev=811661&amp;view=rev
Log:
o using p-u:1.5.12 due to PLXUTILS-117

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=811661&amp;r1=811660&amp;r2=811661&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sat Sep  5 15:13:06 2009
@@ -229,7 +229,7 @@
       &lt;dependency&gt;
         &lt;groupId&gt;org.codehaus.plexus&lt;/groupId&gt;
         &lt;artifactId&gt;plexus-utils&lt;/artifactId&gt;
-        &lt;version&gt;1.5.15&lt;/version&gt;
+        &lt;version&gt;1.5.12&lt;/version&gt;
       &lt;/dependency&gt;
     &lt;/dependencies&gt;
   &lt;/dependencyManagement&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r811653 - in /maven/doxia: doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/ doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ doxia-sitetool...</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090905141952.3FD892388897@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090905141952-3FD892388897@eris-apache-org%3e</id>
<updated>2009-09-05T14:19:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Sat Sep  5 14:19:51 2009
New Revision: 811653

URL: http://svn.apache.org/viewvc?rev=811653&amp;view=rev
Log:
DOXIASITETOOLS-33: Add an option to include or not the TOC

o option to add the TOC at the beginning or the end of the doc

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/resources/org/apache/maven/doxia/docrenderer/pdf/itext/TOC.xslt
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java?rev=811653&amp;r1=811652&amp;r2=811653&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
Sat Sep  5 14:19:51 2009
@@ -120,17 +120,32 @@
                 getLogger().debug( "Loaded pdf config file: " + fOConfigFile.getAbsolutePath()
);
             }
 
-            boolean addToc =
-                ( context != null &amp;&amp; context.get( "includeTOC" ) != null ? ( (Boolean)
context.get( "includeTOC" ) )
-                                                                                        
                           .booleanValue()
-                                : true );
-            sink.setDocumentModel( documentModel, addToc );
+            String generateTOC =
+                ( context != null &amp;&amp; context.get( "generateTOC" ) != null ? context.get(
"generateTOC" ).toString().trim()
+                                : "start" );
+            int tocPosition = 0;
+            if ( "start".equalsIgnoreCase( generateTOC ))
+            {
+                tocPosition = FoAggregateSink.TOC_START;
+            }
+            else if ( "end".equalsIgnoreCase( generateTOC ))
+            {
+                tocPosition = FoAggregateSink.TOC_END;
+            }
+            else
+            {
+                tocPosition = FoAggregateSink.TOC_NONE;
+            }
+            sink.setDocumentModel( documentModel, tocPosition );
 
             sink.beginDocument();
 
             sink.coverPage();
 
-            sink.toc();
+            if ( tocPosition == FoAggregateSink.TOC_START )
+            {
+                sink.toc();
+            }
 
             if ( ( documentModel.getToc() == null ) || ( documentModel.getToc().getItems()
== null ) )
             {
@@ -145,6 +160,11 @@
                 mergeSourcesFromTOC( documentModel.getToc(), sink, context );
             }
 
+            if ( tocPosition == FoAggregateSink.TOC_END )
+            {
+                sink.toc();
+            }
+
             sink.endDocument();
         }
         finally

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java?rev=811653&amp;r1=811652&amp;r2=811653&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
Sat Sep  5 14:19:51 2009
@@ -180,15 +180,14 @@
             iTextFiles = parseTOCFiles( outputDirectory, documentModel, context );
         }
 
-        boolean addToc =
-            ( context != null &amp;&amp; context.get( "includeTOC" ) != null ? ( (Boolean)
context.get( "includeTOC" ) )
-                                                                                        
                       .booleanValue()
-                            : true );
+        String generateTOC =
+            ( context != null &amp;&amp; context.get( "generateTOC" ) != null ? context.get(
"generateTOC" ).toString()
+                            : "start" );
 
         File iTextFile = new File( outputDirectory, outputName + ".xml" );
         File iTextOutput = new File( outputDirectory, outputName + "." + getOutputExtension()
);
         Document document = generateDocument( iTextFiles );
-        transform( documentModel, document, iTextFile, addToc );
+        transform( documentModel, document, iTextFile, generateTOC );
         generatePdf( iTextFile, iTextOutput );
     }
 
@@ -374,9 +373,10 @@
      * @param transformer the Transformer to set the parameters.
      * @param documentModel the DocumentModel to take the parameters from, could be null.
      * @param iTextFile the iTextFile not null for the relative paths.
-     * @param addToc to include or not the TOC.
+     * @param generateTOC not null, possible values are: 'none', 'start' and 'end'.
      */
-    private void addTransformerParameters( Transformer transformer, DocumentModel documentModel,
File iTextFile, boolean addToc )
+    private void addTransformerParameters( Transformer transformer, DocumentModel documentModel,
File iTextFile,
+                                           String generateTOC )
     {
         if ( documentModel == null )
         {
@@ -384,7 +384,7 @@
         }
 
         // TOC
-        addTransformerParameter( transformer, "toc.add", Boolean.toString( addToc ) );
+        addTransformerParameter( transformer, "toc.position", generateTOC );
 
         // Meta parameters
         boolean hasNullMeta = false;
@@ -491,15 +491,15 @@
      * @param documentModel the DocumentModel to take the parameters from, could be null.
      * @param document the Document to transform.
      * @param iTextFile the resulting iText xml file.
-     * @param addToc to include or not the TOC.
+     * @param generateTOC not null, possible values are: 'none', 'start' and 'end'.
      * @throws DocumentRendererException in case of a transformation error.
      */
-    private void transform( DocumentModel documentModel, Document document, File iTextFile,
boolean addToc )
+    private void transform( DocumentModel documentModel, Document document, File iTextFile,
String generateTOC )
         throws DocumentRendererException
     {
         Transformer transformer = initTransformer();
 
-        addTransformerParameters( transformer, documentModel, iTextFile, addToc );
+        addTransformerParameters( transformer, documentModel, iTextFile, generateTOC );
 
         // need a writer for StreamResult to prevent FileNotFoundException when iTextFile
contains spaces
         Writer writer = null;

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/resources/org/apache/maven/doxia/docrenderer/pdf/itext/TOC.xslt
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/resources/org/apache/maven/doxia/docrenderer/pdf/itext/TOC.xslt?rev=811653&amp;r1=811652&amp;r2=811653&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/resources/org/apache/maven/doxia/docrenderer/pdf/itext/TOC.xslt
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/resources/org/apache/maven/doxia/docrenderer/pdf/itext/TOC.xslt
Sat Sep  5 14:19:51 2009
@@ -22,7 +22,7 @@
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&gt;
 
     &lt;!-- TOC Parameters --&gt;
-    &lt;xsl:param name="toc.add" /&gt;
+    &lt;xsl:param name="toc.position" /&gt;
 
     &lt;!-- MetaData Parameters --&gt;
     &lt;xsl:param name="meta.author" /&gt;
@@ -113,7 +113,7 @@
 
         &lt;!-- Start TOC --&gt;
         &lt;xsl:choose&gt;
-          &lt;xsl:when test="$toc.add = 'true'"&gt;
+          &lt;xsl:when test="$toc.position = 'start'"&gt;
             &lt;newpage /&gt;
             &lt;paragraph align="Center"&gt;
               &lt;!-- TODO i18N --&gt;
@@ -133,6 +133,25 @@
 
         &lt;xsl:apply-templates select="*" mode="body" /&gt;
 
+        &lt;!-- Start TOC --&gt;
+        &lt;xsl:choose&gt;
+          &lt;xsl:when test="$toc.position = 'end'"&gt;
+            &lt;newpage /&gt;
+            &lt;paragraph align="Center"&gt;
+              &lt;!-- TODO i18N --&gt;
+              &lt;chunk font="Helvetica" size="24" fontstyle="bold" blue="0"
+                green="0" red="0"&gt;Table Of Contents&lt;/chunk&gt;
+            &lt;/paragraph&gt;
+            &lt;paragraph align="Left" leading="24.0"&gt;
+              &lt;newline /&gt;
+              &lt;xsl:apply-templates select="*" mode="toc" /&gt;
+            &lt;/paragraph&gt;
+          &lt;/xsl:when&gt;
+          &lt;xsl:otherwise&gt;
+            &lt;newpage /&gt;
+          &lt;/xsl:otherwise&gt;
+        &lt;/xsl:choose&gt;
+        &lt;!-- End TOC --&gt;
         &lt;/itext&gt;
     &lt;/xsl:template&gt;
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java?rev=811653&amp;r1=811652&amp;r2=811653&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
Sat Sep  5 14:19:51 2009
@@ -67,8 +67,30 @@
  * @version $Id$
  * @since 1.1
  */
-public class FoAggregateSink extends FoSink
+public class FoAggregateSink
+    extends FoSink
 {
+    /**
+     * No Table Of Content.
+     * @see #setDocumentModel(DocumentModel, int)
+     */
+    public static int TOC_NONE = 0;
+
+    /**
+     * Table Of Content at the start of the document.
+     * @see #setDocumentModel(DocumentModel, int)
+     */
+    public static int TOC_START = 1;
+
+    /**
+     * Table Of Content at the end of the document.
+     * @see #setDocumentModel(DocumentModel, int)
+     */
+    public static int TOC_END = 2;
+
+    // TODO: make configurable
+    private static final String COVER_HEADER_HEIGHT = "1.5in";
+
     /** The document model to be used by this sink. */
     private DocumentModel docModel;
 
@@ -84,15 +106,12 @@
     /** Content in head is ignored in aggregated documents. */
     private boolean ignoreText;
 
-    /** Flag to include of not the toc */
-    private boolean addToc;
+    /** Current position of the TOC, see {@link #TOC_POSITION} */
+    private int tocPosition;
 
     /** Used to get the current position in the TOC. */
     private final Stack tocStack = new Stack();
 
-    // TODO: make configurable
-    private static final String COVER_HEADER_HEIGHT = "1.5in";
-
     /**
      * Constructor.
      *
@@ -231,7 +250,6 @@
         }
     }
 
-
     /**
      * Sets the name of the current source document, relative to the source root.
      * Used to resolve links to other source documents.
@@ -246,36 +264,54 @@
     /**
      * Sets the DocumentModel to be used by this sink. The DocumentModel provides all the
meta-information
      * required to render a document, eg settings for the cover page, table of contents,
etc.
+     * &lt;br/&gt;
+     * By default, a TOC will be added at the beginning of the document.
      *
      * @param model the DocumentModel.
-     * @see #setDocumentModel(DocumentModel, boolean)
+     * @see #setDocumentModel(DocumentModel, String)
+     * @see #TOC_START
      */
     public void setDocumentModel( DocumentModel model )
     {
-        setDocumentModel( model, true );
+        setDocumentModel( model, TOC_START );
     }
 
     /**
      * Sets the DocumentModel to be used by this sink. The DocumentModel provides all the
meta-information
      * required to render a document, eg settings for the cover page, table of contents,
etc.
      *
-     * @param model the DocumentModel.
-     * @param addToc true to include the TOC in the sink.
+     * @param model the DocumentModel, could be null.
+     * @param tocPos should be one of these values: {@link #TOC_NONE}, {@link #TOC_START}
and {@link #TOC_END}.
      * @since 1.1.2
      */
-    public void setDocumentModel( DocumentModel model, boolean addToc )
+    public void setDocumentModel( DocumentModel model, int tocPos )
     {
         this.docModel = model;
-        this.addToc = addToc;
+        if ( !( tocPos == TOC_NONE || tocPos == TOC_START || tocPos == TOC_END ) )
+        {
+            if ( getLog().isDebugEnabled() )
+            {
+                getLog().debug( "Unrecognized value for tocPosition: " + tocPos + ", using
no toc." );
+            }
+            tocPos = TOC_NONE;
+        }
+        this.tocPosition = tocPos;
 
-        if ( this.addToc )
+        if ( this.docModel != null &amp;&amp; this.docModel.getToc() != null &amp;&amp; this.tocPosition
!= TOC_NONE )
         {
             DocumentTOCItem tocItem = new DocumentTOCItem();
             tocItem.setName( this.docModel.getToc().getName() );
             tocItem.setRef( "./toc" );
             List items = new LinkedList();
-            items.add( tocItem );
+            if ( this.tocPosition == TOC_START )
+            {
+                items.add( tocItem );
+            }
             items.addAll( this.docModel.getToc().getItems() );
+            if ( this.tocPosition == TOC_END )
+            {
+                items.add( tocItem );
+            }
 
             this.docModel.getToc().setItems( items );
         }
@@ -352,7 +388,7 @@
     }
 
     /** {@inheritDoc} */
-    public void anchor( String name, SinkEventAttributes attributes  )
+    public void anchor( String name, SinkEventAttributes attributes )
     {
         if ( name == null )
         {
@@ -380,13 +416,13 @@
     }
 
     /** {@inheritDoc} */
-    public void link( String name  )
+    public void link( String name )
     {
         link( name, null );
     }
 
     /** {@inheritDoc} */
-    public void link( String name, SinkEventAttributes attributes  )
+    public void link( String name, SinkEventAttributes attributes )
     {
         if ( name == null )
         {
@@ -458,7 +494,7 @@
                 return;
             }
 
-            anchor = chopExtension ( anchor );
+            anchor = chopExtension( anchor );
 
             String base = docName.substring( 0, docName.lastIndexOf( "/" ) );
             anchor = base + "/" + anchor;
@@ -488,7 +524,7 @@
         return base + "/" + anchor;
     }
 
-    private  String chopExtension( String name )
+    private String chopExtension( String name )
     {
         String anchor = name;
 
@@ -504,13 +540,14 @@
 
                 if ( dot2 != -1 )
                 {
-                    anchor = anchor.substring( 0, dot ) + "#"
-                        + HtmlTools.encodeId( anchor.substring( hash + 1, dot2 ) );
+                    anchor =
+                        anchor.substring( 0, dot ) + "#" + HtmlTools.encodeId( anchor.substring(
hash + 1, dot2 ) );
                 }
                 else
                 {
-                    anchor = anchor.substring( 0, dot ) + "#"
-                        + HtmlTools.encodeId( anchor.substring( hash + 1, anchor.length()
) );
+                    anchor =
+                        anchor.substring( 0, dot ) + "#"
+                            + HtmlTools.encodeId( anchor.substring( hash + 1, anchor.length()
) );
                 }
             }
             else
@@ -803,12 +840,8 @@
      */
     public void toc()
     {
-        if ( !this.addToc )
-        {
-            return;
-        }
-
-        if ( docModel == null || docModel.getToc() == null || docModel.getToc().getItems()
== null )
+        if ( docModel == null || docModel.getToc() == null || docModel.getToc().getItems()
== null
+            || this.tocPosition == TOC_NONE )
         {
             return;
         }
@@ -1107,7 +1140,6 @@
         writeSimpleTag( BLOCK_TAG );
         writeEndTag( TABLE_CELL_TAG );
 
-
         writeStartTag( TABLE_CELL_TAG, "number-columns-spanned", "2", "cover.border.left.bottom"
);
         writeStartTag( BLOCK_TAG, "cover.subtitle" );
         write( subtitle == null ? ( version == null ? "" : " v. " + version ) : subtitle
);
@@ -1140,7 +1172,7 @@
         writeEndTag( TABLE_ROW_TAG );
     }
 
-    private void writeCoverFooter( DocumentCover cover, DocumentMeta meta  )
+    private void writeCoverFooter( DocumentCover cover, DocumentMeta meta )
     {
         if ( cover == null &amp;&amp; meta == null )
         {
@@ -1214,7 +1246,7 @@
 
         if ( atts == null )
         {
-            return new SinkEventAttributeSet( new String[] {SinkEventAttributes.HEIGHT, COVER_HEADER_HEIGHT}
);
+            return new SinkEventAttributeSet( new String[] { SinkEventAttributes.HEIGHT,
COVER_HEADER_HEIGHT } );
         }
 
         // FOP dpi: 72




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r811620 - /maven/doxia/site/pom.xml</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090905105358.A844F2388897@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090905105358-A844F2388897@eris-apache-org%3e</id>
<updated>2009-09-05T10:53:58Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Sat Sep  5 10:53:58 2009
New Revision: 811620

URL: http://svn.apache.org/viewvc?rev=811620&amp;view=rev
Log:
o removed enforcer rule due to the fix of MPDF-31

Modified:
    maven/doxia/site/pom.xml

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=811620&amp;r1=811619&amp;r2=811620&amp;view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Sat Sep  5 10:53:58 2009
@@ -242,28 +242,6 @@
           &lt;/execution&gt;
         &lt;/executions&gt;
       &lt;/plugin&gt;
-
-      &lt;!-- See MPDF-31 --&gt;
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-enforcer-plugin&lt;/artifactId&gt;
-        &lt;executions&gt;
-          &lt;execution&gt;
-            &lt;id&gt;enforce-java&lt;/id&gt;
-            &lt;goals&gt;
-              &lt;goal&gt;enforce&lt;/goal&gt;
-            &lt;/goals&gt;
-            &lt;phase&gt;pre-site&lt;/phase&gt;
-            &lt;configuration&gt;
-              &lt;rules&gt;
-                &lt;requireJavaVersion&gt;
-                  &lt;version&gt;(1.5]&lt;/version&gt;
-                &lt;/requireJavaVersion&gt;
-              &lt;/rules&gt;
-            &lt;/configuration&gt;
-          &lt;/execution&gt;
-        &lt;/executions&gt;
-      &lt;/plugin&gt;
     &lt;/plugins&gt;
   &lt;/build&gt;
 




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r811611 - /maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/XhtmlBaseSink.java</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090905093950.95F182388897@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090905093950-95F182388897@eris-apache-org%3e</id>
<updated>2009-09-05T09:39:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Sat Sep  5 09:39:50 2009
New Revision: 811611

URL: http://svn.apache.org/viewvc?rev=811611&amp;view=rev
Log:
o restored 1.4 compatibility

Modified:
    maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/XhtmlBaseSink.java

Modified: maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/XhtmlBaseSink.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/XhtmlBaseSink.java?rev=811611&amp;r1=811610&amp;r2=811611&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/XhtmlBaseSink.java
(original)
+++ maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/XhtmlBaseSink.java
Sat Sep  5 09:39:50 2009
@@ -235,7 +235,7 @@
      */
     protected void setCellCount( int count )
     {
-        this.cellCountStack.addLast( Integer.valueOf( count ) );
+        this.cellCountStack.addLast( new Integer( count ) );
     }
 
     /**




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r810487 - /maven/doxia/site/pom.xml</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090902124615.519F92388863@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090902124615-519F92388863@eris-apache-org%3e</id>
<updated>2009-09-02T12:46:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Wed Sep  2 12:46:14 2009
New Revision: 810487

URL: http://svn.apache.org/viewvc?rev=810487&amp;view=rev
Log:
o using latest doxia/pdf version
o added an enforcer rule due to MPDF-31

Modified:
    maven/doxia/site/pom.xml

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=810487&amp;r1=810486&amp;r2=810487&amp;view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Wed Sep  2 12:46:14 2009
@@ -136,7 +136,7 @@
   &lt;/pluginRepositories&gt;
 
   &lt;properties&gt;
-    &lt;doxiaVersion&gt;1.1.1&lt;/doxiaVersion&gt;
+    &lt;doxiaVersion&gt;1.1.2-SNAPSHOT&lt;/doxiaVersion&gt;
   &lt;/properties&gt;
 
   &lt;build&gt;
@@ -155,7 +155,7 @@
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-pdf-plugin&lt;/artifactId&gt;
-          &lt;version&gt;1.0&lt;/version&gt;
+          &lt;version&gt;1.1-SNAPSHOT&lt;/version&gt;
         &lt;/plugin&gt;
       &lt;/plugins&gt;
     &lt;/pluginManagement&gt;
@@ -242,6 +242,28 @@
           &lt;/execution&gt;
         &lt;/executions&gt;
       &lt;/plugin&gt;
+
+      &lt;!-- See MPDF-31 --&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-enforcer-plugin&lt;/artifactId&gt;
+        &lt;executions&gt;
+          &lt;execution&gt;
+            &lt;id&gt;enforce-java&lt;/id&gt;
+            &lt;goals&gt;
+              &lt;goal&gt;enforce&lt;/goal&gt;
+            &lt;/goals&gt;
+            &lt;phase&gt;pre-site&lt;/phase&gt;
+            &lt;configuration&gt;
+              &lt;rules&gt;
+                &lt;requireJavaVersion&gt;
+                  &lt;version&gt;(1.5]&lt;/version&gt;
+                &lt;/requireJavaVersion&gt;
+              &lt;/rules&gt;
+            &lt;/configuration&gt;
+          &lt;/execution&gt;
+        &lt;/executions&gt;
+      &lt;/plugin&gt;
     &lt;/plugins&gt;
   &lt;/build&gt;
 




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r810486 - /maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090902124458.0C69A2388867@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090902124458-0C69A2388867@eris-apache-org%3e</id>
<updated>2009-09-02T12:44:57Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Wed Sep  2 12:44:56 2009
New Revision: 810486

URL: http://svn.apache.org/viewvc?rev=810486&amp;view=rev
Log:
o using doxia-decoration-model:1.1.2-snap

Modified:
    maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml?rev=810486&amp;r1=810485&amp;r2=810486&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml Wed Sep  2 12:44:56 2009
@@ -92,6 +92,11 @@
       &lt;artifactId&gt;doxia-module-xhtml&lt;/artifactId&gt;
       &lt;version&gt;${projectVersion}&lt;/version&gt;
     &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
+      &lt;artifactId&gt;doxia-decoration-model&lt;/artifactId&gt;
+      &lt;version&gt;${projectVersion}&lt;/version&gt;
+    &lt;/dependency&gt;
 
     &lt;dependency&gt;
       &lt;groupId&gt;org.codehaus.plexus&lt;/groupId&gt;
@@ -101,6 +106,12 @@
       &lt;groupId&gt;org.apache.maven.shared&lt;/groupId&gt;
       &lt;artifactId&gt;maven-doxia-tools&lt;/artifactId&gt;
       &lt;version&gt;1.0.1&lt;/version&gt;
+      &lt;exclusions&gt;
+        &lt;exclusion&gt;
+          &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
+          &lt;artifactId&gt;doxia-decoration-model&lt;/artifactId&gt;
+        &lt;/exclusion&gt;
+      &lt;/exclusions&gt;
     &lt;/dependency&gt;
   &lt;/dependencies&gt;
 




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r810011 - in /maven/doxia: doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/ doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ doxia-sitetool...</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200909.mbox/%3c20090901125950.1F759238889B@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090901125950-1F759238889B@eris-apache-org%3e</id>
<updated>2009-09-01T12:59:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Tue Sep  1 12:59:49 2009
New Revision: 810011

URL: http://svn.apache.org/viewvc?rev=810011&amp;view=rev
Log:
DOXIASITETOOLS-33: Add an option to include or not the TOC

o using the context

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/resources/org/apache/maven/doxia/docrenderer/pdf/itext/TOC.xslt
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java?rev=810011&amp;r1=810010&amp;r2=810011&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
Tue Sep  1 12:59:49 2009
@@ -120,7 +120,11 @@
                 getLogger().debug( "Loaded pdf config file: " + fOConfigFile.getAbsolutePath()
);
             }
 
-            sink.setDocumentModel( documentModel  );
+            boolean addToc =
+                ( context != null &amp;&amp; context.get( "includeTOC" ) != null ? ( (Boolean)
context.get( "includeTOC" ) )
+                                                                                        
                           .booleanValue()
+                                : true );
+            sink.setDocumentModel( documentModel, addToc );
 
             sink.beginDocument();
 

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java?rev=810011&amp;r1=810010&amp;r2=810011&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
Tue Sep  1 12:59:49 2009
@@ -180,10 +180,15 @@
             iTextFiles = parseTOCFiles( outputDirectory, documentModel, context );
         }
 
+        boolean addToc =
+            ( context != null &amp;&amp; context.get( "includeTOC" ) != null ? ( (Boolean)
context.get( "includeTOC" ) )
+                                                                                        
                       .booleanValue()
+                            : true );
+
         File iTextFile = new File( outputDirectory, outputName + ".xml" );
         File iTextOutput = new File( outputDirectory, outputName + "." + getOutputExtension()
);
         Document document = generateDocument( iTextFiles );
-        transform( documentModel, document, iTextFile );
+        transform( documentModel, document, iTextFile, addToc );
         generatePdf( iTextFile, iTextOutput );
     }
 
@@ -369,14 +374,18 @@
      * @param transformer the Transformer to set the parameters.
      * @param documentModel the DocumentModel to take the parameters from, could be null.
      * @param iTextFile the iTextFile not null for the relative paths.
+     * @param addToc to include or not the TOC.
      */
-    private void addTransformerParameters( Transformer transformer, DocumentModel documentModel,
File iTextFile )
+    private void addTransformerParameters( Transformer transformer, DocumentModel documentModel,
File iTextFile, boolean addToc )
     {
         if ( documentModel == null )
         {
             return;
         }
 
+        // TOC
+        addTransformerParameter( transformer, "toc.add", Boolean.toString( addToc ) );
+
         // Meta parameters
         boolean hasNullMeta = false;
         if ( documentModel.getMeta() == null )
@@ -482,14 +491,15 @@
      * @param documentModel the DocumentModel to take the parameters from, could be null.
      * @param document the Document to transform.
      * @param iTextFile the resulting iText xml file.
+     * @param addToc to include or not the TOC.
      * @throws DocumentRendererException in case of a transformation error.
      */
-    private void transform( DocumentModel documentModel, Document document, File iTextFile
)
+    private void transform( DocumentModel documentModel, Document document, File iTextFile,
boolean addToc )
         throws DocumentRendererException
     {
         Transformer transformer = initTransformer();
 
-        addTransformerParameters( transformer, documentModel, iTextFile );
+        addTransformerParameters( transformer, documentModel, iTextFile, addToc );
 
         // need a writer for StreamResult to prevent FileNotFoundException when iTextFile
contains spaces
         Writer writer = null;

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/resources/org/apache/maven/doxia/docrenderer/pdf/itext/TOC.xslt
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/resources/org/apache/maven/doxia/docrenderer/pdf/itext/TOC.xslt?rev=810011&amp;r1=810010&amp;r2=810011&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/resources/org/apache/maven/doxia/docrenderer/pdf/itext/TOC.xslt
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/resources/org/apache/maven/doxia/docrenderer/pdf/itext/TOC.xslt
Tue Sep  1 12:59:49 2009
@@ -21,6 +21,9 @@
 &lt;xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&gt;
 
+    &lt;!-- TOC Parameters --&gt;
+    &lt;xsl:param name="toc.add" /&gt;
+
     &lt;!-- MetaData Parameters --&gt;
     &lt;xsl:param name="meta.author" /&gt;
     &lt;xsl:param name="meta.creator" /&gt;
@@ -109,16 +112,23 @@
         &lt;!-- End Front page --&gt;
 
         &lt;!-- Start TOC --&gt;
-        &lt;newpage /&gt;
-        &lt;paragraph align="Center"&gt;
-          &lt;!-- TODO i18N --&gt;
-            &lt;chunk font="Helvetica" size="24" fontstyle="bold" blue="0"
-                green="0" red="0"&gt;Table Of Contents&lt;/chunk&gt;
-        &lt;/paragraph&gt;
-        &lt;paragraph align="Left" leading="24.0"&gt;
-            &lt;newline /&gt;
-            &lt;xsl:apply-templates select="*" mode="toc" /&gt;
-        &lt;/paragraph&gt;
+        &lt;xsl:choose&gt;
+          &lt;xsl:when test="$toc.add = 'true'"&gt;
+            &lt;newpage /&gt;
+            &lt;paragraph align="Center"&gt;
+              &lt;!-- TODO i18N --&gt;
+                &lt;chunk font="Helvetica" size="24" fontstyle="bold" blue="0"
+                    green="0" red="0"&gt;Table Of Contents&lt;/chunk&gt;
+            &lt;/paragraph&gt;
+            &lt;paragraph align="Left" leading="24.0"&gt;
+                &lt;newline /&gt;
+                &lt;xsl:apply-templates select="*" mode="toc" /&gt;
+            &lt;/paragraph&gt;
+          &lt;/xsl:when&gt;
+          &lt;xsl:otherwise&gt;
+            &lt;newpage /&gt;
+          &lt;/xsl:otherwise&gt;
+        &lt;/xsl:choose&gt;
         &lt;!-- End TOC --&gt;
 
         &lt;xsl:apply-templates select="*" mode="body" /&gt;

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java?rev=810011&amp;r1=810010&amp;r2=810011&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
Tue Sep  1 12:59:49 2009
@@ -84,6 +84,9 @@
     /** Content in head is ignored in aggregated documents. */
     private boolean ignoreText;
 
+    /** Flag to include of not the toc */
+    private boolean addToc;
+
     /** Used to get the current position in the TOC. */
     private final Stack tocStack = new Stack();
 
@@ -245,19 +248,37 @@
      * required to render a document, eg settings for the cover page, table of contents,
etc.
      *
      * @param model the DocumentModel.
+     * @see #setDocumentModel(DocumentModel, boolean)
      */
     public void setDocumentModel( DocumentModel model )
     {
+        setDocumentModel( model, true );
+    }
+
+    /**
+     * Sets the DocumentModel to be used by this sink. The DocumentModel provides all the
meta-information
+     * required to render a document, eg settings for the cover page, table of contents,
etc.
+     *
+     * @param model the DocumentModel.
+     * @param addToc true to include the TOC in the sink.
+     * @since 1.1.2
+     */
+    public void setDocumentModel( DocumentModel model, boolean addToc )
+    {
         this.docModel = model;
+        this.addToc = addToc;
 
-        DocumentTOCItem tocItem = new DocumentTOCItem();
-        tocItem.setName( this.docModel.getToc().getName() );
-        tocItem.setRef( "./toc" );
-        List items = new LinkedList();
-        items.add( tocItem );
-        items.addAll( this.docModel.getToc().getItems() );
+        if ( this.addToc )
+        {
+            DocumentTOCItem tocItem = new DocumentTOCItem();
+            tocItem.setName( this.docModel.getToc().getName() );
+            tocItem.setRef( "./toc" );
+            List items = new LinkedList();
+            items.add( tocItem );
+            items.addAll( this.docModel.getToc().getItems() );
 
-        this.docModel.getToc().setItems( items );
+            this.docModel.getToc().setItems( items );
+        }
     }
 
     /**
@@ -782,6 +803,11 @@
      */
     public void toc()
     {
+        if ( !this.addToc )
+        {
+            return;
+        }
+
         if ( docModel == null || docModel.getToc() == null || docModel.getToc().getItems()
== null )
         {
             return;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r809529 - /maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200908.mbox/%3c20090831102122.5F0FB2388891@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090831102122-5F0FB2388891@eris-apache-org%3e</id>
<updated>2009-08-31T10:21:22Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Aug 31 10:21:21 2009
New Revision: 809529

URL: http://svn.apache.org/viewvc?rev=809529&amp;view=rev
Log:
o added TOC chapter in the TOC

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java?rev=809529&amp;r1=809528&amp;r2=809529&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
Mon Aug 31 10:21:21 2009
@@ -25,6 +25,7 @@
 import java.util.Calendar;
 import java.util.Date;
 import java.util.Iterator;
+import java.util.LinkedList;
 import java.util.List;
 import java.util.Locale;
 import java.util.ResourceBundle;
@@ -248,6 +249,15 @@
     public void setDocumentModel( DocumentModel model )
     {
         this.docModel = model;
+
+        DocumentTOCItem tocItem = new DocumentTOCItem();
+        tocItem.setName( this.docModel.getToc().getName() );
+        tocItem.setRef( "./toc" );
+        List items = new LinkedList();
+        items.add( tocItem );
+        items.addAll( this.docModel.getToc().getItems() );
+
+        this.docModel.getToc().setItems( items );
     }
 
     /**
@@ -783,6 +793,7 @@
         regionBefore( toc.getName() );
         regionAfter( getFooterText() );
         writeStartTag( FLOW_TAG, "flow-name", "xsl-region-body" );
+        writeStartTag( BLOCK_TAG, "id", "./toc" );
         chapterHeading( toc.getName(), false );
         writeln( "&lt;fo:table table-layout=\"fixed\" width=\"100%\" &gt;" );
         writeEmptyTag( TABLE_COLUMN_TAG, "column-width", "0.45in" );
@@ -795,6 +806,7 @@
 
         writeEndTag( TABLE_BODY_TAG );
         writeEndTag( TABLE_TAG );
+        writeEndTag( BLOCK_TAG );
         writeEndTag( FLOW_TAG );
         writeEndTag( PAGE_SEQUENCE_TAG );
     }




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r809521 - in /maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf: fo/FoPdfRenderer.java itext/ITextPdfRenderer.java</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200908.mbox/%3c20090831093507.00A8F2388891@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090831093507-00A8F2388891@eris-apache-org%3e</id>
<updated>2009-08-31T09:35:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Aug 31 09:35:06 2009
New Revision: 809521

URL: http://svn.apache.org/viewvc?rev=809521&amp;view=rev
Log:
o take care if extension already exists in velocity files 

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java?rev=809521&amp;r1=809520&amp;r2=809521&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo/FoPdfRenderer.java
Mon Aug 31 09:35:06 2009
@@ -267,7 +267,14 @@
                 // Velocity file?
                 if ( !source.exists() )
                 {
-                    doc = href + "." + module.getExtension() + ".vm";
+                    if ( href.indexOf( "." + module.getExtension() ) != -1 )
+                    {
+                        doc = href + ".vm";
+                    }
+                    else
+                    {
+                        doc = href + "." + module.getExtension() + ".vm";
+                    }
                     source = new File( moduleBasedir, doc );
                 }
 

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java?rev=809521&amp;r1=809520&amp;r2=809521&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/itext/ITextPdfRenderer.java
Mon Aug 31 09:35:06 2009
@@ -592,7 +592,14 @@
                     // Velocity file?
                     if ( !source.exists() )
                     {
-                        doc = href + "." + module.getExtension() + ".vm";
+                        if ( href.indexOf( "." + module.getExtension() ) != -1 )
+                        {
+                            doc = href + ".vm";
+                        }
+                        else
+                        {
+                            doc = href + "." + module.getExtension() + ".vm";
+                        }
                         source = new File( moduleBasedir, doc );
                     }
 




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r809520 - in /maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer: AbstractDocumentRenderer.java pdf/AbstractPdfRenderer.java</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200908.mbox/%3c20090831093354.F251E2388891@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090831093354-F251E2388891@eris-apache-org%3e</id>
<updated>2009-08-31T09:33:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Aug 31 09:33:52 2009
New Revision: 809520

URL: http://svn.apache.org/viewvc?rev=809520&amp;view=rev
Log:
o added a debug log
o removed unused import

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/AbstractDocumentRenderer.java
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/AbstractPdfRenderer.java

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/AbstractDocumentRenderer.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/AbstractDocumentRenderer.java?rev=809520&amp;r1=809519&amp;r2=809520&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/AbstractDocumentRenderer.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/AbstractDocumentRenderer.java
Mon Aug 31 09:33:52 2009
@@ -623,6 +623,11 @@
     private Reader getVelocityReader( File f, String encoding, DocumentRendererContext context
)
         throws DocumentRendererException
     {
+        if ( getLogger().isDebugEnabled() )
+        {
+            getLogger().debug( "Velocity render for " + f.getAbsolutePath() );
+        }
+
         SiteResourceLoader.setResource( f.getAbsolutePath() );
 
         Context velocityContext = new VelocityContext();
@@ -638,7 +643,6 @@
         }
 
         StringWriter sw = new StringWriter();
-
         try
         {
             velocity.getEngine().mergeTemplate( f.getAbsolutePath(), encoding, velocityContext,
sw );

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/AbstractPdfRenderer.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/AbstractPdfRenderer.java?rev=809520&amp;r1=809519&amp;r2=809520&amp;view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/AbstractPdfRenderer.java
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/AbstractPdfRenderer.java
Mon Aug 31 09:33:52 2009
@@ -24,7 +24,6 @@
 import java.util.Map;
 
 import org.apache.maven.doxia.docrenderer.AbstractDocumentRenderer;
-import org.apache.maven.doxia.docrenderer.DocumentRendererContext;
 import org.apache.maven.doxia.docrenderer.DocumentRendererException;
 import org.apache.maven.doxia.document.DocumentModel;
 




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r809519 - /maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java</title>
<author><name>vsiveton@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/200908.mbox/%3c20090831093231.7D5C12388891@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090831093231-7D5C12388891@eris-apache-org%3e</id>
<updated>2009-08-31T09:32:31Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: vsiveton
Date: Mon Aug 31 09:32:29 2009
New Revision: 809519

URL: http://svn.apache.org/viewvc?rev=809519&amp;view=rev
Log:
DOXIA-364:  Guarantee the state of sinks and parsers impl

o added init() method from r807164

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java?rev=809519&amp;r1=809518&amp;r2=809519&amp;view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/main/java/org/apache/maven/doxia/module/fo/FoAggregateSink.java
Mon Aug 31 09:32:29 2009
@@ -108,6 +108,8 @@
     /** {@inheritDoc} */
     public void head( SinkEventAttributes attributes )
     {
+        init();
+
         ignoreText = true;
     }
 
@@ -266,11 +268,6 @@
         String idName = name.replace( '\\', '/' );
 
         // prepend "./" and strip extension
-        while ( idName.indexOf( "//" ) != -1 )
-        {
-            idName = StringUtils.replace( idName, "//", "/" );
-        }
-
         if ( !idName.startsWith( "./" ) )
         {
             idName = "./" + idName;
@@ -281,6 +278,11 @@
             idName = idName.substring( 0, idName.lastIndexOf( "." ) );
         }
 
+        while ( idName.indexOf( "//" ) != -1 )
+        {
+            idName = StringUtils.replace( idName, "//", "/" );
+        }
+
         return idName;
     }
 




</pre>
</div>
</content>
</entry>
</feed>
