aboutsummaryrefslogtreecommitdiffstats
path: root/nbproject/build-impl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nbproject/build-impl.xml')
-rw-r--r--nbproject/build-impl.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml
index b99e6ed..231df5a 100644
--- a/nbproject/build-impl.xml
+++ b/nbproject/build-impl.xml
@@ -159,13 +159,14 @@ is divided into following sections:
<attribute default="${includes}" name="includes"/>
<attribute default="${excludes}" name="excludes"/>
<attribute default="${javac.debug}" name="debug"/>
+ <attribute default="${javac.debuglevel}" name="debuglevel"/>
<attribute default="${empty.dir}" name="sourcepath"/>
<attribute default="${empty.dir}" name="gensrcdir"/>
<element name="customize" optional="true"/>
<sequential>
<property location="${build.dir}/empty" name="empty.dir"/>
<mkdir dir="${empty.dir}"/>
- <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}">
+ <javac debug="@{debug}" debuglevel="@{debuglevel}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}">
<src>
<dirset dir="@{gensrcdir}" erroronmissingdir="false">
<include name="*"/>