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 2012/05/08 15:22:58 UTC

svn commit: r816630 [9/30] - in /websites/production/maventest/content/plugins/maven-shade-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugins/shade/ apidocs/org/apache/maven/plugins/shade/class-use/ apidocs/org/apache/maven/plugins/shade/filte...

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ResourceTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,20 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ResourceTransformer (Maven Shade Plugin 1.2.2 API)
+ResourceTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
+<META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.ResourceTransformer interface">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ResourceTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="ResourceTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +24,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -120,7 +117,7 @@ Interface ResourceTransformer</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#canTransformResource(java.lang.String)">canTransformResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;resource)</CODE>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#canTransformResource(java.lang.String)">canTransformResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resource)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -136,7 +133,7 @@ Interface ResourceTransformer</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#modifyOutputStream(java.util.jar.JarOutputStream)">modifyOutputStream</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html?is-external=true" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;os)</CODE>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#modifyOutputStream(java.util.jar.JarOutputStream)">modifyOutputStream</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;os)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -144,7 +141,9 @@ Interface ResourceTransformer</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#processResource(java.io.InputStream)">processResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;is)</CODE>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#processResource(java.lang.String, java.io.InputStream, java.util.List)">processResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resource,
+                <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html" title="class or interface in java.io">InputStream</A>&nbsp;is,
+                <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&nbsp;relocators)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -166,7 +165,7 @@ Interface ResourceTransformer</H2>
 <A NAME="canTransformResource(java.lang.String)"><!-- --></A><H3>
 canTransformResource</H3>
 <PRE>
-boolean <B>canTransformResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;resource)</PRE>
+boolean <B>canTransformResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resource)</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -174,16 +173,18 @@ boolean <B>canTransformResource</B>(<A H
 </DL>
 <HR>
 
-<A NAME="processResource(java.io.InputStream)"><!-- --></A><H3>
+<A NAME="processResource(java.lang.String, java.io.InputStream, java.util.List)"><!-- --></A><H3>
 processResource</H3>
 <PRE>
-void <B>processResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;is)
-                     throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+void <B>processResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resource,
+                     <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html" title="class or interface in java.io">InputStream</A>&nbsp;is,
+                     <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&nbsp;relocators)
+                     throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -202,13 +203,13 @@ boolean <B>hasTransformedResource</B>()<
 <A NAME="modifyOutputStream(java.util.jar.JarOutputStream)"><!-- --></A><H3>
 modifyOutputStream</H3>
 <PRE>
-void <B>modifyOutputStream</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html?is-external=true" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;os)
-                        throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+void <B>modifyOutputStream</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;os)
+                        throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ServicesResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ServicesResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ServicesResourceTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,20 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ServicesResourceTransformer (Maven Shade Plugin 1.2.2 API)
+ServicesResourceTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
+<META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer class">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ServicesResourceTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="ServicesResourceTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +24,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -93,7 +90,7 @@ org.apache.maven.plugins.shade.resource<
 <BR>
 Class ServicesResourceTransformer</H2>
 <PRE>
-<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.maven.plugins.shade.resource.ServicesResourceTransformer</B>
 </PRE>
 <DL>
@@ -101,7 +98,7 @@ Class ServicesResourceTransformer</H2>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>ServicesResourceTransformer</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></DL>
+<DT><PRE>public class <B>ServicesResourceTransformer</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></DL>
 </PRE>
 
 <P>
@@ -148,7 +145,7 @@ Resources transformer that appends entri
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ServicesResourceTransformer.html#canTransformResource(java.lang.String)">canTransformResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;resource)</CODE>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ServicesResourceTransformer.html#canTransformResource(java.lang.String)">canTransformResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resource)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -164,7 +161,7 @@ Resources transformer that appends entri
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ServicesResourceTransformer.html#modifyOutputStream(java.util.jar.JarOutputStream)">modifyOutputStream</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html?is-external=true" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;jos)</CODE>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ServicesResourceTransformer.html#modifyOutputStream(java.util.jar.JarOutputStream)">modifyOutputStream</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;jos)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -172,7 +169,9 @@ Resources transformer that appends entri
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ServicesResourceTransformer.html#processResource(java.io.InputStream)">processResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;is)</CODE>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ServicesResourceTransformer.html#processResource(java.lang.String, java.io.InputStream, java.util.List)">processResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resource,
+                <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html" title="class or interface in java.io">InputStream</A>&nbsp;is,
+                <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&nbsp;relocators)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -181,10 +180,10 @@ Resources transformer that appends entri
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://
 java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -220,7 +219,7 @@ public <B>ServicesResourceTransformer</B
 <A NAME="canTransformResource(java.lang.String)"><!-- --></A><H3>
 canTransformResource</H3>
 <PRE>
