We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aad040 commit 4f67299Copy full SHA for 4f67299
docs/build.xml
@@ -50,8 +50,8 @@
50
<!-- Matches documentation files that should be included in the jar. The search is relative
51
to the docs directory. -->
52
<patternset id="jar-docs">
53
- <include name="user/**">
54
- <include name="quickstart/**">
+ <include name="user/**" />
+ <include name="quickstart/**" />
55
</patternset>
56
57
<property name="readable-project-name" value="DrJava-Docs" />
0 commit comments