Navigation Menu

Skip to content

Commit

Permalink
Puplishing site for 0.3.9-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvi committed Sep 30, 2015
1 parent 16852a7 commit f07ad44
Show file tree
Hide file tree
Showing 14 changed files with 2,753 additions and 58 deletions.
2,588 changes: 2,588 additions & 0 deletions site/dependencies.html

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions site/dependency-convergence.html
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20150930" />
<meta http-equiv="Content-Language" content="en" />
<title>org.chromium.debug - Reactor Dependency Convergence</title>
<title>org.chromium.debug (feature) - Reactor Dependency Convergence</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
Expand Down Expand Up @@ -54,6 +54,8 @@
<a href="project-info.html" title="Project Information">Project Information</a>
<ul class="dropdown-menu">
<li> <a href="integration.html" title="Continuous Integration">Continuous Integration</a>
</li>
<li> <a href="dependencies.html" title="Dependencies">Dependencies</a>
</li>
<li> <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
</li>
Expand Down Expand Up @@ -122,7 +124,7 @@

<ul class="nav nav-list">
<li class="nav-header">Project Documentation</li>

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -137,6 +139,13 @@
Continuous Integration</a>
</li>

<li>

<a href="dependencies.html" title="Dependencies">
<i class="none"></i>
Dependencies</a>
</li>

<li class="active">

<a href="#"><i class="none"></i>Dependency Convergence</a>
Expand Down
31 changes: 20 additions & 11 deletions site/dependency-info.html
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20150930" />
<meta http-equiv="Content-Language" content="en" />
<title>org.chromium.debug - Dependency Information</title>
<title>org.chromium.debug (feature) - Dependency Information</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
Expand Down Expand Up @@ -54,6 +54,8 @@
<a href="project-info.html" title="Project Information">Project Information</a>
<ul class="dropdown-menu">
<li> <a href="integration.html" title="Continuous Integration">Continuous Integration</a>
</li>
<li> <a href="dependencies.html" title="Dependencies">Dependencies</a>
</li>
<li> <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
</li>
Expand Down Expand Up @@ -122,7 +124,7 @@

<ul class="nav nav-list">
<li class="nav-header">Project Documentation</li>

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -137,6 +139,13 @@
Continuous Integration</a>
</li>

<li>

<a href="dependencies.html" title="Dependencies">
<i class="none"></i>
Dependencies</a>
</li>

<li>

