summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupBridge/nbproject/build-impl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsGroupBridge/nbproject/build-impl.xml')
-rw-r--r--EssentialsGroupBridge/nbproject/build-impl.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/EssentialsGroupBridge/nbproject/build-impl.xml b/EssentialsGroupBridge/nbproject/build-impl.xml
index f34b6588c..c0958cd2d 100644
--- a/EssentialsGroupBridge/nbproject/build-impl.xml
+++ b/EssentialsGroupBridge/nbproject/build-impl.xml
@@ -850,11 +850,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}">