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:31:57 UTC

svn commit: r816642 [2/16] - 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/filter/SimpleFilter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/SimpleFilter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/SimpleFilter.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-SimpleFilter (Maven Shade Plugin 1.3.3 API)
+SimpleFilter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.filter.SimpleFilter class">
@@ -15,7 +15,7 @@ SimpleFilter (Maven Shade Plugin 1.3.3 A
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="SimpleFilter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="SimpleFilter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -53,7 +53,7 @@ function windowTitle()
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/apache/maven/plugins/shade/filter/Filter.html" title="interface in org.apache.maven.plugins.shade.filter"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../../org/apache/maven/plugins/shade/filter/MinijarFilter.html" title="class in org.apache.maven.plugins.shade.filter"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;NEXT CLASS</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../../index.html?org/apache/maven/plugins/shade/filter/SimpleFilter.html" target="_top"><B>FRAMES</B></A>  &nbsp;
@@ -146,6 +146,14 @@ Class SimpleFilter</H2>
 </TR>
 <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/filter/SimpleFilter.html#finished()">finished</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<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/filter/SimpleFilter.html#isFiltered(java.lang.String)">isFiltered</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;classFile)</CODE>
 
@@ -220,6 +228,20 @@ public boolean <B>isFiltered</B>(<A HREF
 </DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="finished()"><!-- --></A><H3>
+finished</H3>
+<PRE>
+public void <B>finished</B>()</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/filter/Filter.html#finished()">finished</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/maven/plugins/shade/filter/Filter.html" title="interface in org.apache.maven.plugins.shade.filter">Filter</A></CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -251,7 +273,7 @@ public boolean <B>isFiltered</B>(<A HREF
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../org/apache/maven/plugins/shade/filter/Filter.html" title="interface in org.apache.maven.plugins.shade.filter"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../../org/apache/maven/plugins/shade/filter/MinijarFilter.html" title="class in org.apache.maven.plugins.shade.filter"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;NEXT CLASS</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../../index.html?org/apache/maven/plugins/shade/filter/SimpleFilter.html" target="_top"><B>FRAMES</B></A>  &nbsp;

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/Filter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/Filter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/Filter.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Interface org.apache.maven.plugins.shade.filter.Filter (Maven Shade Plugin 1.3.3 API)
+Uses of Interface org.apache.maven.plugins.shade.filter.Filter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Interface org.apache.maven.plugi
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Interface org.apache.maven.plugins.shade.filter.Filter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Interface org.apache.maven.plugins.shade.filter.Filter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -110,6 +110,14 @@ Uses of <A HREF="../../../../../../../or
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../org/apache/maven/plugins/shade/filter/MinijarFilter.html" title="class in org.apache.maven.plugins.shade.filter">MinijarFilter</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A filter that prevents the inclusion of classes not required in the final jar.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;class</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../../../org/apache/maven/plugins/shade/filter/SimpleFilter.html" title="class in org.apache.maven.plugins.shade.filter">SimpleFilter</A></B></CODE>
 
 <BR>

Added: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/MinijarFilter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/MinijarFilter.html (added)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/MinijarFilter.html Tue May  8 13:31:48 2012
@@ -0,0 +1,141 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+Uses of Class org.apache.maven.plugins.shade.filter.MinijarFilter (Maven Shade Plugin 1.4 API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.filter.MinijarFilter (Maven Shade Plugin 1.4 API)";
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/apache/maven/plugins/shade/filter/MinijarFilter.html" title="class in org.apache.maven.plugins.shade.filter"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/filter/class-use/MinijarFilter.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="MinijarFilter.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Uses of Class<br>org.apache.maven.plugins.shade.filter.MinijarFilter</B></H2>
+</CENTER>
+No usage of org.apache.maven.plugins.shade.filter.MinijarFilter
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/apache/maven/plugins/shade/filter/MinijarFilter.html" title="class in org.apache.maven.plugins.shade.filter"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugins/shade/filter/class-use/MinijarFilter.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="MinijarFilter.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &#169; 2002-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+</BODY>
+</HTML>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/MinijarFilter.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/MinijarFilter.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/SimpleFilter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/SimpleFilter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/SimpleFilter.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.filter.SimpleFilter (Maven Shade Plugin 1.3.3 API)
+Uses of Class org.apache.maven.plugins.shade.filter.SimpleFilter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugins.s
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugins.shade.filter.SimpleFilter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.filter.SimpleFilter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-frame.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.filter package">
@@ -35,6 +35,8 @@ Interfaces</FONT>&nbsp;
 Classes</FONT>&nbsp;
 <FONT CLASS="FrameItemFont">
 <BR>
+<A HREF="MinijarFilter.html" title="class in org.apache.maven.plugins.shade.filter" target="classFrame">MinijarFilter</A>
+<BR>
 <A HREF="SimpleFilter.html" title="class in org.apache.maven.plugins.shade.filter" target="classFrame">SimpleFilter</A></FONT></TD>
 </TR>
 </TABLE>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-summary.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.filter package">
@@ -15,7 +15,7 @@ org.apache.maven.plugins.shade.filter (M
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -101,6 +101,10 @@ Package org.apache.maven.plugins.shade.f
 <B>Class Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/maven/plugins/shade/filter/MinijarFilter.html" title="class in org.apache.maven.plugins.shade.filter">MinijarFilter</A></B></TD>
+<TD>A filter that prevents the inclusion of classes not required in the final jar.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/maven/plugins/shade/filter/SimpleFilter.html" title="class in org.apache.maven.plugins.shade.filter">SimpleFilter</A></B></TD>
 <TD>&nbsp;</TD>
 </TR>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-tree.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.filter Class Hierarchy (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.filter Class Hierarchy (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugins.shade.filter Cl
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugins.shade.filter Class Hierarchy (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="org.apache.maven.plugins.shade.filter Class Hierarchy (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -89,6 +89,7 @@ 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" title="class or interface in java.lang"><B>Object</B></A><UL>
+<LI TYPE="circle">org.apache.maven.plugins.shade.filter.<A HREF="../../../../../../org/apache/maven/plugins/shade/filter/MinijarFilter.html" title="class in org.apache.maven.plugins.shade.filter"><B>MinijarFilter</B></A> (implements org.apache.maven.plugins.shade.filter.<A HREF="../../../../../../org/apache/maven/plugins/shade/filter/Filter.html" title="interface in org.apache.maven.plugins.shade.filter">Filter</A>)
 <LI TYPE="circle">org.apache.maven.plugins.shade.filter.<A HREF="../../../../../../org/apache/maven/plugins/shade/filter/SimpleFilter.html" title="class in org.apache.maven.plugins.shade.filter"><B>SimpleFilter</B></A> (implements org.apache.maven.plugins.shade.filter.<A HREF="../../../../../../org/apache/maven/plugins/shade/filter/Filter.html" title="interface in org.apache.maven.plugins.shade.filter">Filter</A>)
 </UL>
 </UL>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-use.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.3.3 API)
+Uses of Package org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Package org.apache.maven.plugins
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Package org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ArchiveFilter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ArchiveFilter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ArchiveFilter.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ArchiveFilter (Maven Shade Plugin 1.3.3 API)
+ArchiveFilter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.mojo.ArchiveFilter class">
@@ -15,7 +15,7 @@ ArchiveFilter (Maven Shade Plugin 1.3.3 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ArchiveFilter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="ArchiveFilter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ArtifactSet.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ArtifactSet.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ArtifactSet.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ArtifactSet (Maven Shade Plugin 1.3.3 API)
+ArtifactSet (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.mojo.ArtifactSet class">
@@ -15,7 +15,7 @@ ArtifactSet (Maven Shade Plugin 1.3.3 AP
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ArtifactSet (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="ArtifactSet (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/HelpMojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/HelpMojo.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/HelpMojo.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-HelpMojo (Maven Shade Plugin 1.3.3 API)
+HelpMojo (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.mojo.HelpMojo class">
@@ -15,7 +15,7 @@ HelpMojo (Maven Shade Plugin 1.3.3 API)
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="HelpMojo (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="HelpMojo (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -109,7 +109,7 @@ Display help information on maven-shade-
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>generated on Sun May 16 15:30:08 CEST 2010</DD>
+  <DD>generated on Sun Aug 08 12:20:56 CEST 2010</DD>
 <DT><B>Author:</B></DT>
   <DD>org.apache.maven.tools.plugin.generator.PluginHelpGenerator (version 2.6)</DD>
 <DT><B>Is defined by the goal name:</B></DT><DD>help</DD><DT><B>Requires a Maven project to run:</B></DT><DD>false</DD></DL>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/PackageRelocation.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/PackageRelocation.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/PackageRelocation.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-PackageRelocation (Maven Shade Plugin 1.3.3 API)
+PackageRelocation (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.mojo.PackageRelocation class">
@@ -15,7 +15,7 @@ PackageRelocation (Maven Shade Plugin 1.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="PackageRelocation (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="PackageRelocation (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -141,6 +141,14 @@ Class PackageRelocation</H2>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<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></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/PackageRelocation.html#getIncludes()">getIncludes</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&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/mojo/PackageRelocation.html#getPattern()">getPattern</A></B>()</CODE>
 
@@ -217,6 +225,17 @@ public <A HREF="http://java.sun.com/j2se
 </DL>
 <HR>
 
+<A NAME="getIncludes()"><!-- --></A><H3>
+getIncludes</H3>
+<PRE>
+public <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> <B>getIncludes</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
 <A NAME="getExcludes()"><!-- --></A><H3>
 getExcludes</H3>
 <PRE>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ShadeMojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ShadeMojo.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ShadeMojo.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ShadeMojo (Maven Shade Plugin 1.3.3 API)
+ShadeMojo (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.mojo.ShadeMojo class">
@@ -15,7 +15,7 @@ ShadeMojo (Maven Shade Plugin 1.3.3 API)
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ShadeMojo (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="ShadeMojo (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArchiveFilter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArchiveFilter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArchiveFilter.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.mojo.ArchiveFilter (Maven Shade Plugin 1.3.3 API)
+Uses of Class org.apache.maven.plugins.shade.mojo.ArchiveFilter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugins.s
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ArchiveFilter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ArchiveFilter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArtifactSet.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArtifactSet.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArtifactSet.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.mojo.ArtifactSet (Maven Shade Plugin 1.3.3 API)
+Uses of Class org.apache.maven.plugins.shade.mojo.ArtifactSet (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugins.s
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ArtifactSet (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ArtifactSet (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/HelpMojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/HelpMojo.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/HelpMojo.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.mojo.HelpMojo (Maven Shade Plugin 1.3.3 API)
+Uses of Class org.apache.maven.plugins.shade.mojo.HelpMojo (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugins.s
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.HelpMojo (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.HelpMojo (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/PackageRelocation.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/PackageRelocation.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/PackageRelocation.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.mojo.PackageRelocation (Maven Shade Plugin 1.3.3 API)
+Uses of Class org.apache.maven.plugins.shade.mojo.PackageRelocation (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugins.s
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.PackageRelocation (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.PackageRelocation (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ShadeMojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ShadeMojo.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ShadeMojo.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.mojo.ShadeMojo (Maven Shade Plugin 1.3.3 API)
+Uses of Class org.apache.maven.plugins.shade.mojo.ShadeMojo (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugins.s
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ShadeMojo (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ShadeMojo (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-frame.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.mojo package">

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-summary.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.mojo package">
@@ -15,7 +15,7 @@ org.apache.maven.plugins.shade.mojo (Mav
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-tree.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.mojo Class Hierarchy (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.mojo Class Hierarchy (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugins.shade.mojo Clas
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugins.shade.mojo Class Hierarchy (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="org.apache.maven.plugins.shade.mojo Class Hierarchy (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-use.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.3.3 API)
+Uses of Package org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Package org.apache.maven.plugins
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Package org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-frame.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade package">

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-summary.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade package">
@@ -15,7 +15,7 @@ org.apache.maven.plugins.shade (Maven Sh
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugins.shade (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="org.apache.maven.plugins.shade (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-tree.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade Class Hierarchy (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade Class Hierarchy (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugins.shade Class Hie
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugins.shade Class Hierarchy (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="org.apache.maven.plugins.shade Class Hierarchy (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-use.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugins.shade (Maven Shade Plugin 1.3.3 API)
+Uses of Package org.apache.maven.plugins.shade (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Package org.apache.maven.plugins
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.plugins.shade (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Package org.apache.maven.plugins.shade (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/MavenJDOMWriter.Counter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/MavenJDOMWriter.Counter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/MavenJDOMWriter.Counter.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-MavenJDOMWriter.Counter (Maven Shade Plugin 1.3.3 API)
+MavenJDOMWriter.Counter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.pom.MavenJDOMWriter.Counter class">
@@ -15,7 +15,7 @@ MavenJDOMWriter.Counter (Maven Shade Plu
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="MavenJDOMWriter.Counter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="MavenJDOMWriter.Counter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/MavenJDOMWriter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/MavenJDOMWriter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/MavenJDOMWriter.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-MavenJDOMWriter (Maven Shade Plugin 1.3.3 API)
+MavenJDOMWriter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.pom.MavenJDOMWriter class">
@@ -15,7 +15,7 @@ MavenJDOMWriter (Maven Shade Plugin 1.3.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="MavenJDOMWriter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="MavenJDOMWriter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/PomWriter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/PomWriter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/PomWriter.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-PomWriter (Maven Shade Plugin 1.3.3 API)
+PomWriter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.pom.PomWriter class">
@@ -15,7 +15,7 @@ PomWriter (Maven Shade Plugin 1.3.3 API)
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="PomWriter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="PomWriter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/class-use/MavenJDOMWriter.Counter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/class-use/MavenJDOMWriter.Counter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/class-use/MavenJDOMWriter.Counter.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.pom.MavenJDOMWriter.Counter (Maven Shade Plugin 1.3.3 API)
+Uses of Class org.apache.maven.plugins.shade.pom.MavenJDOMWriter.Counter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugins.s
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugins.shade.pom.MavenJDOMWriter.Counter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.pom.MavenJDOMWriter.Counter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/class-use/MavenJDOMWriter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/class-use/MavenJDOMWriter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/class-use/MavenJDOMWriter.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.pom.MavenJDOMWriter (Maven Shade Plugin 1.3.3 API)
+Uses of Class org.apache.maven.plugins.shade.pom.MavenJDOMWriter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugins.s
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugins.shade.pom.MavenJDOMWriter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.pom.MavenJDOMWriter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/class-use/PomWriter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/class-use/PomWriter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/class-use/PomWriter.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.pom.PomWriter (Maven Shade Plugin 1.3.3 API)
+Uses of Class org.apache.maven.plugins.shade.pom.PomWriter (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugins.s
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugins.shade.pom.PomWriter (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.pom.PomWriter (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-frame.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.pom (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.pom (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.pom package">

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-summary.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.pom (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.pom (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.pom package">
@@ -15,7 +15,7 @@ org.apache.maven.plugins.shade.pom (Mave
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugins.shade.pom (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="org.apache.maven.plugins.shade.pom (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-tree.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.pom Class Hierarchy (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.pom Class Hierarchy (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugins.shade.pom Class
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugins.shade.pom Class Hierarchy (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="org.apache.maven.plugins.shade.pom Class Hierarchy (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/package-use.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugins.shade.pom (Maven Shade Plugin 1.3.3 API)
+Uses of Package org.apache.maven.plugins.shade.pom (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Package org.apache.maven.plugins
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.plugins.shade.pom (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Package org.apache.maven.plugins.shade.pom (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/Relocator.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/Relocator.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/Relocator.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Relocator (Maven Shade Plugin 1.3.3 API)
+Relocator (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.relocation.Relocator interface">
@@ -15,7 +15,7 @@ Relocator (Maven Shade Plugin 1.3.3 API)
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Relocator (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Relocator (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/SimpleRelocator.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/SimpleRelocator.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/SimpleRelocator.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-SimpleRelocator (Maven Shade Plugin 1.3.3 API)
+SimpleRelocator (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.relocation.SimpleRelocator class">
@@ -15,7 +15,7 @@ SimpleRelocator (Maven Shade Plugin 1.3.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="SimpleRelocator (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="SimpleRelocator (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -137,8 +137,9 @@ Class SimpleRelocator</H2>
 <B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/relocation/SimpleRelocator.html#SimpleRelocator(java.lang.String, java.lang.String, java.util.List)">SimpleRelocator</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;patt,
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/relocation/SimpleRelocator.html#SimpleRelocator(java.lang.String, java.lang.String, java.util.List, java.util.List)">SimpleRelocator</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;patt,
                 <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;shadedPattern,
+                <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;includes,
                 <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;excludes)</CODE>
 
 <BR>
@@ -209,11 +210,12 @@ Class SimpleRelocator</H2>
 </TR>
 </TABLE>
 
-<A NAME="SimpleRelocator(java.lang.String, java.lang.String, java.util.List)"><!-- --></A><H3>
+<A NAME="SimpleRelocator(java.lang.String, java.lang.String, java.util.List, java.util.List)"><!-- --></A><H3>
 SimpleRelocator</H3>
 <PRE>
 public <B>SimpleRelocator</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;patt,
                        <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;shadedPattern,
+                       <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;includes,
                        <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;excludes)</PRE>
 <DL>
 </DL>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/class-use/Relocator.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/class-use/Relocator.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/class-use/Relocator.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Interface org.apache.maven.plugins.shade.relocation.Relocator (Maven Shade Plugin 1.3.3 API)
+Uses of Interface org.apache.maven.plugins.shade.relocation.Relocator (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Interface org.apache.maven.plugi
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Interface org.apache.maven.plugins.shade.relocation.Relocator (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Interface org.apache.maven.plugins.shade.relocation.Relocator (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/class-use/SimpleRelocator.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/class-use/SimpleRelocator.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/class-use/SimpleRelocator.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.relocation.SimpleRelocator (Maven Shade Plugin 1.3.3 API)
+Uses of Class org.apache.maven.plugins.shade.relocation.SimpleRelocator (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugins.s
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugins.shade.relocation.SimpleRelocator (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugins.shade.relocation.SimpleRelocator (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-frame.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.relocation (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.relocation (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.relocation package">

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-summary.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.relocation (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.relocation (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.relocation package">
@@ -15,7 +15,7 @@ org.apache.maven.plugins.shade.relocatio
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugins.shade.relocation (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="org.apache.maven.plugins.shade.relocation (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-tree.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.relocation Class Hierarchy (Maven Shade Plugin 1.3.3 API)
+org.apache.maven.plugins.shade.relocation Class Hierarchy (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugins.shade.relocatio
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugins.shade.relocation Class Hierarchy (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="org.apache.maven.plugins.shade.relocation Class Hierarchy (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/relocation/package-use.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:38 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugins.shade.relocation (Maven Shade Plugin 1.3.3 API)
+Uses of Package org.apache.maven.plugins.shade.relocation (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Package org.apache.maven.plugins
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.plugins.shade.relocation (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="Uses of Package org.apache.maven.plugins.shade.relocation (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ApacheLicenseResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ApacheLicenseResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ApacheLicenseResourceTransformer.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ApacheLicenseResourceTransformer (Maven Shade Plugin 1.3.3 API)
+ApacheLicenseResourceTransformer (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer class">
@@ -15,7 +15,7 @@ ApacheLicenseResourceTransformer (Maven 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ApacheLicenseResourceTransformer (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="ApacheLicenseResourceTransformer (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ApacheNoticeResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ApacheNoticeResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ApacheNoticeResourceTransformer.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ApacheNoticeResourceTransformer (Maven Shade Plugin 1.3.3 API)
+ApacheNoticeResourceTransformer (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer class">
@@ -15,7 +15,7 @@ ApacheNoticeResourceTransformer (Maven S
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ApacheNoticeResourceTransformer (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="ApacheNoticeResourceTransformer (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/AppendingTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/AppendingTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/AppendingTransformer.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AppendingTransformer (Maven Shade Plugin 1.3.3 API)
+AppendingTransformer (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.AppendingTransformer class">
@@ -15,7 +15,7 @@ AppendingTransformer (Maven Shade Plugin
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="AppendingTransformer (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="AppendingTransformer (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ComponentsXmlResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ComponentsXmlResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ComponentsXmlResourceTransformer.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ComponentsXmlResourceTransformer (Maven Shade Plugin 1.3.3 API)
+ComponentsXmlResourceTransformer (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer class">
@@ -15,7 +15,7 @@ ComponentsXmlResourceTransformer (Maven 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ComponentsXmlResourceTransformer (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="ComponentsXmlResourceTransformer (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/DontIncludeResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/DontIncludeResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/DontIncludeResourceTransformer.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-DontIncludeResourceTransformer (Maven Shade Plugin 1.3.3 API)
+DontIncludeResourceTransformer (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer class">
@@ -15,7 +15,7 @@ DontIncludeResourceTransformer (Maven Sh
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DontIncludeResourceTransformer (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="DontIncludeResourceTransformer (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/IncludeResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/IncludeResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/IncludeResourceTransformer.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-IncludeResourceTransformer (Maven Shade Plugin 1.3.3 API)
+IncludeResourceTransformer (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer class">
@@ -15,7 +15,7 @@ IncludeResourceTransformer (Maven Shade 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="IncludeResourceTransformer (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="IncludeResourceTransformer (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ManifestResourceTransformer.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ManifestResourceTransformer.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/resource/ManifestResourceTransformer.html Tue May  8 13:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ManifestResourceTransformer (Maven Shade Plugin 1.3.3 API)
+ManifestResourceTransformer (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer class">
@@ -15,7 +15,7 @@ ManifestResourceTransformer (Maven Shade
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ManifestResourceTransformer (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="ManifestResourceTransformer (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

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:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ResourceTransformer (Maven Shade Plugin 1.3.3 API)
+ResourceTransformer (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.ResourceTransformer interface">
@@ -15,7 +15,7 @@ ResourceTransformer (Maven Shade Plugin 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ResourceTransformer (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="ResourceTransformer (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

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:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ServicesResourceTransformer (Maven Shade Plugin 1.3.3 API)
+ServicesResourceTransformer (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer class">
@@ -15,7 +15,7 @@ ServicesResourceTransformer (Maven Shade
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ServicesResourceTransformer (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="ServicesResourceTransformer (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

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:31:48 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun May 16 15:30:37 CEST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-XmlAppendingTransformer (Maven Shade Plugin 1.3.3 API)
+XmlAppendingTransformer (Maven Shade Plugin 1.4 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugins.shade.resource.XmlAppendingTransformer class">
@@ -15,7 +15,7 @@ XmlAppendingTransformer (Maven Shade Plu
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="XmlAppendingTransformer (Maven Shade Plugin 1.3.3 API)";
+    parent.document.title="XmlAppendingTransformer (Maven Shade Plugin 1.4 API)";
 }
 </SCRIPT>
 <NOSCRIPT>