-public boolean <B>canTransformResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;resource)</PRE>
+public boolean <B>canTransformResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resource)</PRE>
 <DL>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#canTransformResource(java.lang.String)">canTransformResource</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></CODE></DL>
@@ -231,19 +230,21 @@ public boolean <B>canTransformResource</
 </DL>
 <HR>
 
-<A NAME="processResource(java.io.InputStream)"><!-- --></A><H3>
+<A NAME="processResource(java.lang.String, java.io.InputStream, java.util.List)"><!-- --></A><H3>
 processResource</H3>
 <PRE>
-public void <B>processResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;is)
-                     throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <B>processResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resource,
+                            <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html" title="class or interface in java.io">InputStream</A>&nbsp;is,
+                            <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&nbsp;relocators)
+                     throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#processResource(java.io.InputStream)">processResource</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#processResource(java.lang.String, java.io.InputStream, java.util.List)">processResource</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></CODE></DL>
 </DD>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -265,8 +266,8 @@ public boolean <B>hasTransformedResource
 <A NAME="modifyOutputStream(java.util.jar.JarOutputStream)"><!-- --></A><H3>
 modifyOutputStream</H3>
 <PRE>
-public void <B>modifyOutputStream</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html?is-external=true" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;jos)
-                        throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <B>modifyOutputStream</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;jos)
+                        throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#modifyOutputStream(java.util.jar.JarOutputStream)">modifyOutputStream</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></CODE></DL>
@@ -274,7 +275,7 @@ public void <B>modifyOutputStream</B>(<A
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,20 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-XmlAppendingTransformer (Maven Shade Plugin 1.2.2 API)
+XmlAppendingTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
+<META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.XmlAppendingTransformer class">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="XmlAppendingTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="XmlAppendingTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +24,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -93,7 +90,7 @@ org.apache.maven.plugins.shade.resource<
 <BR>
 Class XmlAppendingTransformer</H2>
 <PRE>
-<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.maven.plugins.shade.resource.XmlAppendingTransformer</B>
 </PRE>
 <DL>
@@ -101,7 +98,7 @@ Class XmlAppendingTransformer</H2>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>XmlAppendingTransformer</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></DL>
+<DT><PRE>public class <B>XmlAppendingTransformer</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></DL>
 </PRE>
 
 <P>
@@ -118,7 +115,7 @@ Class XmlAppendingTransformer</H2>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.html#XSI_NS">XSI_NS</A></B></CODE>
 
 <BR>
@@ -153,7 +150,7 @@ Class XmlAppendingTransformer</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.html#canTransformResource(java.lang.String)">canTransformResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;r)</CODE>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.html#canTransformResource(java.lang.String)">canTransformResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;r)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -169,7 +166,7 @@ Class XmlAppendingTransformer</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.html#modifyOutputStream(java.util.jar.JarOutputStream)">modifyOutputStream</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html?is-external=true" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;jos)</CODE>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.html#modifyOutputStream(java.util.jar.JarOutputStream)">modifyOutputStream</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;jos)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -177,7 +174,9 @@ Class XmlAppendingTransformer</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.html#processResource(java.io.InputStream)">processResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;is)</CODE>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.html#processResource(java.lang.String, java.io.InputStream, java.util.List)">processResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resource,
+                <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html" title="class or interface in java.io">InputStream</A>&nbsp;is,
+                <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&nbsp;relocators)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -186,10 +185,10 @@ Class XmlAppendingTransformer</H2>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://
 java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -208,7 +207,7 @@ Class XmlAppendingTransformer</H2>
 <A NAME="XSI_NS"><!-- --></A><H3>
 XSI_NS</H3>
 <PRE>
