Skip to content

Commit 63972d1

Browse files
committed
exclude examples for distribution
1 parent 601f0ee commit 63972d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<javac srcdir="${project.tmp}/${project.name}/src" destdir="${project.bin}"
222222
source="${java.target.version}"
223223
target="${java.target.version}" includeantruntime="false"
224-
excludes="examples"
224+
excludes="examples/*"
225225
>
226226
<classpath>
227227
<path refid="classpath" />

0 commit comments

Comments
 (0)