Changeset 14669
- Timestamp:
- 04/17/14 10:36:10 (10 years ago)
- Location:
- branches/1.3.1/nbproject
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3.1/nbproject/build-impl.xml
r14592 r14669 81 81 </condition> 82 82 <condition property="do.archive"> 83 <not> 84 <istrue value="${jar.archive.disabled}"/> 85 </not> 83 <or> 84 <not> 85 <istrue value="${jar.archive.disabled}"/> 86 </not> 87 <istrue value="${not.archive.disabled}"/> 88 </or> 86 89 </condition> 87 90 <condition property="do.mkdist"> … … 1200 1203 </and> 1201 1204 </condition> 1202 <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}"> 1205 <condition else="" property="bug5101868workaround" value="*.java"> 1206 <matches pattern="1\.[56](\..*)?" string="${java.version}"/> 1207 </condition> 1208 <javadoc additionalparam="-J-Dfile.encoding=${file.encoding} ${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}"> 1203 1209 <classpath> 1204 1210 <path path="${javac.classpath}"/> 1205 1211 </classpath> 1206 <fileset dir="${src.dir}" excludes=" *.java,${excludes}" includes="${includes}">1212 <fileset dir="${src.dir}" excludes="${bug5101868workaround},${excludes}" includes="${includes}"> 1207 1213 <filename name="**/*.java"/> 1208 1214 </fileset> … … 1278 1284 </target> 1279 1285 <target depends="init,compile-test,-pre-test-run" if="have.tests" name="-do-test-run"> 1280 <j2seproject3:test testincludes="**/*Test.java"/>1286 <j2seproject3:test includes="${includes}" testincludes="**/*Test.java"/> 1281 1287 </target> 1282 1288 <target depends="init,compile-test,-pre-test-run,-do-test-run" if="have.tests" name="-post-test-run"> -
branches/1.3.1/nbproject/genfiles.properties
r14592 r14669 5 5 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 6 6 nbproject/build-impl.xml.data.CRC32=742204ce 7 nbproject/build-impl.xml.script.CRC32= 364c80b98 nbproject/build-impl.xml.stylesheet.CRC32= 5a01deb7@1.68.1.467 nbproject/build-impl.xml.script.CRC32=768003f6 8 nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.1.48 9 9 nbproject/profiler-build-impl.xml.data.CRC32=71623fcd 10 10 nbproject/profiler-build-impl.xml.script.CRC32=abda56ed
Note: See TracChangeset
for help on using the changeset viewer.