Skip to content

Commit

Permalink
Published master to GitHub pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 23, 2013
1 parent b227159 commit 71d939c
Show file tree
Hide file tree
Showing 31 changed files with 345 additions and 232 deletions.
326 changes: 157 additions & 169 deletions blog/atom.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/get_involved/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<a href="/docs/using/configure-proxy.html#content">Configure HTTP Proxy</a>
</li>
<li>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
</li>
<li>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
</li>
<li>
<a href="/docs/using/faq.html#content">FAQ</a>
Expand Down
6 changes: 3 additions & 3 deletions docs/get_involved/release-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<a href="/docs/using/configure-proxy.html#content">Configure HTTP Proxy</a>
</li>
<li>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
</li>
<li>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
</li>
<li>
<a href="/docs/using/faq.html#content">FAQ</a>
Expand Down Expand Up @@ -192,7 +192,7 @@ <h2>Updating Plugin Tags</h2>
<div class="alert alert-info">We recommend using branches instead of tags, because branches allow bug-fixes; whereas, tags are fixed, and require more work to re-tag a new version with appropriate enhancements of bug-fixes.</div>
<h2>Uploading Release Documentation</h2>
<p>You must have access to project documentation servers in order to upload project documentation:</p>
<pre class="command"><code class="command">cd core/git checkout {TAG}<br />&#x000A;mvn clean javadoc:aggregate -Pjavadoc<br />&#x000A;rsync -rv &#8212;protocol=28</code>
<pre class="command"><code class="command">cd core/git checkout {TAG}&#x000A;mvn clean javadoc:aggregate -Pjavadoc&#x000A;rsync -rv --protocol=28  target/javadoc/ forge@filemgmt.jboss.org:/docs_htdocs/forge/javadoc/&#x000A;</code></pre>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/get_involved/write-docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<a href="/docs/using/configure-proxy.html#content">Configure HTTP Proxy</a>
</li>
<li>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
</li>
<li>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
</li>
<li>
<a href="/docs/using/faq.html#content">FAQ</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/important_plugins/arquillian-testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<a href="/docs/using/configure-proxy.html#content">Configure HTTP Proxy</a>
</li>
<li>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
</li>
<li>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
</li>
<li>
<a href="/docs/using/faq.html#content">FAQ</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/important_plugins/ui-scaffolding.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<a href="/docs/using/configure-proxy.html#content">Configure HTTP Proxy</a>
</li>
<li>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
</li>
<li>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
</li>
<li>
<a href="/docs/using/faq.html#content">FAQ</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<a href="/docs/using/configure-proxy.html#content">Configure HTTP Proxy</a>
</li>
<li>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
</li>
<li>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
</li>
<li>
<a href="/docs/using/faq.html#content">FAQ</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugin_development/add-commands-to-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<a href="/docs/using/configure-proxy.html#content">Configure HTTP Proxy</a>
</li>
<li>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
</li>
<li>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
</li>
<li>
<a href="/docs/using/faq.html#content">FAQ</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugin_development/add-options-to-command.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<a href="/docs/using/configure-proxy.html#content">Configure HTTP Proxy</a>
</li>
<li>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
</li>
<li>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
</li>
<li>
<a href="/docs/using/faq.html#content">FAQ</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugin_development/add-plugin-cpi.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<a href="/docs/using/configure-proxy.html#content">Configure HTTP Proxy</a>
</li>
<li>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
</li>
<li>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
</li>
<li>
<a href="/docs/using/faq.html#content">FAQ</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugin_development/enable-piping.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<a href="/docs/using/configure-proxy.html#content">Configure HTTP Proxy</a>
</li>
<li>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
</li>
<li>
<a href="/docs/using/profiling-forge.html#content">Profiling Forge</a>
<a href="/docs/using/debugging-forge.html#content">Debugging Forge</a>
</li>
<li>
<a href="/docs/using/faq.html#content">FAQ</a>
Expand Down

0 comments on commit 71d939c

Please sign in to comment.