-public static final <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>XSI_NS</B></PRE>
+public static final <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>XSI_NS</B></PRE>
 <DL>
 <DL>
 <DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.apache.maven.plugins.shade.resource.XmlAppendingTransformer.XSI_NS">Constant Field Values</A></DL>
@@ -244,7 +243,7 @@ public <B>XmlAppendingTransformer</B>()<
 <A NAME="canTransformResource(java.lang.String)"><!-- --></A><H3>
 canTransformResource</H3>
 <PRE>
-public boolean <B>canTransformResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;r)</PRE>
+public boolean <B>canTransformResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;r)</PRE>
 <DL>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#canTransformResource(java.lang.String)">canTransformResource</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></CODE></DL>
@@ -255,19 +254,21 @@ public boolean <B>canTransformResource</
 </DL>
 <HR>
 
-<A NAME="processResource(java.io.InputStream)"><!-- --></A><H3>
+<A NAME="processResource(java.lang.String, java.io.InputStream, java.util.List)"><!-- --></A><H3>
 processResource</H3>
 <PRE>
-public void <B>processResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;is)
-                     throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <B>processResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resource,
+                            <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html" title="class or interface in java.io">InputStream</A>&nbsp;is,
+                            <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&nbsp;relocators)
+                     throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#processResource(java.io.InputStream)">processResource</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#processResource(java.lang.String, java.io.InputStream, java.util.List)">processResource</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></CODE></DL>
 </DD>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -289,8 +290,8 @@ public boolean <B>hasTransformedResource
 <A NAME="modifyOutputStream(java.util.jar.JarOutputStream)"><!-- --></A><H3>
 modifyOutputStream</H3>
 <PRE>
