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
480 B
18 lines
480 B
7 years ago
|
<?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-master-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/{docs-main}.html[Multi HTML]</echo>
|
||
|
</target>
|
||
|
</project>
|