<a href="dependency-convergence.html" title="Dependency Convergence">
Expand Down Expand Up @@ -238,39 +247,39 @@ <h2>Dependency Information<a name="Dependency_Information"></a></h2><a name="Dep
<h3>Apache Maven<a name="Apache_Maven"></a></h3><a name="Apache_Maven"></a>
<div class="source">
<pre>&lt;dependency&gt;
&lt;groupId&gt;org.chromium.chromedevtools&lt;/groupId&gt;
&lt;groupId&gt;org.chromium.chromedevtools.features&lt;/groupId&gt;
&lt;artifactId&gt;org.chromium.debug&lt;/artifactId&gt;
&lt;version&gt;0.3.9-SNAPSHOT&lt;/version&gt;
&lt;type&gt;eclipse-plugin&lt;/type&gt;
&lt;type&gt;eclipse-feature&lt;/type&gt;
&lt;/dependency&gt;</pre></div></div>
<div class="section">
<h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a>
<div class="source">
<pre>'org.chromium.chromedevtools:org.chromium.debug:eclipse-plugin:0.3.9-SNAPSHOT'</pre></div></div>
<pre>'org.chromium.chromedevtools.features:org.chromium.debug:eclipse-feature:0.3.9-SNAPSHOT'</pre></div></div>
<div class="section">
<h3>Apache Ivy<a name="Apache_Ivy"></a></h3><a name="Apache_Ivy"></a>
<div class="source">
<pre>&lt;dependency org=&quot;org.chromium.chromedevtools&quot; name=&quot;org.chromium.debug&quot; rev=&quot;0.3.9-SNAPSHOT&quot;&gt;
&lt;artifact name=&quot;org.chromium.debug&quot; type=&quot;eclipse-plugin&quot; /&gt;
<pre>&lt;dependency org=&quot;org.chromium.chromedevtools.features&quot; name=&quot;org.chromium.debug&quot; rev=&quot;0.3.9-SNAPSHOT&quot;&gt;
&lt;artifact name=&quot;org.chromium.debug&quot; type=&quot;eclipse-feature&quot; /&gt;
&lt;/dependency&gt;</pre></div></div>
<div class="section">
<h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a>
<div class="source">
<pre>@Grapes(
@Grab(group='org.chromium.chromedevtools', module='org.chromium.debug', version='0.3.9-SNAPSHOT')
@Grab(group='org.chromium.chromedevtools.features', module='org.chromium.debug', version='0.3.9-SNAPSHOT')
)</pre></div></div>
<div class="section">
<h3>Grails<a name="Grails"></a></h3><a name="Grails"></a>
<div class="source">
<pre>compile 'org.chromium.chromedevtools:org.chromium.debug:0.3.9-SNAPSHOT'</pre></div></div>
<pre>compile 'org.chromium.chromedevtools.features:org.chromium.debug:0.3.9-SNAPSHOT'</pre></div></div>
<div class="section">
<h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a>
<div class="source">
<pre>[org.chromium.chromedevtools/org.chromium.debug &quot;0.3.9-SNAPSHOT&quot;]</pre></div></div>
<pre>[org.chromium.chromedevtools.features/org.chromium.debug &quot;0.3.9-SNAPSHOT&quot;]</pre></div></div>
<div class="section">
<h3>SBT<a name="SBT"></a></h3><a name="SBT"></a>
<div class="source">
<pre>libraryDependencies += &quot;org.chromium.chromedevtools&quot; % &quot;org.chromium.debug&quot; % &quot;0.3.9-SNAPSHOT&quot;</pre></div></div></div>
<pre>libraryDependencies += &quot;org.chromium.chromedevtools.features&quot; % &quot;org.chromium.debug&quot; % &quot;0.3.9-SNAPSHOT&quot;</pre></div></div></div>
</div>
</div>
</div>
Expand Down
13 changes: 11 additions & 2 deletions site/distribution-management.html
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20150930" />
<meta http-equiv="Content-Language" content="en" />
<title>org.chromium.debug - Project Distribution Management</title>
<title>org.chromium.debug (feature) - Project Distribution Management</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
Expand Down Expand Up @@ -54,6 +54,8 @@
<a href="project-info.html" title="Project Information">Project Information</a>
<ul class="dropdown-menu">
<li> <a href="integration.html" title="Continuous Integration">Continuous Integration</a>
</li>
<li> <a href="dependencies.html" title="Dependencies">Dependencies</a>
</li>
<li> <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
</li>
Expand Down Expand Up @@ -122,7 +124,7 @@

<ul class="nav nav-list">
<li class="nav-header">Project Documentation</li>

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -137,6 +139,13 @@
Continuous Integration</a>
</li>

<li>

<a href="dependencies.html" title="Dependencies">
<i class="none"></i>
Dependencies</a>
</li>

<li>

<a href="dependency-convergence.html" title="Dependency Convergence">
Expand Down
Binary file added site/images/close.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 13 additions & 4 deletions site/index.html
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20150930" />
<meta http-equiv="Content-Language" content="en" />
<title>org.chromium.debug - About</title>
<title>org.chromium.debug (feature) - About</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
Expand Down Expand Up @@ -54,6 +54,8 @@
<a href="project-info.html" title="Project Information">Project Information</a>
<ul class="dropdown-menu">
<li> <a href="integration.html" title="Continuous Integration">Continuous Integration</a>
</li>
<li> <a href="dependencies.html" title="Dependencies">Dependencies</a>
</li>
<li> <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
</li>
Expand Down Expand Up @@ -122,7 +124,7 @@

<ul class="nav nav-list">
<li class="nav-header">Project Documentation</li>

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -137,6 +139,13 @@
Continuous Integration</a>
</li>

