You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by rf...@apache.org on 2015/02/07 14:18:15 UTC

svn commit: r939345 [13/13] - in /websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/plugin/ apidocs/org/apach...

Added: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref/overview-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref/overview-frame.html (added)
+++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref/overview-frame.html Sat Feb  7 13:18:13 2015
@@ -0,0 +1,27 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+		<title>Apache Maven JDeps Plugin 3.0-SNAPSHOT Reference</title>
+		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
+	</head>
+	<body>
+
+		<h3>
+			<a href="allclasses-frame.html" target="packageFrame">All Classes</a>
+		</h3>
+
+		<h3>Packages</h3>
+
+		<ul>
+						<li>
+				<a href="org/apache/maven/plugin/jdeps/package-frame.html" target="packageFrame">org.apache.maven.plugin.jdeps</a>
+			</li>
+						<li>
+				<a href="org/apache/maven/plugin/jdeps/consumers/package-frame.html" target="packageFrame">org.apache.maven.plugin.jdeps.consumers</a>
+			</li>
+					</ul>
+
+	</body>
+</html>

Added: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref/overview-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref/overview-summary.html (added)
+++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref/overview-summary.html Sat Feb  7 13:18:13 2015
@@ -0,0 +1,71 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+		<title>Apache Maven JDeps Plugin 3.0-SNAPSHOT Reference</title>
+		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
+	</head>
+	<body>
+				<div class="overview">
+			<ul>
+				<li class="selected">Overview</li>
+				<li>Package</li>
+			</ul>
+		</div>
+		<div class="framenoframe">
+			<ul>
+				<li>
+					<a href="index.html" target="_top">FRAMES</a>
+				</li>
+				<li>
+    	        	<a href="overview-summary.html" target="_top">NO FRAMES</a>
+        	  	</li>
+	        </ul>
+      	</div>
+		
+		      	<h2>Apache Maven JDeps Plugin 3.0-SNAPSHOT Reference</h2>
+
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Packages</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+    	    	            	<tr>
+              		<td>
+                		<a href="org/apache/maven/plugin/jdeps/package-summary.html">org.apache.maven.plugin.jdeps</a>
+              		</td>
+            	</tr>
+	          	            	<tr>
+              		<td>
+                		<a href="org/apache/maven/plugin/jdeps/consumers/package-summary.html">org.apache.maven.plugin.jdeps.consumers</a>
+              		</td>
+            	</tr>
+	          	        	</tbody>
+      	</table>
+		
+				<div class="overview">
+			<ul>
+				<li class="selected">Overview</li>
+				<li>Package</li>
+			</ul>
+		</div>
+		<div class="framenoframe">
+			<ul>
+				<li>
+					<a href="index.html" target="_top">FRAMES</a>
+				</li>
+				<li>
+    	        	<a href="overview-summary.html" target="_top">NO FRAMES</a>
+        	  	</li>
+	        </ul>
+      	</div>
+		
+		<hr />
+		<div id="footer">
+			Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+		</div>
+	</body>
+</html>
\ No newline at end of file

Added: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref/stylesheet.css
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref/stylesheet.css (added)
+++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref/stylesheet.css Sat Feb  7 13:18:13 2015
@@ -0,0 +1,114 @@
+/* Javadoc style sheet */
+/* Define colors, fonts and other style attributes here to override the defaults  */
+body {
+    background-color: #fff;
+    font-family: Arial, Helvetica, sans-serif;
+}
+
+a:link {
+    color: #00f;
+}
+a:visited {
+    color: #00a;
+}
+
+a:active, a:hover {
+    color: #f30 !important;
+}
+
+ul, li {
+    list-style-type:none;
+    margin:0;
+    padding:0;
+}
+
+table td {
+    padding: 3px;
+    border: 1px solid #000;
+}
+table {
+    width:100%;
+    border: 1px solid #000;
+    border-collapse: collapse;
+}
+
+div.overview {
+    background-color:#ddd;
+    padding: 4px 4px 4px 0;
+}
+div.overview li, div.framenoframe li {
+    display: inline;
+}
+div.framenoframe {
+    text-align: center;
+    font-size: x-small;
+}
+div.framenoframe li {
+    margin: 0 3px 0 3px;
+}
+div.overview li {
+    margin:3px 3px 0 3px;
+    padding: 4px;
+}
+li.selected {
+    background-color:#888;
+    color: #fff;
+    font-weight: bold;
+}
+
+table.summary {
+    margin-bottom: 20px;
+}
+table.summary td, table.summary th {
+    font-weight: bold;
+    text-align: left;
+    padding: 3px;
+}
+table.summary th {
+    background-color:#036;
+    color: #fff;
+}
+table.summary td {
+    background-color:#eee;
+    border: 1px solid black;
+}
+
+em {
+    color: #A00;
+}
+em.comment {
+    color: #390;
+}
+.string {
+    color: #009;
+}
+
+#overview {
+    padding:2px;
+}
+
+hr {
+    height: 1px;
+    color: #000;
+}
+
+/* JXR style sheet */
+.jxr_comment
+{
+    color: #390;
+}
+
+.jxr_javadoccomment
+{
+    color: #A00;
+}
+
+.jxr_string
+{
+    color: #009;
+}
+
+.jxr_keyword
+{
+    color: #000;
+}
\ No newline at end of file