You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
485 B
18 lines
485 B
<?xml version="1.0" encoding="UTF-8" ?> |
|
<project name="maven-antrun-" default="main" > |
|
<target name="main"> |
|
<echo file="/opt/jenkins/data/workspace/spring-cloud-commons-2.0.x-ci/docs/target/spring-cloud-commons.adoc">:nofooter: |
|
:linkcss: |
|
:stylesdir: css |
|
:stylesheet: manual-singlepage.css |
|
|
|
= {docs-main} |
|
|
|
{spring-cloud-version} |
|
|
|
== Pick The Documentation Option |
|
|
|
- link:single/{docs-main}.html[Single HTML] |
|
- link:multi/multi_{docs-main}.html[Multi HTML]</echo> |
|
</target> |
|
</project> |