You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ss...@apache.org on 2017/03/09 21:15:10 UTC

svn commit: r1008012 [22/31] - in /websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST: ./ css/ images/ images/logos/ images/profiles/ img/ js/ xref-test/ xref-test/org/ xref-test/org/apache/ xref-test/org/apache/fe...

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/DiffMessage.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/DiffMessage.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/DiffMessage.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/InfoComparator.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/InfoComparator.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/InfoComparator.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>InfoComparator xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/felix/bundleplugin/baseline/InfoComparator.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a>   <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a>   <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a>  <em class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a>  <em class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>  <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <strong class="jxr_keyword">package</strong> org.apache.felix.bundleplugin.baseline;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>  
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>  <strong class="jxr_keyword">import</strong> java.util.Comparator;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong class="jxr_keyword">import</strong> aQute.bnd.differ.Baseline.Info;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/felix/bundleplugin/baseline/InfoComparator.html">InfoComparator</a>
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>      <strong class="jxr_keyword">implements</strong> Comparator&lt;Info&gt;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  {
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> compare( Info info1, Info info2 )
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>      {
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>          <strong class="jxr_keyword">return</strong> info1.packageName.compareTo( info2.packageName );
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>      }
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>  
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>  }
+</pre>
+<hr/>
+<div id="footer">Copyright &#169; 2006&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/InfoComparator.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/InfoComparator.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/InfoComparator.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-frame.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-frame.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-frame.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,42 @@
+
+<!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>Maven Bundle Plugin 3.3.0 Reference Package org.apache.felix.bundleplugin.baseline</title>
+		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
+	</head>
+	<body>
+
+		<h3>
+        	<a href="package-summary.html" target="classFrame">org.apache.felix.bundleplugin.baseline</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="AbstractBaselinePlugin.html" target="classFrame">AbstractBaselinePlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="BaselinePlugin.html" target="classFrame">BaselinePlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="BaselineReport.html" target="classFrame">BaselineReport</a>
+          	</li>
+          	          	<li>
+            	<a href="BaselineReport.html" target="classFrame">Context</a>
+          	</li>
+          	          	<li>
+            	<a href="DiffMessage.html" target="classFrame">DiffMessage</a>
+          	</li>
+          	          	<li>
+            	<a href="InfoComparator.html" target="classFrame">InfoComparator</a>
+          	</li>
+          	          	<li>
+            	<a href="DiffMessage.html" target="classFrame">Type</a>
+          	</li>
+          	      	</ul>
+
+	</body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-frame.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-frame.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-frame.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-summary.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-summary.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-summary.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,99 @@
+
+<!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>Maven Bundle Plugin 3.3.0 Reference Package org.apache.felix.bundleplugin.baseline</title>
+		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
+	</head>
+	<body>
+		      	<div class="overview">
+        	<ul>
+          		<li>
+            		<a href="../../../../../overview-summary.html">Overview</a>
+          		</li>
+          		<li class="selected">Package</li>
+        	</ul>
+      	</div>
+      	<div class="framenoframe">
+        	<ul>
+          		<li>
+            		<a href="../../../../../index.html" target="_top">FRAMES</a>
+          		</li>
+          		<li>
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>
+          		</li>
+        	</ul>
+      	</div>
+		
+		      	<h2>Package org.apache.felix.bundleplugin.baseline</h2>
+
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Class Summary</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+        		            	<tr>
+              		<td>
+                		<a href="AbstractBaselinePlugin.html" target="classFrame">AbstractBaselinePlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="BaselinePlugin.html" target="classFrame">BaselinePlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="BaselineReport.html" target="classFrame">BaselineReport</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="BaselineReport.html" target="classFrame">Context</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="DiffMessage.html" target="classFrame">DiffMessage</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="InfoComparator.html" target="classFrame">InfoComparator</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="DiffMessage.html" target="classFrame">Type</a>
+              		</td>
+            	</tr>
+				        	</tbody>
+      	</table>
+		
+		      	<div class="overview">
+        	<ul>
+          		<li>
+            		<a href="../../../../../overview-summary.html">Overview</a>
+          		</li>
+          		<li class="selected">Package</li>
+        	</ul>
+      	</div>
+      	<div class="framenoframe">
+        	<ul>
+          		<li>
+            		<a href="../../../../../index.html" target="_top">FRAMES</a>
+          		</li>
+          		<li>
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>
+          		</li>
+        	</ul>
+      	</div>
+				<hr />
+		<div id="footer">
+			Copyright &#169; 2006&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+		</div>
+	</body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-summary.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-summary.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/baseline/package-summary.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-frame.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-frame.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-frame.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,81 @@
+
+<!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>Maven Bundle Plugin 3.3.0 Reference Package org.apache.felix.bundleplugin</title>
+		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
+	</head>
+	<body>
+
+		<h3>
+        	<a href="package-summary.html" target="classFrame">org.apache.felix.bundleplugin</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="AbstractDependencyFilter.html" target="classFrame">AbstractDependencyFilter</a>
+          	</li>
+          	          	<li>
+            	<a href="AntPlugin.html" target="classFrame">AntPlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="BlueprintPlugin.html" target="classFrame">BlueprintPlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="BundleAllPlugin.html" target="classFrame">BundleAllPlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="BundleInfo.html" target="classFrame">BundleInfo</a>
+          	</li>
+          	          	<li>
+            	<a href="BundlePlugin.html" target="classFrame">BundlePlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="DependencyEmbedder.html" target="classFrame">DependencyEmbedder</a>
+          	</li>
+          	          	<li>
+            	<a href="DependencyExcluder.html" target="classFrame">DependencyExcluder</a>
+          	</li>
+          	          	<li>
+            	<a href="AbstractDependencyFilter.html" target="classFrame">DependencyFilter</a>
+          	</li>
+          	          	<li>
+            	<a href="InstructionsPlugin.html" target="classFrame">InstructionsPlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="JarPluginConfiguration.html" target="classFrame">JarPluginConfiguration</a>
+          	</li>
+          	          	<li>
+            	<a href="JpaPlugin.html" target="classFrame">JpaPlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="ManifestPlugin.html" target="classFrame">ManifestPlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="ManifestWriter.html" target="classFrame">ManifestWriter</a>
+          	</li>
+          	          	<li>
+            	<a href="RelativizePath.html" target="classFrame">RelativizePath</a>
+          	</li>
+          	          	<li>
+            	<a href="ScrPlugin.html" target="classFrame">ScrPlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="AbstractDependencyFilter.html" target="classFrame">TrimmingDependencyNodeFilter</a>
+          	</li>
+          	          	<li>
+            	<a href="VerifyBundlePlugin.html" target="classFrame">VerifyBundlePlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="VersionCleanerPlugin.html" target="classFrame">VersionCleanerPlugin</a>
+          	</li>
+          	          	<li>
+            	<a href="WrapPlugin.html" target="classFrame">WrapPlugin</a>
+          	</li>
+          	      	</ul>
+
+	</body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-frame.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-frame.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-frame.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-summary.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-summary.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-summary.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,164 @@
+
+<!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>Maven Bundle Plugin 3.3.0 Reference Package org.apache.felix.bundleplugin</title>
+		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
+	</head>
+	<body>
+		      	<div class="overview">
+        	<ul>
+          		<li>
+            		<a href="../../../../overview-summary.html">Overview</a>
+          		</li>
+          		<li class="selected">Package</li>
+        	</ul>
+      	</div>
+      	<div class="framenoframe">
+        	<ul>
+          		<li>
+            		<a href="../../../../index.html" target="_top">FRAMES</a>
+          		</li>
+          		<li>
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>
+          		</li>
+        	</ul>
+      	</div>
+		
+		      	<h2>Package org.apache.felix.bundleplugin</h2>
+
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Class Summary</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+        		            	<tr>
+              		<td>
+                		<a href="AbstractDependencyFilter.html" target="classFrame">AbstractDependencyFilter</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="AntPlugin.html" target="classFrame">AntPlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="BlueprintPlugin.html" target="classFrame">BlueprintPlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="BundleAllPlugin.html" target="classFrame">BundleAllPlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="BundleInfo.html" target="classFrame">BundleInfo</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="BundlePlugin.html" target="classFrame">BundlePlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="DependencyEmbedder.html" target="classFrame">DependencyEmbedder</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="DependencyExcluder.html" target="classFrame">DependencyExcluder</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="AbstractDependencyFilter.html" target="classFrame">DependencyFilter</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="InstructionsPlugin.html" target="classFrame">InstructionsPlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="JarPluginConfiguration.html" target="classFrame">JarPluginConfiguration</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="JpaPlugin.html" target="classFrame">JpaPlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="ManifestPlugin.html" target="classFrame">ManifestPlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="ManifestWriter.html" target="classFrame">ManifestWriter</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="RelativizePath.html" target="classFrame">RelativizePath</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="ScrPlugin.html" target="classFrame">ScrPlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="AbstractDependencyFilter.html" target="classFrame">TrimmingDependencyNodeFilter</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="VerifyBundlePlugin.html" target="classFrame">VerifyBundlePlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="VersionCleanerPlugin.html" target="classFrame">VersionCleanerPlugin</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="WrapPlugin.html" target="classFrame">WrapPlugin</a>
+              		</td>
+            	</tr>
+				        	</tbody>
+      	</table>
+		
+		      	<div class="overview">
+        	<ul>
+          		<li>
+            		<a href="../../../../overview-summary.html">Overview</a>
+          		</li>
+          		<li class="selected">Package</li>
+        	</ul>
+      	</div>
+      	<div class="framenoframe">
+        	<ul>
+          		<li>
+            		<a href="../../../../index.html" target="_top">FRAMES</a>
+          		</li>
+          		<li>
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>
+          		</li>
+        	</ul>
+      	</div>
+				<hr />
+		<div id="footer">
+			Copyright &#169; 2006&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+		</div>
+	</body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-summary.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-summary.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/package-summary.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/pom/Counter.html
==============================================================================
--- websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/pom/Counter.html (added)
+++ websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/pom/Counter.html Thu Mar  9 21:15:09 2017
@@ -0,0 +1,92 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>Counter xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/felix/bundleplugin/pom/Counter.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.felix.bundleplugin.pom;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>   
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>   <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a>  <em class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a>  <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>  
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <em class="jxr_javadoccomment"> * Separate class for counter.</em>
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/felix/bundleplugin/pom/Counter.html">Counter</a>
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  {
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>      <em class="jxr_comment">// --------------------------/</em>
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>      <em class="jxr_comment">// - Class/Member Variables -/</em>
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>      <em class="jxr_comment">// --------------------------/</em>
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>  
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>  <em class="jxr_javadoccomment">     * Field currentIndex</em>
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> currentIndex = 0;
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>  
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <em class="jxr_javadoccomment">     * Field level</em>
+<a class="jxr_linenumber" name="L39" href="#L39">39</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> level;
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>  
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>      <em class="jxr_comment">// ----------------/</em>
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>      <em class="jxr_comment">// - Constructors -/</em>
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>      <em class="jxr_comment">// ----------------/</em>
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>  
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/felix/bundleplugin/pom/Counter.html">Counter</a>( <strong class="jxr_keyword">int</strong> depthLevel )
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>      {
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>          level = depthLevel;
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>      } <em class="jxr_comment">// -- org.apache.maven.model.io.jdom.Counter(int)</em>
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>  
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>      <em class="jxr_comment">// -----------/</em>
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>      <em class="jxr_comment">// - Methods -/</em>
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>      <em class="jxr_comment">// -----------/</em>
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>  
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>  <em class="jxr_javadoccomment">     * Method getCurrentIndex</em>
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getCurrentIndex()
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>      {
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>          <strong class="jxr_keyword">return</strong> currentIndex;
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>      } <em class="jxr_comment">// -- int getCurrentIndex()</em>
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>  
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>  <em class="jxr_javadoccomment">     * Method getDepth</em>
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getDepth()
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>      {
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>          <strong class="jxr_keyword">return</strong> level;
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>      } <em class="jxr_comment">// -- int getDepth()</em>
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>  
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>  <em class="jxr_javadoccomment">     * Method increaseCount</em>
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> increaseCount()
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>      {
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>          currentIndex = currentIndex + 1;
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>      } <em class="jxr_comment">// -- void increaseCount()</em>
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>  
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>  }
+</pre>
+<hr/>
+<div id="footer">Copyright &#169; 2006&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/pom/Counter.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/pom/Counter.html
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Thu Mar  9 21:15:09 2017
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: websites/production/felix/content/components/bundle-plugin-archives/bundle-plugin-LATEST/xref/org/apache/felix/bundleplugin/pom/Counter.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain