Skip to content

Commit 43ee7d1

Browse files
committed
Remove unneeded HTML introduced the new Confluence editor
1 parent a52ff6b commit 43ee7d1

File tree

3 files changed

+386
-385
lines changed

3 files changed

+386
-385
lines changed

cargo/Installation.html

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -575,123 +575,123 @@ <h3 local-id="bdda6512eb8d" id="Navigation-Development">Development</h3>
575575
</tr>
576576
<tr valign="top">
577577
<td class="rightColumn">
578-
<h3 local-id="4d4df1d3c29b" id="Installation-JavaAPI">Java API</h3>
579-
<p local-id="b463353a6c77">Cargo offers primarily a Java API. It is meant to be embedded in your application. You'll need Java SE version 8 or greater.</p>
580-
<p local-id="dd6620a2f92c">You have two choices to pick from the <a href="Downloads.html">Downloads</a> page:</p>
581-
<ul local-id="38295bd9a45e">
582-
<li local-id="3287167e57a5">
583-
<p local-id="c4ee3c10badf">the <code>cargo-core-api-*</code> jars and the container implementations you wish to use (<code>cargo-core-container-*</code> jars)</p>
578+
<h3 id="Installation-JavaAPI">Java API</h3>
579+
<p>Cargo offers primarily a Java API. It is meant to be embedded in your application. You'll need Java SE version 8 or greater.</p>
580+
<p>You have two choices to pick from the <a href="Downloads.html">Downloads</a> page:</p>
581+
<ul>
582+
<li>
583+
<p>the <code>cargo-core-api-*</code> jars and the container implementations you wish to use (<code>cargo-core-container-*</code> jars)</p>
584584
</li>
585-
<li local-id="ae1872da5b82">
586-
<p local-id="a37dd3edb93c"><strong>or</strong> the <code>cargo-core-uberjar</code> jar which aggregates all the required jars and their core dependencies (such as the various J2EE, Java EE and Jakarta EE specifications, JNI, etc.)</p>
585+
<li>
586+
<p><strong>or</strong> the <code>cargo-core-uberjar</code> jar which aggregates all the required jars and their core dependencies (such as the various J2EE, Java EE and Jakarta EE specifications, JNI, etc.)</p>
587587
</li>
588588
</ul>
589-
<p local-id="b8e70f861181">Cargo's only base dependency not packed in the uberjar is <a href="https://repo.maven.apache.org/maven2/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar">commons discovery 0.5</a>, which itself depends on <a href="https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar">commons logging 1.1.1</a> (though our builds always use the latest version).</p>
590-
<p local-id="d7670b6b7474">In addition, some specific containers and features require the following:</p>
589+
<p>Cargo's only base dependency not packed in the uberjar is <a href="https://repo.maven.apache.org/maven2/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar">commons discovery 0.5</a>, which itself depends on <a href="https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar">commons logging 1.1.1</a> (though our builds always use the latest version).</p>
590+
<p>In addition, some specific containers and features require the following:</p>
591591
<div class="table-wrap">
592592
<table class="confluenceTable">
593593
<tbody>
594594
<tr>
595595
<th class="confluenceTh">
596-
<p local-id="237fd0e92310"><strong>Container or feature</strong></p>
596+
<p><strong>Container or feature</strong></p>
597597
</th>
598598
<th class="confluenceTh">
599-
<p local-id="3f33c7527c88"><strong>Additional dependencies</strong></p>
599+
<p><strong>Additional dependencies</strong></p>
600600
</th>
601601
</tr>
602602
<tr>
603603
<td class="confluenceTd">
604-
<p local-id="9512d9967d29">Avoiding XML parser issues</p>
604+
<p>Avoiding XML parser issues</p>
605605
</td>
606606
<td class="confluenceTd">
607-
<p local-id="c89d0a0fc7fd"><a href="Downloads.html#Downloads-licensedDTDs">Convenience JAR with DTDs that are used by some Cargo components which have licenses incompatible with the rest of Cargo</a></p>
607+
<p><a href="Downloads.html#Downloads-licensedDTDs">Convenience JAR with DTDs that are used by some Cargo components which have licenses incompatible with the rest of Cargo</a></p>
608608
</td>
609609
</tr>
610610
<tr>
611611
<td class="confluenceTd">
612-
<p local-id="c27e27b72eff"><a href="Installer.html">Installer</a>s</p>
612+
<p><a href="Installer.html">Installer</a>s</p>
613613
</td>
614614
<td class="confluenceTd">
615-
<ul local-id="3c4092c8ca91">
616-
<li local-id="a0bbddf9aa06">
617-
<p local-id="bfd5d9d7ea2c"><a href="https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar">Commons compress 1.28.0</a> or greater, which itself depends on <a href="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar">commons lang 3.18.0</a> (though our builds always use the latest version)</p>
615+
<ul>
616+
<li>
617+
<p><a href="https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar">Commons compress 1.28.0</a> or greater, which itself depends on <a href="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar">commons lang 3.18.0</a> (though our builds always use the latest version)</p>
618618
</li>
619-
<li local-id="7ade5a6c6503">
620-
<p local-id="cb7c0603057a"><a href="https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar">Tukaani XZ 1.11</a> or greater (for 7Z support)</p>
619+
<li>
620+
<p><a href="https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar">Tukaani XZ 1.11</a> or greater (for 7Z support)</p>
621621
</li>
622622
</ul>
623623
</td>
624624
</tr>
625625
<tr>
626626
<td class="confluenceTd">
627-
<p local-id="8b440f70f1bf">JOnAS standalone containers</p>
627+
<p>JOnAS standalone containers</p>
628628
</td>
629629
<td class="confluenceTd">
630-
<p local-id="4d58167abfc3"><a href="https://ant.apache.org/bindownload.cgi">Apache Ant</a> (including the Ant Launcher), the version <em>seems</em> not to matter too much</p>
630+
<p><a href="https://ant.apache.org/bindownload.cgi">Apache Ant</a> (including the Ant Launcher), the version <em>seems</em> not to matter too much</p>
631631
</td>
632632
</tr>
633633
<tr>
634634
<td class="confluenceTd">
635-
<ul local-id="8870c04a5725">
636-
<li local-id="655097ad51e3">
637-
<p local-id="bc15bf895bed">Parsing of container-specific deployables (JBoss, Orion, Tomcat, etc.)</p>
635+
<ul>
636+
<li>
637+
<p>Parsing of container-specific deployables (JBoss, Orion, Tomcat, etc.)</p>
638638
</li>
639-
<li local-id="55266be3f224">
640-
<p local-id="116054373ff7"><a href="Merging+WAR+files.html">Merging WAR files</a></p>
639+
<li>
640+
<p><a href="Merging+WAR+files.html">Merging WAR files</a></p>
641641
</li>
642642
</ul>
643643
</td>
644644
<td class="confluenceTd">
645-
<ul local-id="c7875159dd28">
646-
<li local-id="d4d53128205b">
647-
<p local-id="ec00ccba57f9"><a href="https://repo.maven.apache.org/maven2/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar">jaxen 2.0.0</a> or greater</p>
645+
<ul>
646+
<li>
647+
<p><a href="https://repo.maven.apache.org/maven2/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar">jaxen 2.0.0</a> or greater</p>
648648
</li>
649-
<li local-id="4b2cf35186be">
650-
<p local-id="c5e4098c50a0"><a href="https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar">JDOM 2.0.6.1</a> or greater</p>
649+
<li>
650+
<p><a href="https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar">JDOM 2.0.6.1</a> or greater</p>
651651
</li>
652652
</ul>
653653
</td>
654654
</tr>
655655
<tr>
656656
<td class="confluenceTd">
657-
<p local-id="1f6557431fb5">WildFly remote deployer, <a href="Cargo+Daemon.html">Cargo Daemon</a> Java client</p>
657+
<p>WildFly remote deployer, <a href="Cargo+Daemon.html">Cargo Daemon</a> Java client</p>
658658
</td>
659659
<td class="confluenceTd">
660-
<p local-id="32736e5526fd"><a href="https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar">JSON.simple 1.1.1</a>&nbsp;or greater</p>
660+
<p><a href="https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar">JSON.simple 1.1.1</a>&nbsp;or greater</p>
661661
</td>
662662
</tr>
663663
<tr>
664664
<td class="confluenceTd">
665-
<p local-id="641017c1043e">WildFly Swarm</p>
665+
<p>WildFly Swarm</p>
666666
</td>
667667
<td class="confluenceTd">
668-
<ul local-id="cd8957625a3d">
669-
<li local-id="314f380ca27b">
670-
<p local-id="6bf49025649e"><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.21.1/jackson-core-2.21.1.jar">Jackson core 2.21.1</a> or greater</p>
668+
<ul>
669+
<li>
670+
<p><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.21.1/jackson-core-2.21.1.jar">Jackson core 2.21.1</a> or greater</p>
671671
</li>
672-
<li local-id="3c35fdebad58">
673-
<p local-id="fc71c892bbbb"><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.21.1/jackson-dataformat-yaml-2.21.1.jar">Jackson YAML dataformat 2.21.1</a> or greater, which itself depends on <a href="https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.5/snakeyaml-2.5.jar">SnakeYAML 2.5</a> or greater</p>
672+
<li>
673+
<p><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.21.1/jackson-dataformat-yaml-2.21.1.jar">Jackson YAML dataformat 2.21.1</a> or greater, which itself depends on <a href="https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.5/snakeyaml-2.5.jar">SnakeYAML 2.5</a> or greater</p>
674674
</li>
675675
</ul>
676676
</td>
677677
</tr>
678678
</tbody>
679679
</table>
680680
</div>
681-
<h3 local-id="9cf48fb92ad5" id="Installation-ApacheAnt">Apache Ant</h3>
682-
<p local-id="f0eb6f9ac922">If you want use the Cargo Ant tasks, add the following JARs to Ant's classpath:</p>
683-
<ul local-id="1e0ebbabf7eb">
684-
<li local-id="e6289ff6a896">
685-
<p local-id="2399d0a887f1">The same jars as for the Java API (i.e., either the API JARs + the container(s) <strong>or</strong> the uberjar)</p>
681+
<h3 id="Installation-ApacheAnt">Apache Ant</h3>
682+
<p>If you want use the Cargo Ant tasks, add the following JARs to Ant's classpath:</p>
683+
<ul>
684+
<li>
685+
<p>The same jars as for the Java API (i.e., either the API JARs + the container(s) <strong>or</strong> the uberjar)</p>
686686
</li>
687-
<li local-id="42749dae2346">
688-
<p local-id="c5fb78f8933d">The <code>cargo-ant</code> JAR, containing the <code>&lt;taskdef&gt;</code> definition (see the <a href="Ant+support.html">Ant support</a> page)</p>
687+
<li>
688+
<p>The <code>cargo-ant</code> JAR, containing the <code>&lt;taskdef&gt;</code> definition (see the <a href="Ant+support.html">Ant support</a> page)</p>
689689
</li>
690690
</ul>
691-
<h3 local-id="0909b627366e" id="Installation-ApacheMaven3">Apache Maven 3</h3>
692-
<p local-id="a91e6d46c32c">Maven 3&nbsp;will automatically download all required dependencies: see the <a href="Maven+3+Plugin.html">Maven 3 Plugin</a> page. As a result, no installation is required for Maven 3.</p>
693-
<p local-id="090620aac9cf">If you are creating a Java applications which use the Cargo via API, you need to add as dependency either the artifact for your favorite container or the uberjar (which contains all containers). See below examples:</p>
694-
<h5 local-id="a813f65567e5" id="Installation-ExampleforaddingtheCodehausCargouberjarasdependency"><strong>Example for adding the Codehaus Cargo uberjar as dependency</strong></h5>
691+
<h3 id="Installation-ApacheMaven3">Apache Maven 3</h3>
692+
<p>Maven 3&nbsp;will automatically download all required dependencies: see the <a href="Maven+3+Plugin.html">Maven 3 Plugin</a> page. As a result, no installation is required for Maven 3.</p>
693+
<p>If you are creating a Java applications which use the Cargo via API, you need to add as dependency either the artifact for your favorite container or the uberjar (which contains all containers). See below examples:</p>
694+
<h5 id="Installation-ExampleforaddingtheCodehausCargouberjarasdependency"><strong>Example for adding the Codehaus Cargo uberjar as dependency</strong></h5>
695695
<div class="code panel pdl conf-macro output-block" style="border-width: 1px;">
696696
<div class="codeContent panelContent pdl">
697697
<pre class="syntaxhighlighter-pre">&lt;dependency&gt;
@@ -701,8 +701,8 @@ <h5 local-id="a813f65567e5" id="Installation-ExampleforaddingtheCodehausCargoube
701701
&lt;/dependency&gt;</pre>
702702
</div>
703703
</div>
704-
<p local-id="9c3a53f74d9e">or, with the Tomcat container (as an example):</p>
705-
<h5 local-id="f7543793e45e" id="Installation-ExampleforaddingtheCodehausCargoTomcatcontainerasdependency"><strong>Example for adding the Codehaus Cargo Tomcat container as dependency</strong></h5>
704+
<p>or, with the Tomcat container (as an example):</p>
705+
<h5 id="Installation-ExampleforaddingtheCodehausCargoTomcatcontainerasdependency"><strong>Example for adding the Codehaus Cargo Tomcat container as dependency</strong></h5>
706706
<div class="code panel pdl conf-macro output-block" style="border-width: 1px;">
707707
<div class="codeContent panelContent pdl">
708708
<pre class="syntaxhighlighter-pre">&lt;dependency&gt;

0 commit comments

Comments
 (0)