Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
7b83d272
Commit
7b83d272
authored
Mar 24, 2014
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Update build artifact for NetBeans 8.0
parent
fcc47120
Changes
2
Hide whitespace changes
Inline
Side-by-side
nbproject/build-impl.xml
View file @
7b83d272
...
...
@@ -80,9 +80,12 @@ is divided into following sections:
</and>
</condition>
<condition
property=
"do.archive"
>
<not>
<istrue
value=
"${jar.archive.disabled}"
/>
</not>
<or>
<not>
<istrue
value=
"${jar.archive.disabled}"
/>
</not>
<istrue
value=
"${not.archive.disabled}"
/>
</or>
</condition>
<condition
property=
"do.mkdist"
>
<and>
...
...
@@ -1199,11 +1202,14 @@ is divided into following sections:
</not>
</and>
</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}"
>
<condition
else=
""
property=
"bug5101868workaround"
value=
"*.java"
>
<matches
pattern=
"1\.[56](\..*)?"
string=
"${java.version}"
/>
</condition>
<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}"
>
<classpath>
<path
path=
"${javac.classpath}"
/>
</classpath>
<fileset
dir=
"${src.dir}"
excludes=
"
*.java
,${excludes}"
includes=
"${includes}"
>
<fileset
dir=
"${src.dir}"
excludes=
"
${bug5101868workaround}
,${excludes}"
includes=
"${includes}"
>
<filename
name=
"**/*.java"
/>
</fileset>
<fileset
dir=
"${build.generated.sources.dir}"
erroronmissingdir=
"false"
>
...
...
@@ -1277,7 +1283,7 @@ is divided into following sections:
<mkdir
dir=
"${build.test.results.dir}"
/>
</target>
<target
depends=
"init,compile-test,-pre-test-run"
if=
"have.tests"
name=
"-do-test-run"
>
<j2seproject3:test
testincludes=
"**/*Test.java"
/>
<j2seproject3:test
includes=
"${includes}"
testincludes=
"**/*Test.java"
/>
</target>
<target
depends=
"init,compile-test,-pre-test-run,-do-test-run"
if=
"have.tests"
name=
"-post-test-run"
>
<fail
if=
"tests.failed"
unless=
"ignore.failing.tests"
>
Some tests failed; see details above.
</fail>
...
...
nbproject/genfiles.properties
View file @
7b83d272
...
...
@@ -4,8 +4,8 @@ build.xml.stylesheet.CRC32=be360661
# 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
=
742204ce
nbproject/
build-impl.xml.script.CRC32
=
364c80b9
nbproject/
build-impl.xml.stylesheet.CRC32
=
5a01deb7
@1.
68
.1.4
6
nbproject/
build-impl.xml.script.CRC32
=
768003f6
nbproject/
build-impl.xml.stylesheet.CRC32
=
876e7a8f
@1.
74
.1.4
8
nbproject/
profiler-build-impl.xml.data.CRC32
=
71623fcd
nbproject/
profiler-build-impl.xml.script.CRC32
=
abda56ed
nbproject/
profiler-build-impl.xml.stylesheet.CRC32
=
42cb6bcf
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment