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:45:39 UTC

svn commit: r816644 [11/50] - 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/filt...

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:45:27 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:29 CEST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Overview (Maven Shade Plugin 1.4 API)
+Overview List (Maven Shade Plugin 1.5 API)
 </TITLE>
 
-<META NAME="keywords" CONTENT="Overview, Maven Shade Plugin 1.4 API">
+<META NAME="date" CONTENT="2011-10-28">
 
 <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:45:27 2012
@@ -2,20 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Overview (Maven Shade Plugin 1.4 API)
+Overview (Maven Shade Plugin 1.5 API)
 </TITLE>
 
-<META NAME="keywords" CONTENT="Overview, Maven Shade Plugin 1.4 API">
+<META NAME="date" CONTENT="2011-10-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Overview (Maven Shade Plugin 1.4 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Overview (Maven Shade Plugin 1.5 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -24,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -79,7 +82,7 @@ function windowTitle()
 <HR>
 <CENTER>
 <H1>
-Maven Shade Plugin 1.4 API
+Maven Shade Plugin 1.5 API
 </H1>
 </CENTER>
 
@@ -169,6 +172,6 @@ Maven Shade Plugin 1.4 API
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

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:45:27 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_21) on Sun Aug 08 12:21:30 CEST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Class Hierarchy (Maven Shade Plugin 1.4 API)
+Class Hierarchy (Maven Shade Plugin 1.5 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-10-28">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Class Hierarchy (Maven Shade Plugin 1.4 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Class Hierarchy (Maven Shade Plugin 1.5 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -87,12 +91,12 @@ 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" 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>)
+<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/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.AbstractLogEnabled (implements org.codehaus.plexus.logging.LogEnabled)
 <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>
-<LI TYPE="circle">org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
+<LI TYPE="circle">org.apache.maven.plugin.<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin"><B>AbstractMojo</B></A> (implements org.apache.maven.plugin.<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</A>, org.apache.maven.plugin.<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</A>)
 <UL>
 <LI TYPE="circle">org.apache.maven.plugins.shade.mojo.<A HREF="org/apache/maven/plugins/shade/mojo/HelpMojo.html" title="class in org.apache.maven.plugins.shade.mojo"><B>HelpMojo</B></A><LI TYPE="circle">org.apache.maven.plugins.shade.mojo.<A HREF="org/apache/maven/plugins/shade/mojo/ShadeMojo.html" title="class in org.apache.maven.plugins.shade.mojo"><B>ShadeMojo</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>)
@@ -168,6 +172,6 @@ Interface Hierarchy
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/package-list
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/package-list (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/package-list Tue May  8 13:45:27 2012
@@ -1,6 +1,6 @@
-org.apache.maven.plugins.shade
-org.apache.maven.plugins.shade.filter
-org.apache.maven.plugins.shade.mojo
-org.apache.maven.plugins.shade.pom
-org.apache.maven.plugins.shade.relocation
-org.apache.maven.plugins.shade.resource
+org.apache.maven.plugins.shade
+org.apache.maven.plugins.shade.filter
+org.apache.maven.plugins.shade.mojo
+org.apache.maven.plugins.shade.pom
+org.apache.maven.plugins.shade.relocation
+org.apache.maven.plugins.shade.resource

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/packages
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/packages (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/packages Tue May  8 13:45:27 2012
@@ -1,6 +1,6 @@
-org.apache.maven.plugins.shade
-org.apache.maven.plugins.shade.filter
-org.apache.maven.plugins.shade.mojo
-org.apache.maven.plugins.shade.pom
-org.apache.maven.plugins.shade.relocation
+org.apache.maven.plugins.shade
+org.apache.maven.plugins.shade.filter
+org.apache.maven.plugins.shade.mojo
+org.apache.maven.plugins.shade.pom
+org.apache.maven.plugins.shade.relocation
 org.apache.maven.plugins.shade.resource
\ No newline at end of file

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:45:27 2012
@@ -3,26 +3,26 @@
 /* Define colors, fonts and other style attributes here to override the defaults */
 
 /* Page background color */
-body { background-color: #FFFFFF }
+body { background-color: #FFFFFF; color:#000000 }
 
 /* Headings */
 h1 { font-size: 145% }
 
 /* Table colors */
-.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
-.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
-.TableRowColor         { background: #FFFFFF } /* White */
+.TableHeadingColor     { background: #CCCCFF; color:#000000 } /* Dark mauve */
+.TableSubHeadingColor  { background: #EEEEFF; color:#000000 } /* Light mauve */
+.TableRowColor         { background: #FFFFFF; color:#000000 } /* White */
 
 /* Font used in left-hand frame lists */
-.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 }
+.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 }
 
 /* Navigation bar fonts and colors */
-.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;}
+.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;}
 
-.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
-.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-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}