Refactor to new {!include} syntax

This commit is contained in:
Chris Beams 2013-06-03 08:50:36 +02:00
parent 9c889b7df5
commit 263b7cffb1
1 changed files with 3 additions and 3 deletions

View File

@ -13,12 +13,12 @@ What you'll need
- [JDK 7][jdk7] or later - [JDK 7][jdk7] or later
- Your choice of Maven (3.0+) or Gradle (1.5+) - Your choice of Maven (3.0+) or Gradle (1.5+)
{!snippet:how-to-complete-this-guide} {!include#how-to-complete-this-guide}
<a name="scratch"></a> <a name="scratch"></a>
Set up the project Set up the project
------------------ ------------------
{!snippet:build-system-intro} {!include#build-system-intro}
<span class="maven"> <span class="maven">
### Create a Maven POM ### Create a Maven POM
@ -72,7 +72,7 @@ Set up the project
</pluginRepositories> </pluginRepositories>
</project> </project>
``` ```
{!snippet:bootstrap-starter-pom-disclaimer} {!include#bootstrap-starter-pom-disclaimer}
</span> </span>
<span class="gradle"> <span class="gradle">