<li>

<a href="dependencies.html" title="Dependencies">
<i class="none"></i>
Dependencies</a>
</li>

<li>

<a href="dependency-convergence.html" title="Dependency Convergence">
Expand Down Expand Up @@ -233,8 +242,8 @@
<div id="bodyColumn" class="span9" >

<div class="section">
<h2>About org.chromium.debug<a name="About_org.chromium.debug"></a></h2><a name="About_org.chromium.debug"></a>
<p>org.chromium.debug</p></div>
<h2>About org.chromium.debug (feature)<a name="About_org.chromium.debug_feature"></a></h2><a name="About_org.chromium.debug_feature"></a>
<p>org.chromium.debug (feature)</p></div>
</div>
</div>
</div>
Expand Down
13 changes: 11 additions & 2 deletions site/integration.html
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20150930" />
<meta http-equiv="Content-Language" content="en" />
<title>org.chromium.debug - Continuous Integration</title>
<title>org.chromium.debug (feature) - Continuous Integration</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
Expand Down Expand Up @@ -54,6 +54,8 @@
<a href="project-info.html" title="Project Information">Project Information</a>
<ul class="dropdown-menu">
<li> <a href="integration.html" title="Continuous Integration">Continuous Integration</a>
</li>
<li> <a href="dependencies.html" title="Dependencies">Dependencies</a>
</li>
<li> <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
</li>
Expand Down Expand Up @@ -122,7 +124,7 @@

<ul class="nav nav-list">
<li class="nav-header">Project Documentation</li>

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -135,6 +137,13 @@
<a href="#"><i class="none"></i>Continuous Integration</a>
</li>

<li>

<a href="dependencies.html" title="Dependencies">
<i class="none"></i>
Dependencies</a>
</li>

<li>

<a href="dependency-convergence.html" title="Dependency Convergence">
Expand Down
13 changes: 11 additions & 2 deletions site/issue-tracking.html
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20150930" />
<meta http-equiv="Content-Language" content="en" />
<title>org.chromium.debug - Issue Tracking</title>
<title>org.chromium.debug (feature) - Issue Tracking</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
Expand Down Expand Up @@ -54,6 +54,8 @@
<a href="project-info.html" title="Project Information">Project Information</a>
<ul class="dropdown-menu">
<li> <a href="integration.html" title="Continuous Integration">Continuous Integration</a>
</li>
<li> <a href="dependencies.html" title="Dependencies">Dependencies</a>
</li>
<li> <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
</li>
Expand Down Expand Up @@ -122,7 +124,7 @@

<ul class="nav nav-list">
<li class="nav-header">Project Documentation</li>

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -137,6 +139,13 @@
Continuous Integration</a>
</li>

<li>

<a href="dependencies.html" title="Dependencies">
<i class="none"></i>
Dependencies</a>
</li>

<li>

<a href="dependency-convergence.html" title="Dependency Convergence">
Expand Down
13 changes: 11 additions & 2 deletions site/plugin-management.html
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20150930" />
<meta http-equiv="Content-Language" content="en" />
<title>org.chromium.debug - Project Plugin Management</title>
<title>org.chromium.debug (feature) - Project Plugin Management</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
Expand Down Expand Up @@ -54,6 +54,8 @@
<a href="project-info.html" title="Project Information">Project Information</a>
<ul class="dropdown-menu">
<li> <a href="integration.html" title="Continuous Integration">Continuous Integration</a>
</li>
<li> <a href="dependencies.html" title="Dependencies">Dependencies</a>
</li>
<li> <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
</li>
Expand Down Expand Up @@ -122,7 +124,7 @@

<ul class="nav nav-list">
<li class="nav-header">Project Documentation</li>

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -137,6 +139,13 @@
Continuous Integration</a>
</li>

<li>

<a href="dependencies.html" title="Dependencies">
<i class="none"></i>
Dependencies</a>
</li>

<li>

<a href="dependency-convergence.html" title="Dependency Convergence">
Expand Down

0 comments on commit f07ad44

Please sign in to comment.