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 1e44547 commit 16852a7
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 727 deletions.
557 changes: 0 additions & 557 deletions site/dependencies.html

This file was deleted.

13 changes: 2 additions & 11 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.sdk (feature) - Reactor Dependency Convergence</title>
<title>org.chromium.debug - 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,8 +54,6 @@
<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 @@ -124,7 +122,7 @@

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

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -139,13 +137,6 @@
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
33 changes: 12 additions & 21 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.sdk (feature) - Dependency Information</title>
<title>org.chromium.debug - 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,8 +54,6 @@
<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 @@ -124,7 +122,7 @@

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

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -139,13 +137,6 @@
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 @@ -247,39 +238,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.features&lt;/groupId&gt;
&lt;artifactId&gt;org.chromium.sdk&lt;/artifactId&gt;
&lt;groupId&gt;org.chromium.chromedevtools&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-feature&lt;/type&gt;
&lt;type&gt;eclipse-plugin&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.features:org.chromium.sdk:eclipse-feature:0.3.9-SNAPSHOT'</pre></div></div>
<pre>'org.chromium.chromedevtools:org.chromium.debug:eclipse-plugin: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.features&quot; name=&quot;org.chromium.sdk&quot; rev=&quot;0.3.9-SNAPSHOT&quot;&gt;
&lt;artifact name=&quot;org.chromium.sdk&quot; type=&quot;eclipse-feature&quot; /&gt;
<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;
&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.features', module='org.chromium.sdk', version='0.3.9-SNAPSHOT')
@Grab(group='org.chromium.chromedevtools', 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.features:org.chromium.sdk:0.3.9-SNAPSHOT'</pre></div></div>
<pre>compile 'org.chromium.chromedevtools: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.features/org.chromium.sdk &quot;0.3.9-SNAPSHOT&quot;]</pre></div></div>
<pre>[org.chromium.chromedevtools/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.features&quot; % &quot;org.chromium.sdk&quot; % &quot;0.3.9-SNAPSHOT&quot;</pre></div></div></div>
<pre>libraryDependencies += &quot;org.chromium.chromedevtools&quot; % &quot;org.chromium.debug&quot; % &quot;0.3.9-SNAPSHOT&quot;</pre></div></div></div>
</div>
</div>
</div>
Expand Down
15 changes: 3 additions & 12 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.sdk (feature) - Project Distribution Management</title>
<title>org.chromium.debug - 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,8 +54,6 @@
<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 @@ -124,7 +122,7 @@

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

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -139,13 +137,6 @@
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 @@ -246,7 +237,7 @@ <h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
<p>The following is the distribution management information used by this project.</p>
<div class="section">
<h3>Site - nodeclipse-1-site<a name="Site_-_nodeclipse-1-site"></a></h3><a name="Site_-_nodeclipse-1-site"></a>
<p>D:\TEMP\site\/org.chromium.parent/features/org.chromium.sdk</p></div></div>
<p>D:\TEMP\site\/org.chromium.parent/features/org.chromium.debug</p></div></div>
</div>
</div>
</div>
Expand Down
Binary file removed site/images/close.gif
Binary file not shown.
17 changes: 4 additions & 13 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.sdk (feature) - About</title>
<title>org.chromium.debug - 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,8 +54,6 @@
<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 @@ -124,7 +122,7 @@

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

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -139,13 +137,6 @@
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 @@ -242,8 +233,8 @@
<div id="bodyColumn" class="span9" >

<div class="section">
<h2>About org.chromium.sdk (feature)<a name="About_org.chromium.sdk_feature"></a></h2><a name="About_org.chromium.sdk_feature"></a>
<p>org.chromium.sdk (feature)</p></div>
<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>
</div>
</div>
</div>
Expand Down
13 changes: 2 additions & 11 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.sdk (feature) - Continuous Integration</title>
<title>org.chromium.debug - 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,8 +54,6 @@
<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 @@ -124,7 +122,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,13 +135,6 @@
<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: 2 additions & 11 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.sdk (feature) - Issue Tracking</title>
<title>org.chromium.debug - 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,8 +54,6 @@
<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 @@ -124,7 +122,7 @@

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

<li>

<a href="project-info.html" title="Project Information">
Expand All @@ -139,13 +137,6 @@
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 16852a7

Please sign in to comment.