Skip to content

Commit fa0aa86

Browse files
pzygieloslawekjaranowski
authored andcommitted
(doc) Fix XML formatting
1 parent f928ced commit fa0aa86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/site/apt/examples/resource-directory.apt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,21 @@ Project
7070
you can specify that directory by doing the following:
7171

7272
+-----+
73+
<project>
7374
...
7475
<resources>
7576
<resource>
7677
<directory>src/my-resources</directory>
7778
</resource>
7879
</resources>
7980
...
81+
</project>
8082
+-----+
8183

8284
Furthermore, you can have several directories by adding multiple <<<\<resource\>>>> elements:
8385

8486
+-----+
87+
<project>
8588
...
8689
<resources>
8790
<resource>
@@ -95,4 +98,5 @@ Project
9598
</resource>
9699
</resources>
97100
...
101+
</project>
98102
+-----+

0 commit comments

Comments
 (0)