You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/06/27 23:41:42 UTC

svn commit: r914179 [9/34] - in /websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST: ./ apidocs/ apidocs/org/apache/maven/doxia/docrenderer/ apidocs/org/apache/maven/doxia/docrenderer/class-use/ apidocs/org/apache/m...

Modified: websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/PathUtilsTest.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/PathUtilsTest.html (original)
+++ websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/PathUtilsTest.html Fri Jun 27 21:41:29 2014
@@ -34,16 +34,16 @@
 <a class="jxr_linenumber" name="L26" href="#L26">26</a>  <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L27" href="#L27">27</a>  <em class="jxr_javadoccomment"> *</em>
 <a class="jxr_linenumber" name="L28" href="#L28">28</a>  <em class="jxr_javadoccomment"> * @author ltheussl</em>
-<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <em class="jxr_javadoccomment"> * @version $Id: PathUtilsTest.java 1058583 2011-01-13 14:42:06Z ltheussl $</em>
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <em class="jxr_javadoccomment"> * @version $Id: PathUtilsTest.java 1606231 2014-06-27 21:05:44Z hboutemy $</em>
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  <em class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="L31" href="#L31">31</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../org/apache/maven/doxia/site/decoration/inheritance/PathUtilsTest.html">PathUtilsTest</a>
-<a class="jxr_linenumber" name="L32" href="#L32">32</a>          <strong class="jxr_keyword">extends</strong> TestCase
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>      <strong class="jxr_keyword">extends</strong> TestCase
 <a class="jxr_linenumber" name="L33" href="#L33">33</a>  {
 <a class="jxr_linenumber" name="L34" href="#L34">34</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String SLASH = File.separator;
 <a class="jxr_linenumber" name="L35" href="#L35">35</a>  
 <a class="jxr_linenumber" name="L36" href="#L36">36</a>      <em class="jxr_javadoccomment">/** @throws Exception */</em>
 <a class="jxr_linenumber" name="L37" href="#L37">37</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testConvertPath()
-<a class="jxr_linenumber" name="L38" href="#L38">38</a>              <strong class="jxr_keyword">throws</strong> Exception
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>          <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="L39" href="#L39">39</a>      {
 <a class="jxr_linenumber" name="L40" href="#L40">40</a>          PathDescriptor oldPath = <strong class="jxr_keyword">new</strong> PathDescriptor( (String) <strong class="jxr_keyword">null</strong>, <span class="jxr_string">"base"</span> );
 <a class="jxr_linenumber" name="L41" href="#L41">41</a>          PathDescriptor newPath = <strong class="jxr_keyword">new</strong> PathDescriptor( <span class="jxr_string">"/tmp"</span>, <span class="jxr_string">"target"</span> );
@@ -53,7 +53,7 @@
 <a class="jxr_linenumber" name="L45" href="#L45">45</a>  
 <a class="jxr_linenumber" name="L46" href="#L46">46</a>      <em class="jxr_javadoccomment">/** @throws Exception */</em>
 <a class="jxr_linenumber" name="L47" href="#L47">47</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testGetRelativePath()
-<a class="jxr_linenumber" name="L48" href="#L48">48</a>              <strong class="jxr_keyword">throws</strong> Exception
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>          <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="L49" href="#L49">49</a>      {
 <a class="jxr_linenumber" name="L50" href="#L50">50</a>          PathDescriptor oldPath = <strong class="jxr_keyword">new</strong> PathDescriptor( <span class="jxr_string">"/tmp/foo"</span>, <span class="jxr_string">"base"</span> );
 <a class="jxr_linenumber" name="L51" href="#L51">51</a>          PathDescriptor newPath = <strong class="jxr_keyword">new</strong> PathDescriptor( <span class="jxr_string">"/tmp"</span>, <span class="jxr_string">"target"</span> );
@@ -71,7 +71,7 @@
 <a class="jxr_linenumber" name="L63" href="#L63">63</a>  
 <a class="jxr_linenumber" name="L64" href="#L64">64</a>      <em class="jxr_javadoccomment">/** @throws Exception */</em>
 <a class="jxr_linenumber" name="L65" href="#L65">65</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testRelativePathScpBase()
-<a class="jxr_linenumber" name="L66" href="#L66">66</a>              <strong class="jxr_keyword">throws</strong> Exception
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>          <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="L67" href="#L67">67</a>      {
 <a class="jxr_linenumber" name="L68" href="#L68">68</a>          PathDescriptor oldPath = <strong class="jxr_keyword">new</strong> PathDescriptor( <span class="jxr_string">"http://maven.apache.org/"</span>, <span class="jxr_string">"source"</span> );
 <a class="jxr_linenumber" name="L69" href="#L69">69</a>          PathDescriptor newPath = <strong class="jxr_keyword">new</strong> PathDescriptor( <span class="jxr_string">"http://maven.apache.org/"</span>, <span class="jxr_string">"target"</span> );

Modified: websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/URIPathDescriptorTest.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/URIPathDescriptorTest.html (original)
+++ websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/URIPathDescriptorTest.html Fri Jun 27 21:41:29 2014
@@ -39,7 +39,7 @@
 <a class="jxr_linenumber" name="L31" href="#L31">31</a>  <em class="jxr_javadoccomment"> * @since 1.2</em>
 <a class="jxr_linenumber" name="L32" href="#L32">32</a>  <em class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="L33" href="#L33">33</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../org/apache/maven/doxia/site/decoration/inheritance/URIPathDescriptorTest.html">URIPathDescriptorTest</a>
-<a class="jxr_linenumber" name="L34" href="#L34">34</a>          <strong class="jxr_keyword">extends</strong> TestCase
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>      <strong class="jxr_keyword">extends</strong> TestCase
 <a class="jxr_linenumber" name="L35" href="#L35">35</a>  {
 <a class="jxr_linenumber" name="L36" href="#L36">36</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String maven = <span class="jxr_string">"http://maven.apache.org/"</span>;
 <a class="jxr_linenumber" name="L37" href="#L37">37</a>  
@@ -49,7 +49,7 @@
 <a class="jxr_linenumber" name="L41" href="#L41">41</a>  <em class="jxr_javadoccomment">     * @throws Exception</em>
 <a class="jxr_linenumber" name="L42" href="#L42">42</a>  <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="L43" href="#L43">43</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testConstructor()
-<a class="jxr_linenumber" name="L44" href="#L44">44</a>              <strong class="jxr_keyword">throws</strong> Exception
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>          <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="L45" href="#L45">45</a>      {
 <a class="jxr_linenumber" name="L46" href="#L46">46</a>          <strong class="jxr_keyword">final</strong> String expected = maven + <span class="jxr_string">"doxia"</span>;
 <a class="jxr_linenumber" name="L47" href="#L47">47</a>  
@@ -101,7 +101,7 @@
 <a class="jxr_linenumber" name="L93" href="#L93">93</a>  <em class="jxr_javadoccomment">     * @throws Exception</em>
 <a class="jxr_linenumber" name="L94" href="#L94">94</a>  <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="L95" href="#L95">95</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testResolveLink()
-<a class="jxr_linenumber" name="L96" href="#L96">96</a>              <strong class="jxr_keyword">throws</strong> Exception
+<a class="jxr_linenumber" name="L96" href="#L96">96</a>          <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="L97" href="#L97">97</a>      {
 <a class="jxr_linenumber" name="L98" href="#L98">98</a>          <strong class="jxr_keyword">final</strong> String expected = maven + <span class="jxr_string">"source"</span>;
 <a class="jxr_linenumber" name="L99" href="#L99">99</a>  
@@ -144,7 +144,7 @@
 <a class="jxr_linenumber" name="L136" href="#L136">136</a> <em class="jxr_javadoccomment">     * @throws Exception</em>
 <a class="jxr_linenumber" name="L137" href="#L137">137</a> <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="L138" href="#L138">138</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testRebaseLink()
-<a class="jxr_linenumber" name="L139" href="#L139">139</a>             <strong class="jxr_keyword">throws</strong> Exception
+<a class="jxr_linenumber" name="L139" href="#L139">139</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="L140" href="#L140">140</a>     {
 <a class="jxr_linenumber" name="L141" href="#L141">141</a>         URIPathDescriptor oldPath = <strong class="jxr_keyword">new</strong> URIPathDescriptor( maven, <span class="jxr_string">"source"</span> );
 <a class="jxr_linenumber" name="L142" href="#L142">142</a>         assertEquals( <span class="jxr_string">"../source"</span>, oldPath.rebaseLink( <span class="jxr_string">"http://maven.apache.org/doxia/"</span> ).toString() );
@@ -197,7 +197,7 @@
 <a class="jxr_linenumber" name="L189" href="#L189">189</a> <em class="jxr_javadoccomment">     * @throws Exception</em>
 <a class="jxr_linenumber" name="L190" href="#L190">190</a> <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="L191" href="#L191">191</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testRelativizeLink()
-<a class="jxr_linenumber" name="L192" href="#L192">192</a>             <strong class="jxr_keyword">throws</strong> Exception
+<a class="jxr_linenumber" name="L192" href="#L192">192</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="L193" href="#L193">193</a>     {
 <a class="jxr_linenumber" name="L194" href="#L194">194</a>         URIPathDescriptor path = <strong class="jxr_keyword">new</strong> URIPathDescriptor( maven, <span class="jxr_string">"source"</span> );
 <a class="jxr_linenumber" name="L195" href="#L195">195</a>         assertEquals( <span class="jxr_string">"source"</span>, path.relativizeLink().toString() );
@@ -248,7 +248,7 @@
 <a class="jxr_linenumber" name="L240" href="#L240">240</a> <em class="jxr_javadoccomment">     * @throws Exception</em>
 <a class="jxr_linenumber" name="L241" href="#L241">241</a> <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="L242" href="#L242">242</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testSameSite()
-<a class="jxr_linenumber" name="L243" href="#L243">243</a>             <strong class="jxr_keyword">throws</strong> Exception
+<a class="jxr_linenumber" name="L243" href="#L243">243</a>         <strong class="jxr_keyword">throws</strong> Exception
 <a class="jxr_linenumber" name="L244" href="#L244">244</a>     {
 <a class="jxr_linenumber" name="L245" href="#L245">245</a>         <strong class="jxr_keyword">final</strong> URIPathDescriptor path = <strong class="jxr_keyword">new</strong> URIPathDescriptor( maven, <span class="jxr_string">"doxia"</span> );
 <a class="jxr_linenumber" name="L246" href="#L246">246</a> 

Modified: websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/package-frame.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/package-frame.html (original)
+++ websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/package-frame.html Fri Jun 27 21:41:29 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia :: Decoration Model 1.6-SNAPSHOT Reference Package org.apache.maven.doxia.site.decoration.inheritance</title>
+		<title>Doxia :: Decoration Model 1.6 Reference Package org.apache.maven.doxia.site.decoration.inheritance</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/package-summary.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/package-summary.html (original)
+++ websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/org/apache/maven/doxia/site/decoration/inheritance/package-summary.html Fri Jun 27 21:41:29 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia :: Decoration Model 1.6-SNAPSHOT Reference Package org.apache.maven.doxia.site.decoration.inheritance</title>
+		<title>Doxia :: Decoration Model 1.6 Reference Package org.apache.maven.doxia.site.decoration.inheritance</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/overview-frame.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/overview-frame.html (original)
+++ websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/overview-frame.html Fri Jun 27 21:41:29 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia :: Decoration Model 1.6-SNAPSHOT Reference</title>
+		<title>Doxia :: Decoration Model 1.6 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/overview-summary.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/overview-summary.html (original)
+++ websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref-test/overview-summary.html Fri Jun 27 21:41:29 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia :: Decoration Model 1.6-SNAPSHOT Reference</title>
+		<title>Doxia :: Decoration Model 1.6 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Doxia :: Decoration Model 1.6-SNAPSHOT Reference</h2>
+		      	<h2>Doxia :: Decoration Model 1.6 Reference</h2>
 
 		<table class="summary">
         	<thead>

Modified: websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref/index.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref/index.html (original)
+++ websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-decoration-model/xref/index.html Fri Jun 27 21:41:29 2014
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia :: Decoration Model 1.6-SNAPSHOT Reference</title>
+		<title>Doxia :: Decoration Model 1.6 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">