Skip to content

Commit 7b14ed6

Browse files
committed
Fix some XML tags in ADOC examples
1 parent c915136 commit 7b14ed6

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

src/site/asciidoc/examples/differentTestAndCompile.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To have different weaving configurations for the main and test classes, you can
4848
</plugin>
4949
<!-- ... -->
5050
</plugins>
51-
<build>
51+
</build>
5252
<!-- ... -->
5353
</project>
5454
----

src/site/asciidoc/examples/includeExclude.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ just add an empty `sources` tag, i.e. `<sources/>` (Maven 3 style) or `<sources>
5757
</plugin>
5858
<!-- ... -->
5959
</plugins>
60-
<build>
60+
</build>
6161
<!-- ... -->
6262
</project>
6363
----

src/site/asciidoc/examples/libraryJars.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ weaving in the plugin configuration as shown below.
6060
</plugin>
6161
<!-- ... -->
6262
</plugins>
63-
<build>
63+
</build>
6464
<!-- ... -->
6565
</project>
6666
----

src/site/asciidoc/examples/usingTogetherWithAJDT.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ overrides the configured project source folders. Any include or exclude elements
4040
</plugin>
4141
<!-- ... -->
4242
</plugins>
43-
<build>
43+
</build>
4444
<!-- ... -->
4545
</project>
4646
----

src/site/asciidoc/examples/weaveDirectories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ specify the folder(s) with the compiled classes via `weaveDirectories` and execu
5454
</plugin>
5555
<!-- ... -->
5656
</plugins>
57-
<build>
57+
</build>
5858
<!-- ... -->
5959
</project>
6060
----

src/site/asciidoc/examples/weaveJars.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ you need do configure all the JAR files you want to weave in the plugin configur
6262
</plugin>
6363
<!-- ... -->
6464
</plugins>
65-
<build>
65+
</build>
6666
<!-- ... -->
6767
</project>
6868
----

src/site/asciidoc/usage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Below follows a standard single-project usage example.
4242
</plugin>
4343
<!-- ... -->
4444
</plugins>
45-
<build>
45+
</build>
4646
<!-- ... -->
4747
</project>
4848
----
@@ -99,7 +99,7 @@ used by the compiled module in sync with it.
9999
</plugin>
100100
...
101101
</plugins>
102-
<build>
102+
</build>
103103
<!-- ... -->
104104
</project>
105105
----

0 commit comments

Comments
 (0)