Обновлены файлы проекта

This commit is contained in:
Victor 2014-03-04 13:45:23 +02:00
parent b13e5d5880
commit f0fe8ba1c6
3 changed files with 1419 additions and 1422 deletions

View File

@ -1202,14 +1202,11 @@ is divided into following sections:
</not>
</and>
</condition>
<condition else="" property="bug5101868workaround" value="*.java">
<matches pattern="1\.[56](\..*)?" string="${java.version}"/>
</condition>
<javadoc additionalparam="${javadoc.additionalparam}" author="${javadoc.author}" charset="UTF-8" destdir="${dist.javadoc.dir}" docencoding="UTF-8" encoding="${javadoc.encoding.used}" failonerror="true" noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" notree="${javadoc.notree}" private="${javadoc.private}" source="${javac.source}" splitindex="${javadoc.splitindex}" use="${javadoc.use}" useexternalfile="true" version="${javadoc.version}" windowtitle="${javadoc.windowtitle}">
<classpath>
<path path="${javac.classpath}"/>
</classpath>
<fileset dir="${src.dir}" excludes="${bug5101868workaround},${excludes}" includes="${includes}">
<fileset dir="${src.dir}" excludes="*.java,${excludes}" includes="${includes}">
<filename name="**/*.java"/>
</fileset>
<fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">

View File

@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=8064a381@1.74.0.48
# 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=46847003
nbproject/build-impl.xml.script.CRC32=15e55ae4
nbproject/build-impl.xml.stylesheet.CRC32=defa084b@1.74.0.48
nbproject/build-impl.xml.script.CRC32=bf41a762
nbproject/build-impl.xml.stylesheet.CRC32=2d7dee5d@1.74.0.48

View File

@ -55,7 +55,7 @@ javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
main.class=gm.LR_1
main.class=gm.LR_3
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false