summaryrefslogtreecommitdiffstats
path: root/EssentialsChat/nbproject
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2011-08-08 14:33:59 +0200
committersnowleo <schneeleo@gmail.com>2011-08-08 14:40:39 +0200
commitd5254a2885613fd35ae6b82a713471953ffdc097 (patch)
tree413e6444859c8cc217f412a60b2d4ba11b3be266 /EssentialsChat/nbproject
parent48fada9ef3272f71dea9c5e0eda557fbd47733c6 (diff)
downloadEssentials-d5254a2885613fd35ae6b82a713471953ffdc097.tar
Essentials-d5254a2885613fd35ae6b82a713471953ffdc097.tar.gz
Essentials-d5254a2885613fd35ae6b82a713471953ffdc097.tar.lz
Essentials-d5254a2885613fd35ae6b82a713471953ffdc097.tar.xz
Essentials-d5254a2885613fd35ae6b82a713471953ffdc097.zip
Changes to build-impl by Netbeans
Diffstat (limited to 'EssentialsChat/nbproject')
-rw-r--r--EssentialsChat/nbproject/build-impl.xml3
-rw-r--r--EssentialsChat/nbproject/genfiles.properties4
2 files changed, 4 insertions, 3 deletions
diff --git a/EssentialsChat/nbproject/build-impl.xml b/EssentialsChat/nbproject/build-impl.xml
index 84fb4835f..4dc2d2659 100644
--- a/EssentialsChat/nbproject/build-impl.xml
+++ b/EssentialsChat/nbproject/build-impl.xml
@@ -875,11 +875,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}">
diff --git a/EssentialsChat/nbproject/genfiles.properties b/EssentialsChat/nbproject/genfiles.properties
index 49f0e1c6b..95704bf4b 100644
--- a/EssentialsChat/nbproject/genfiles.properties
+++ b/EssentialsChat/nbproject/genfiles.properties
@@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=28e38971@1.38.2.45
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=7c7f517b
-nbproject/build-impl.xml.script.CRC32=9d5d3374
-nbproject/build-impl.xml.stylesheet.CRC32=0c01fd8e@1.43.1.45
+nbproject/build-impl.xml.script.CRC32=2447bdf5
+nbproject/build-impl.xml.stylesheet.CRC32=0ae3a408@1.44.1.45