-public void <B>modifyOutputStream</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html?is-external=true" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;jos)
-                        throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public void <B>modifyOutputStream</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/jar/JarOutputStream.html" title="class or interface in java.util.jar">JarOutputStream</A>&nbsp;jos)
+                        throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html#modifyOutputStream(java.util.jar.JarOutputStream)">modifyOutputStream</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A></CODE></DL>
@@ -298,7 +299,7 @@ public void <B>modifyOutputStream</B>(<A
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ApacheLicenseResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ApacheLicenseResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ApacheLicenseResourceTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer (Maven Shade Plugin 1.2.2 API)
+Uses of Class org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -59,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useApacheLicenseResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ApacheLicenseResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ApacheLicenseResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +115,7 @@ No usage of org.apache.maven.plugins.sha
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useApacheLicenseResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ApacheLicenseResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ApacheLicenseResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ApacheNoticeResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ApacheNoticeResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ApacheNoticeResourceTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer (Maven Shade Plugin 1.2.2 API)
+Uses of Class org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -59,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useApacheNoticeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ApacheNoticeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ApacheNoticeResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +115,7 @@ No usage of org.apache.maven.plugins.sha
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useApacheNoticeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ApacheNoticeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ApacheNoticeResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/AppendingTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/AppendingTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/AppendingTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.resource.AppendingTransformer (Maven Shade Plugin 1.2.2 API)
+Uses of Class org.apache.maven.plugins.shade.resource.AppendingTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.AppendingTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.AppendingTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -59,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useAppendingTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/AppendingTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AppendingTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +115,7 @@ No usage of org.apache.maven.plugins.sha
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useAppendingTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/AppendingTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AppendingTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ComponentsXmlResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ComponentsXmlResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ComponentsXmlResourceTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer (Maven Shade Plugin 1.2.2 API)
+Uses of Class org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -59,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useComponentsXmlResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ComponentsXmlResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ComponentsXmlResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +115,7 @@ No usage of org.apache.maven.plugins.sha
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useComponentsXmlResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ComponentsXmlResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ComponentsXmlResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/DontIncludeResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/DontIncludeResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/DontIncludeResourceTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer (Maven Shade Plugin 1.2.2 API)
+Uses of Class org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -59,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useDontIncludeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/DontIncludeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="DontIncludeResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +115,7 @@ No usage of org.apache.maven.plugins.sha
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useDontIncludeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/DontIncludeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="DontIncludeResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/IncludeResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/IncludeResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/IncludeResourceTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.resource.IncludeResourceTransformer (Maven Shade Plugin 1.2.2 API)
+Uses of Class org.apache.maven.plugins.shade.resource.IncludeResourceTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.IncludeResourceTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.IncludeResourceTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -59,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useIncludeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/IncludeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="IncludeResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +115,7 @@ No usage of org.apache.maven.plugins.sha
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useIncludeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/IncludeResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="IncludeResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ManifestResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ManifestResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ManifestResourceTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.resource.ManifestResourceTransformer (Maven Shade Plugin 1.2.2 API)
+Uses of Class org.apache.maven.plugins.shade.resource.ManifestResourceTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.ManifestResourceTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.ManifestResourceTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -59,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useManifestResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ManifestResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ManifestResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +115,7 @@ No usage of org.apache.maven.plugins.sha
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useManifestResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ManifestResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ManifestResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ResourceTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Interface org.apache.maven.plugins.shade.resource.ResourceTransformer (Maven Shade Plugin 1.2.2 API)
+Uses of Interface org.apache.maven.plugins.shade.resource.ResourceTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.plugins.shade.resource.ResourceTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Uses of Interface org.apache.maven.plugins.shade.resource.ResourceTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -59,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -224,7 +220,7 @@ Uses of <A HREF="../../../../../../../or
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ServicesResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ServicesResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/ServicesResourceTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.resource.ServicesResourceTransformer (Maven Shade Plugin 1.2.2 API)
+Uses of Class org.apache.maven.plugins.shade.resource.ServicesResourceTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.ServicesResourceTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.ServicesResourceTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -59,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useServicesResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ServicesResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ServicesResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +115,7 @@ No usage of org.apache.maven.plugins.sha
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useServicesResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/ServicesResourceTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ServicesResourceTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/XmlAppendingTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/XmlAppendingTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/class-use/XmlAppendingTransformer.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.resource.XmlAppendingTransformer (Maven Shade Plugin 1.2.2 API)
+Uses of Class org.apache.maven.plugins.shade.resource.XmlAppendingTransformer (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.XmlAppendingTransformer (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.resource.XmlAppendingTransformer (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -59,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useXmlAppendingTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/XmlAppendingTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="XmlAppendingTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +115,7 @@ No usage of org.apache.maven.plugins.sha
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/\class-useXmlAppendingTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/resource/class-use/XmlAppendingTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="XmlAppendingTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-frame.html Tue May  8 13:22:51 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.resource (Maven Shade Plugin 1.2.2 API)
+org.apache.maven.plugins.shade.resource (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
+<META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource package">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-summary.html Tue May  8 13:22:51 2012
@@ -2,22 +2,20 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.resource (Maven Shade Plugin 1.2.2 API)
+org.apache.maven.plugins.shade.resource (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
+<META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource package">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.shade.resource (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="org.apache.maven.plugins.shade.resource (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +24,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-tree.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.resource Class Hierarchy (Maven Shade Plugin 1.2.2 API)
+org.apache.maven.plugins.shade.resource Class Hierarchy (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.shade.resource Class Hierarchy (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="org.apache.maven.plugins.shade.resource Class Hierarchy (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -92,7 +88,7 @@ Hierarchy For Package org.apache.maven.p
 Class Hierarchy
 </H2>
 <UL>
-<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
+<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang"><B>Object</B></A><UL>
 <LI TYPE="circle">org.apache.maven.plugins.shade.resource.<A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ApacheLicenseResourceTransformer.html" title="class in org.apache.maven.plugins.shade.resource"><B>ApacheLicenseResourceTransformer</B></A> (implements org.apache.maven.plugins.shade.resource.<A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A>)
 <LI TYPE="circle">org.apache.maven.plugins.shade.resource.<A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ApacheNoticeResourceTransformer.html" title="class in org.apache.maven.plugins.shade.resource"><B>ApacheNoticeResourceTransformer</B></A> (implements org.apache.maven.plugins.shade.resource.<A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A>)
 <LI TYPE="circle">org.apache.maven.plugins.shade.resource.<A HREF="../../../../../../org/apache/maven/plugins/shade/resource/AppendingTransformer.html" title="class in org.apache.maven.plugins.shade.resource"><B>AppendingTransformer</B></A> (implements org.apache.maven.plugins.shade.resource.<A HREF="../../../../../../org/apache/maven/plugins/shade/resource/ResourceTransformer.html" title="interface in org.apache.maven.plugins.shade.resource">ResourceTransformer</A>)

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/package-use.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugins.shade.resource (Maven Shade Plugin 1.2.2 API)
+Uses of Package org.apache.maven.plugins.shade.resource (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugins.shade.resource (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Uses of Package org.apache.maven.plugins.shade.resource (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/overview-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/overview-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/overview-frame.html Tue May  8 13:22:51 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Overview List (Maven Shade Plugin 1.2.2 API)
+Overview (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
+<META NAME="keywords" CONTENT="Overview, Maven Shade Plugin 1.3 API">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/overview-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/overview-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/overview-summary.html Tue May  8 13:22:51 2012
@@ -2,22 +2,20 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:09 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Overview (Maven Shade Plugin 1.2.2 API)
+Overview (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
+<META NAME="keywords" CONTENT="Overview, Maven Shade Plugin 1.3 API">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Overview (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Overview (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +24,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -82,7 +79,7 @@ function windowTitle()
 <HR>
 <CENTER>
 <H1>
-Maven Shade Plugin 1.2.2 API
+Maven Shade Plugin 1.3 API
 </H1>
 </CENTER>
 

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/overview-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/overview-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/overview-tree.html Tue May  8 13:22:51 2012
@@ -2,22 +2,19 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_07) on Sun Nov 22 13:40:58 CET 2009 -->
+<!-- Generated by javadoc (build 1.5.0_14) on Thu Dec 31 12:22:08 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Class Hierarchy (Maven Shade Plugin 1.2.2 API)
+Class Hierarchy (Maven Shade Plugin 1.3 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2009-11-22">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Class Hierarchy (Maven Shade Plugin 1.2.2 API)";
-    }
+    parent.document.title="Class Hierarchy (Maven Shade Plugin 1.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -26,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -91,8 +87,8 @@ Hierarchy For All Packages</H2>
 Class Hierarchy
 </H2>
 <UL>
-<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
-<LI TYPE="circle">org.codehaus.plexus.logging.<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/logging/AbstractLogEnabled.html?is-external=true" title="class or interface in org.codehaus.plexus.logging"><B>AbstractLogEnabled</B></A> (implements org.codehaus.plexus.logging.<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/logging/LogEnabled.html?is-external=true" title="class or interface in org.codehaus.plexus.logging">LogEnabled</A>)
+<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang"><B>Object</B></A><UL>
+<LI TYPE="circle">org.codehaus.plexus.logging.<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/logging/AbstractLogEnabled.html" title="class or interface in org.codehaus.plexus.logging"><B>AbstractLogEnabled</B></A> (implements org.codehaus.plexus.logging.<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/logging/LogEnabled.html" title="class or interface in org.codehaus.plexus.logging">LogEnabled</A>)
 <UL>
 <LI TYPE="circle">org.apache.maven.plugins.shade.<A HREF="org/apache/maven/plugins/shade/DefaultShader.html" title="class in org.apache.maven.plugins.shade"><B>DefaultShader</B></A> (implements org.apache.maven.plugins.shade.<A HREF="org/apache/maven/plugins/shade/Shader.html" title="interface in org.apache.maven.plugins.shade">Shader</A>)
 </UL>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/stylesheet.css
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/stylesheet.css (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/stylesheet.css Tue May  8 13:22:51 2012
@@ -3,26 +3,26 @@
 /* Define colors, fonts and other style attributes here to override the defaults */
 
 /* Page background color */
-body { background-color: #FFFFFF; color:#000000 }
+body { background-color: #FFFFFF }
 
 /* Headings */
 h1 { font-size: 145% }
 
 /* Table colors */
-.TableHeadingColor     { background: #CCCCFF; color:#000000 } /* Dark mauve */
-.TableSubHeadingColor  { background: #EEEEFF; color:#000000 } /* Light mauve */
-.TableRowColor         { background: #FFFFFF; color:#000000 } /* White */
+.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
+.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
+.TableRowColor         { background: #FFFFFF } /* White */
 
 /* Font used in left-hand frame lists */
-.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
-.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
-.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
+.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
+.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
+.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
 
 /* Navigation bar fonts and colors */
-.NavBarCell1    { background-color:#EEEEFF; color:#000000} /* Light mauve */
-.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */
-.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
-.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
+.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */
+.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
+.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
+.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
 
-.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
-.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
+.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}