summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP
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
commit9a893f65fee0bdfdc09441534b3b8e79d2955629 (patch)
tree5e80ffa939c5a655af0f2a44bd13a87646f69eda /EssentialsGeoIP
parentcc273e919cd5da0aa50db0441d4f0b3852f7397c (diff)
downloadEssentials-9a893f65fee0bdfdc09441534b3b8e79d2955629.tar
Essentials-9a893f65fee0bdfdc09441534b3b8e79d2955629.tar.gz
Essentials-9a893f65fee0bdfdc09441534b3b8e79d2955629.tar.lz
Essentials-9a893f65fee0bdfdc09441534b3b8e79d2955629.tar.xz
Essentials-9a893f65fee0bdfdc09441534b3b8e79d2955629.zip
Changes to build-impl by Netbeans
Diffstat (limited to 'EssentialsGeoIP')
-rw-r--r--EssentialsGeoIP/nbproject/build-impl.xml3
-rw-r--r--EssentialsGeoIP/nbproject/genfiles.properties4
2 files changed, 4 insertions, 3 deletions
diff --git a/EssentialsGeoIP/nbproject/build-impl.xml b/EssentialsGeoIP/nbproject/build-impl.xml
index b32699fc0..41af95ec2 100644
--- a/EssentialsGeoIP/nbproject/build-impl.xml
+++ b/EssentialsGeoIP/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/EssentialsGeoIP/nbproject/genfiles.properties b/EssentialsGeoIP/nbproject/genfiles.properties
index 3bb0e69c6..8a865da7b 100644
--- a/EssentialsGeoIP/nbproject/genfiles.properties
+++ b/EssentialsGeoIP/nbproject/genfiles.properties
@@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=28e38971@1.43.1.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=cbf94f59
-nbproject/build-impl.xml.script.CRC32=a87d6c0a
-nbproject/build-impl.xml.stylesheet.CRC32=0c01fd8e@1.43.1.45
+nbproject/build-impl.xml.script.CRC32=e7684555
+nbproject/build-impl.xml.stylesheet.CRC32=0ae3a408@1.44.1.45