summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/nbproject/build-impl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsGroupManager/nbproject/build-impl.xml')
-rw-r--r--EssentialsGroupManager/nbproject/build-impl.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/EssentialsGroupManager/nbproject/build-impl.xml b/EssentialsGroupManager/nbproject/build-impl.xml
index e5512e26c..9382e257b 100644
--- a/EssentialsGroupManager/nbproject/build-impl.xml
+++ b/EssentialsGroupManager/nbproject/build-impl.xml
@@ -843,11 +843,12 @@ is divided into following sections:
<classpath>
<path path="${javac.classpath}"/>
</classpath>
- <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
+ <fileset dir="${src.dir}" excludes="*.java,${excludes}" includes="${includes}">
<filename name="**/*.java"/>
</fileset>
<fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
<include name="**/*.java"/>
+ <exclude name="*.java"/>
</fileset>
</javadoc>
<copy todir="${dist.javadoc.dir}">