This is an automated email from the ASF dual-hosted git repository.
jlahoda pushed a change to branch jdk18_3
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from 766be2c nb-javac-x jars change and test case issue fixes
add d332c45 #250103: Support bundled JRE with macOS (thanks to Peter
Hansson)
add efca8b2 Merge branch 'master' into rtaneja/after_donation1
add e2063e5 Merge pull request #422 from rtaneja1/rtaneja/after_donation1
add c44876d [NETBEANS-364] Avoiding dependency on javax.activation which
appears unnecessary.
add 738fa78 Merge pull request #416 from jlahoda/NETBEANS-364
add 31fe268 Wrapping version increment in synchronized(this) block is
causing deadlocks
add ccb2288 Merge pull request #423 from
JaroslavTulach/AvoidDeadlockInLexing
add e04b91a Providing exact steps used to rebuild the Equinox JAR and
renaming it to stress the fact it has been modified
add 7bdcd1d Merge pull request #421 from JaroslavTulach/RebuildEquinox
add 1acd328 [NETBEANS-135] Fix HeapTest on lib.profiler.
add accf3e4 Merge branch 'pr/376' into merge-376
add 6d9346e Update licenseinfos to match ALv2 header for ASF projects
add 1e536b0 Correct license name (fix build failure)
add 8a773b5 Adding utilities to construct boot classpath and module boot
classpath on both JDK 8 and JDK 9+ (replaces TestUtil.getBootClassPath). Using
it in hint tests and completion tests. (#430)
add 727e223 Fixing a few problems that happen during indexing using JDK's
javac. (#428)
add 8194f48 [NETBEANS-283] private_key in libs.git module should be
renamed (#426)
add d9acf07 Fixing ElementHandleTest: the test expects
java/lang/String$1.class on the bootclasspath, which does not appear to be in
ct.sym, so using rt.jar for now. Allowing the test to run on JDK 9+ by getting
proper bootclasspath. (#418)
add b10076d NETBEANS-357: corrected the target folder for toolbar link
for action (#409)
add c6ec0e0 [NETBEANS-353] Using the (--)release setting in Maven
projects to return an appropriate value from SourceLevelQuery. Won't affect the
boot/system module class path at this time. (#408)
add ac0c2ac [270357] IllegalArgumentException raised by maven-indexer
add 1915c0c Merge pull request #427 from matthiasblaesing/issue-270357
add e6faa11 [NETBEANS-402] ClassCastException at
org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.getParSize()
add 90ad2ff Merge pull request #429 from cowwoc/netbeans-402
add 4c4b3cf [NETBEANS-411] remove Xylophone sample with potentially
problematic licensing of wav files (#432)
add 07f96ca [NETBEANS-206] Make sure the JavaScript coloring prevails
inside of Java strings
add feeab51 Refactoring the colorization into own method
add ccc9b5f Merge pull request #431 from
JaroslavTulach/jtulach/RemoveOtherStringEmbeddings
add 4c4bdd6 Added build badges to README.md
add 90366d0 Merge pull request #434 from blackleg/ci_badges
add c9b8c2a [NETBEANS-405] Avoiding use of internal classes, searching
boot classpath to detect JDK modules.
add 7bdc560 [NETBEANS-139] Create archive sample needed for some tests.
add 31f9682 Merge pull request #398 from blackleg/fix_parsing_nb_test
add 74bb76a More robustness when resource name of loadImageIcon is null
add 4f9f75e Merge pull request #438 from
JaroslavTulach/jtulach/NullYieldsNull
add f0e6ea3 By default use 'ant build' which compiles not only the module
code, but also its tests
add 6597503 Prefer 'ant build', but shield against missing build target
by replacing it with netbeans one
add 00193de Merge pull request #420 from JaroslavTulach/AlwaysCompileTests
new 967fac3 Merge branch 'master' into jdk18_3
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 7 +
ant.browsetask/build.xml | 2 +-
ant.debugger/build.xml | 2 +-
ant.freeform/build.xml | 2 +-
ant.grammar/build.xml | 2 +-
ant.kit/build.xml | 2 +-
api.annotations.common/build.xml | 2 +-
api.debugger.jpda/build.xml | 2 +-
api.debugger/build.xml | 2 +-
api.htmlui/build.xml | 2 +-
api.intent/build.xml | 2 +-
api.io/build.xml | 2 +-
api.java.classpath/build.xml | 2 +-
api.java/build.xml | 2 +-
api.maven/build.xml | 2 +-
api.progress.compat8/build.xml | 2 +-
api.progress.nb/build.xml | 2 +-
api.progress/build.xml | 2 +-
api.search/build.xml | 2 +-
api.templates/build.xml | 2 +-
api.visual/build.xml | 2 +-
api.xml.ui/build.xml | 2 +-
api.xml/build.xml | 2 +-
apisupport.ant/build.xml | 2 +-
.../apisupport/project/ui/ModuleActions.java | 31 +-
.../example-external-projects/html4j/build.xml | 2 +-
.../example-external-projects/javafx/build.xml | 2 +-
.../suite1/action-project/build.xml | 2 +-
.../suite1/support/lib-project/build.xml | 2 +-
.../suite2/misc-project/build.xml | 2 +-
.../suite3/dummy-project/build.xml | 2 +-
.../suite4/module1/build.xml | 2 +-
.../suite4/module2/build.xml | 2 +-
apisupport.harness/build.xml | 2 +-
apisupport.harness/release/build.xml | 2 +-
apisupport.installer.maven/build.xml | 2 +-
apisupport.installer/build.xml | 2 +-
apisupport.kit/build.xml | 2 +-
apisupport.project/build.xml | 2 +-
apisupport.refactoring/build.xml | 2 +-
.../test/qa-functional/data/testRename/build.xml | 2 +-
apisupport.wizards/build.xml | 2 +-
applemenu/build.xml | 2 +-
autoupdate.cli/build.xml | 2 +-
autoupdate.pluginimporter/build.xml | 2 +-
autoupdate.services/build.xml | 2 +-
autoupdate.ui/build.xml | 2 +-
beans/build.xml | 2 +-
bugtracking.bridge/build.xml | 2 +-
bugtracking.commons/build.xml | 2 +-
bugtracking/build.xml | 2 +-
bugzilla.exceptionreporter/build.xml | 2 +-
bugzilla/build.xml | 2 +-
c.google.guava/build.xml | 2 +-
c.googlecode.javaewah.JavaEWAH/build.xml | 2 +-
c.jcraft.jsch/build.xml | 2 +-
c.jcraft.jzlib/build.xml | 2 +-
classfile/build.xml | 2 +-
code.analysis/build.xml | 2 +-
core.browser.webview/build.xml | 2 +-
core.browser/build.xml | 2 +-
core.execution/build.xml | 2 +-
core.ide/build.xml | 2 +-
core.io.ui/build.xml | 2 +-
core.kit/build.xml | 2 +-
core.multitabs.project/build.xml | 2 +-
core.multitabs/build.xml | 2 +-
core.multiview/build.xml | 2 +-
core.nativeaccess/build.xml | 2 +-
core.netigso/build.xml | 2 +-
core.network/build.xml | 2 +-
core.osgi/build.xml | 2 +-
core.output2/build.xml | 2 +-
core.startup.base/build.xml | 2 +-
core.startup/build.xml | 2 +-
core.ui/build.xml | 2 +-
core.windows/build.xml | 2 +-
csl.api/build.xml | 2 +-
csl.types/build.xml | 2 +-
css.editor/build.xml | 2 +-
css.lib/build.xml | 2 +-
css.model/build.xml | 2 +-
css.prep/build.xml | 2 +-
css.visual/build.xml | 2 +-
db.core/build.xml | 2 +-
db.dataview/build.xml | 2 +-
db.drivers/build.xml | 2 +-
db.kit/build.xml | 2 +-
db.metadata.model/build.xml | 2 +-
db.mysql/build.xml | 2 +-
db.sql.editor/build.xml | 2 +-
db.sql.visualeditor/build.xml | 2 +-
db/build.xml | 2 +-
dbapi/build.xml | 2 +-
dbschema/build.xml | 2 +-
deadlock.detector/build.xml | 2 +-
debugger.jpda.ant/build.xml | 2 +-
debugger.jpda.heapwalk/build.xml | 2 +-
debugger.jpda.js/build.xml | 2 +-
debugger.jpda.jsui/build.xml | 2 +-
debugger.jpda.kit/build.xml | 2 +-
debugger.jpda.projects/build.xml | 2 +-
debugger.jpda.projectsui/build.xml | 2 +-
debugger.jpda.ui/build.xml | 2 +-
debugger.jpda.visual/build.xml | 2 +-
debugger.jpda/build.xml | 2 +-
defaults/build.xml | 2 +-
derby/build.xml | 2 +-
diff/build.xml | 2 +-
dlight.nativeexecution.nb/build.xml | 2 +-
dlight.nativeexecution/build.xml | 2 +-
dlight.terminal/build.xml | 2 +-
docker.api/build.xml | 2 +-
docker.editor/build.xml | 2 +-
docker.ui/build.xml | 2 +-
editor.actions/build.xml | 2 +-
editor.bookmarks/build.xml | 2 +-
editor.bracesmatching/build.xml | 2 +-
editor.breadcrumbs/build.xml | 2 +-
editor.codetemplates/build.xml | 2 +-
editor.completion/build.xml | 2 +-
editor.deprecated.pre65formatting/build.xml | 2 +-
editor.document/build.xml | 2 +-
editor.errorstripe.api/build.xml | 2 +-
editor.errorstripe/build.xml | 2 +-
editor.fold.nbui/build.xml | 2 +-
editor.fold/build.xml | 2 +-
editor.global.format/build.xml | 2 +-
editor.guards/build.xml | 2 +-
editor.htmlui/build.xml | 2 +-
.../modules/editor/htmlui/JSEmbeddingProvider.java | 13 +-
editor.indent.project/build.xml | 2 +-
editor.indent.support/build.xml | 2 +-
editor.indent/build.xml | 2 +-
editor.kit/build.xml | 2 +-
editor.lib/build.xml | 2 +-
editor.lib2/build.xml | 2 +-
editor.lib2/nbproject/project.xml | 9 +
.../lib2/EditorActionRegistrationProcessor.java | 3 +-
.../EditorActionRegistrationTest.java | 40 +
editor.macros/build.xml | 2 +-
editor.mimelookup.impl/build.xml | 2 +-
editor.mimelookup/build.xml | 2 +-
editor.plain.lib/build.xml | 2 +-
editor.plain/build.xml | 2 +-
editor.search/build.xml | 2 +-
editor.settings.lib/build.xml | 2 +-
editor.settings.storage/build.xml | 2 +-
editor.settings/build.xml | 2 +-
editor.structure/build.xml | 2 +-
editor.tools.storage/build.xml | 2 +-
editor.util/build.xml | 2 +-
editor/build.xml | 2 +-
extbrowser/build.xml | 2 +-
extexecution.base/build.xml | 2 +-
extexecution.impl/build.xml | 2 +-
extexecution.process.jdk9/build.xml | 2 +-
extexecution.process/build.xml | 2 +-
extexecution/build.xml | 2 +-
favorites/build.xml | 2 +-
findbugs.installer/build.xml | 2 +-
form.binding/build.xml | 2 +-
form.j2ee/build.xml | 2 +-
form.kit/build.xml | 2 +-
form.nb/build.xml | 2 +-
form.refactoring/build.xml | 2 +-
form/build.xml | 2 +-
git/build.xml | 2 +-
gototest/build.xml | 2 +-
gsf.codecoverage/build.xml | 2 +-
gsf.testrunner.ui/build.xml | 2 +-
gsf.testrunner/build.xml | 2 +-
hibernate/build.xml | 2 +-
hibernate4lib/build.xml | 2 +-
html.custom/build.xml | 2 +-
html.editor.lib/build.xml | 2 +-
html.editor/build.xml | 2 +-
html.editor/licenseinfo.xml | 4 +-
html.lexer/build.xml | 2 +-
html.parser/build.xml | 2 +-
html.validation/build.xml | 2 +-
html/build.xml | 2 +-
httpserver/build.xml | 2 +-
hudson.ant/build.xml | 2 +-
hudson.git/build.xml | 2 +-
hudson.maven/build.xml | 2 +-
hudson.mercurial/build.xml | 2 +-
hudson.subversion/build.xml | 2 +-
hudson.tasklist/build.xml | 2 +-
hudson.ui/build.xml | 2 +-
hudson/build.xml | 2 +-
i18n.form/build.xml | 2 +-
i18n/build.xml | 2 +-
ide.branding.kit/build.xml | 2 +-
ide.branding/build.xml | 2 +-
ide.kit/build.xml | 2 +-
image/build.xml | 2 +-
j2ee.core.utilities/build.xml | 2 +-
j2ee.eclipselink/build.xml | 2 +-
j2ee.eclipselinkmodelgen/build.xml | 2 +-
j2ee.jpa.refactoring/build.xml | 2 +-
j2ee.jpa.verification/build.xml | 2 +-
j2ee.metadata.model.support/build.xml | 2 +-
j2ee.metadata/build.xml | 2 +-
j2ee.persistence.kit/build.xml | 2 +-
j2ee.persistence/build.xml | 2 +-
j2ee.persistence/licenseinfo.xml | 2 +-
j2ee.persistenceapi/build.xml | 2 +-
java.api.common/build.xml | 2 +-
java.completion/build.xml | 2 +-
.../java/completion/CompletionTestBase.java | 13 +-
java.debug/build.xml | 2 +-
java.editor.base/build.xml | 2 +-
java.editor.lib/build.xml | 2 +-
java.editor/build.xml | 2 +-
java.examples/build.xml | 2 +-
java.freeform/build.xml | 2 +-
java.graph/build.xml | 2 +-
java.guards/build.xml | 2 +-
java.hints.declarative.test/build.xml | 2 +-
java.hints.declarative/build.xml | 2 +-
java.hints.legacy.spi/build.xml | 2 +-
java.hints.test/build.xml | 2 +-
java.hints.test/nbproject/project.properties | 2 +-
java.hints.test/nbproject/project.xml | 29 +-
.../modules/java/hints/test/BootClassPathUtil.java | 307 +
.../modules/java/hints/test/api/HintTest.java | 49 +-
.../modules/java/hints/test/api/HintTestTest.java | 18 +
java.hints.ui/build.xml | 2 +-
java.hints/build.xml | 2 +-
java.hints/nbproject/project.xml | 3 +
java.j2sedeploy/build.xml | 2 +-
java.j2seembedded/build.xml | 2 +-
java.j2semodule/build.xml | 2 +-
java.j2seplatform/build.xml | 2 +-
java.j2seprofiles/build.xml | 2 +-
java.j2seproject/build.xml | 2 +-
java.kit/build.xml | 2 +-
java.lexer/build.xml | 2 +-
java.metrics/build.xml | 2 +-
java.module.graph/build.xml | 2 +-
.../java/module/graph/DependencyCalculator.java | 19 +-
java.navigation/build.xml | 2 +-
java.platform.ui/build.xml | 2 +-
java.platform/build.xml | 2 +-
java.preprocessorbridge/build.xml | 2 +-
java.project.ui/build.xml | 2 +-
java.project/build.xml | 2 +-
java.source.ant/build.xml | 2 +-
java.source.base/build.xml | 2 +-
.../java/source/indexing/VanillaCompileWorker.java | 12 +-
.../api/java/source/ElementHandleTest.java | 26 +-
.../modules/java/source/BootClassPathUtil.java | 307 +
.../org/netbeans/modules/java/source/TestUtil.java | 60 +-
.../source/indexing/VanillaCompileWorkerTest.java | 20 +-
java.source.compat8/build.xml | 2 +-
java.source.nbjavac/build.xml | 2 +-
java.source.queries/build.xml | 2 +-
java.source.queriesimpl/build.xml | 2 +-
java.source/build.xml | 2 +-
java.sourceui/build.xml | 2 +-
java.testrunner.ant/build.xml | 2 +-
java.testrunner.ui/build.xml | 2 +-
java.testrunner/build.xml | 2 +-
javadoc/build.xml | 2 +-
.../modules/javadoc/highlighting/Highlighting.java | 12 +-
javaee.injection/build.xml | 2 +-
javafx2.editor/build.xml | 2 +-
javafx2.kit/build.xml | 2 +-
javafx2.platform/build.xml | 2 +-
javafx2.project/build.xml | 2 +-
javafx2.samples/Xylophone/build.xml | 82 -
javafx2.samples/Xylophone/manifest.mf | 3 -
.../Xylophone/nbproject/genfiles.properties | 24 -
javafx2.samples/Xylophone/nbproject/jfx-impl.xml | 4013 -
.../Xylophone/nbproject/project.properties | 126 -
javafx2.samples/Xylophone/nbproject/project.xml | 47 -
javafx2.samples/Xylophone/src/xylophone/Note1.wav | Bin 200026 -> 0 bytes
javafx2.samples/Xylophone/src/xylophone/Note2.wav | Bin 200026 -> 0 bytes
javafx2.samples/Xylophone/src/xylophone/Note3.wav | Bin 200026 -> 0 bytes
javafx2.samples/Xylophone/src/xylophone/Note4.wav | Bin 200026 -> 0 bytes
javafx2.samples/Xylophone/src/xylophone/Note5.wav | Bin 200026 -> 0 bytes
javafx2.samples/Xylophone/src/xylophone/Note6.wav | Bin 200026 -> 0 bytes
javafx2.samples/Xylophone/src/xylophone/Note7.wav | Bin 200026 -> 0 bytes
javafx2.samples/Xylophone/src/xylophone/Note8.wav | Bin 199240 -> 0 bytes
.../Xylophone/src/xylophone/Xylophone.java | 192 -
javafx2.samples/build.xml | 7 +-
.../modules/javafx2/samples/Bundle.properties | 1 -
.../javafx2/samples/resources/Xylophone.html | 30 -
.../modules/javafx2/samples/resources/layer.xml | 10 -
javafx2.scenebuilder/build.xml | 2 +-
javahelp/build.xml | 2 +-
javascript2.debug.ui/build.xml | 2 +-
javascript2.debug/build.xml | 2 +-
javawebstart/build.xml | 2 +-
jellytools.ide/build.xml | 2 +-
jellytools.java/build.xml | 2 +-
jellytools.platform/build.xml | 2 +-
jemmy/build.xml | 2 +-
jshell.support/build.xml | 2 +-
jumpto/build.xml | 2 +-
junit.ant.ui/build.xml | 2 +-
junit.ant/build.xml | 2 +-
junit.ui/build.xml | 2 +-
junit/build.xml | 2 +-
junitlib/build.xml | 2 +-
keyring.fallback/build.xml | 2 +-
keyring.impl/build.xml | 2 +-
keyring/build.xml | 2 +-
languages.diff/build.xml | 2 +-
languages.manifest/build.xml | 2 +-
languages.yaml/build.xml | 2 +-
languages/build.xml | 2 +-
lexer.nbbridge/build.xml | 2 +-
lexer/build.xml | 2 +-
lib.jshell.agent/build.xml | 2 +-
lib.nbjavac/build.xml | 2 +-
lib.nbjshell/build.xml | 2 +-
lib.nbjshell9/build.xml | 2 +-
lib.profiler.charts/build.xml | 2 +-
lib.profiler.common/build.xml | 2 +-
lib.profiler.ui/build.xml | 2 +-
lib.profiler/build.xml | 2 +-
{performance => lib.profiler}/licenseinfo.xml | 6 +-
.../lib/profiler/server/ProfilerRuntimeCPU.java | 7 +
.../org/netbeans/lib/profiler/heap/HeapTest.java | 159 +-
.../org/netbeans/lib/profiler/heap/heapDumpLog.txt | 96339 +++++++++++++++++++
.../org/netbeans/lib/profiler/heap/heap_dump.bin | Bin 0 -> 3214090 bytes
.../netbeans/lib/profiler/heap/testHeapDumpLog.txt | 27927 ------
lib.terminalemulator/build.xml | 2 +-
lib.uihandler/build.xml | 2 +-
libs.antlr3.runtime/build.xml | 2 +-
libs.antlr4.runtime/build.xml | 2 +-
libs.asm/build.xml | 2 +-
libs.bytelist/build.xml | 2 +-
libs.cglib/build.xml | 2 +-
libs.commons_compress/build.xml | 2 +-
libs.commons_net/build.xml | 2 +-
libs.felix/build.xml | 2 +-
libs.freemarker/build.xml | 2 +-
libs.git/build.xml | 2 +-
.../test/unit/data/{private_key => testing_key} | 0
.../org/netbeans/libs/git/jgit/ConnectionTest.java | 10 +-
libs.ini4j/build.xml | 2 +-
libs.javacapi/build.xml | 2 +-
libs.javacimpl/build.xml | 2 +-
libs.javafx/build.xml | 2 +-
libs.jaxb/build.xml | 2 +-
libs.jna.platform/build.xml | 2 +-
libs.jna/build.xml | 2 +-
libs.jsch.agentproxy/build.xml | 2 +-
libs.jshell.compile/build.xml | 2 +-
libs.json_simple/build.xml | 2 +-
libs.jsr223/build.xml | 2 +-
libs.junit4/build.xml | 2 +-
libs.jvyamlb/build.xml | 2 +-
libs.lucene/build.xml | 2 +-
libs.nbi.ant/build.xml | 2 +-
libs.nbi.engine/build.xml | 2 +-
libs.osgi/build.xml | 2 +-
libs.smack/build.xml | 2 +-
libs.springframework/build.xml | 2 +-
libs.svnClientAdapter.javahl/build.xml | 2 +-
libs.svnClientAdapter.svnkit/build.xml | 2 +-
libs.svnClientAdapter/build.xml | 2 +-
libs.testng/build.xml | 2 +-
libs.xerces/build.xml | 2 +-
localhistory/build.xml | 2 +-
localtasks/build.xml | 2 +-
masterfs.linux/build.xml | 2 +-
masterfs.macosx/build.xml | 2 +-
masterfs.nio2/build.xml | 2 +-
masterfs.ui/build.xml | 2 +-
masterfs.windows/build.xml | 2 +-
masterfs/build.xml | 2 +-
maven.apisupport/build.xml | 2 +-
maven.checkstyle/build.xml | 2 +-
maven.coverage/build.xml | 2 +-
maven.embedder/build.xml | 2 +-
maven.grammar/build.xml | 2 +-
maven.graph/build.xml | 2 +-
maven.hints/build.xml | 2 +-
maven.htmlui/build.xml | 2 +-
maven.indexer.ui/build.xml | 2 +-
maven.indexer/build.xml | 2 +-
.../maven/indexer/NexusRepositoryIndexerImpl.java | 13 +
maven.junit.ui/build.xml | 2 +-
maven.junit/build.xml | 2 +-
maven.kit/build.xml | 2 +-
maven.model/build.xml | 2 +-
maven.osgi/build.xml | 2 +-
maven.persistence/build.xml | 2 +-
maven.profiler/build.xml | 2 +-
maven.refactoring/build.xml | 2 +-
maven.repository/build.xml | 2 +-
maven.search/build.xml | 2 +-
maven.spring/build.xml | 2 +-
maven/build.xml | 2 +-
.../org/netbeans/modules/maven/api/Constants.java | 1 +
.../maven/queries/MavenSourceLevelImpl.java | 47 +-
.../maven/queries/MavenSourceLevelImplTest.java | 27 +
mercurial/build.xml | 2 +-
mylyn.util/build.xml | 2 +-
nashorn.execution/build.xml | 2 +-
.../nbbuild/extlibs/CreateLicenseSummary.java | 2 +-
nbbuild/licenses/Apache-2.0-ASF | 213 +
nbbuild/licenses/names.properties | 1 +
nbbuild/rat-exclusions.txt | 3 +-
nbbuild/templates/common.xml | 2 +
.../actions/CreateMacOSAppLauncherAction.java | 10 +
nbjunit/build.xml | 2 +-
net.java.html.boot.fx/build.xml | 2 +-
net.java.html.boot.script/build.xml | 2 +-
net.java.html.boot/build.xml | 2 +-
net.java.html.geo/build.xml | 2 +-
net.java.html.json/build.xml | 2 +-
net.java.html.sound/build.xml | 2 +-
net.java.html/build.xml | 2 +-
netbinox/build.xml | 2 +-
netbinox/external/M20140115-0800.patch | 44 +
netbinox/external/binaries-list | 2 +-
...g.eclipse.osgi_3.9.1.v20140110-1610-license.txt | 2 +-
netbinox/external/rebuild-equinox.sh | 38 +
netbinox/nbproject/project.properties | 2 +-
netbinox/nbproject/project.xml | 4 +-
.../modules/netbinox/CountingSecurityManager.java | 2 +-
notifications/build.xml | 2 +-
o.apache.commons.codec/build.xml | 2 +-
o.apache.commons.httpclient/build.xml | 2 +-
o.apache.commons.io/build.xml | 2 +-
o.apache.commons.lang/build.xml | 2 +-
o.apache.commons.logging/build.xml | 2 +-
o.apache.tools.ant.module/build.xml | 2 +-
o.apache.ws.commons.util/build.xml | 2 +-
o.apache.xml.resolver/build.xml | 2 +-
o.apache.xmlrpc/build.xml | 2 +-
o.eclipse.core.contenttype/build.xml | 2 +-
o.eclipse.core.jobs/build.xml | 2 +-
o.eclipse.core.net/build.xml | 2 +-
.../build.xml | 2 +-
o.eclipse.core.runtime/build.xml | 2 +-
o.eclipse.equinox.app/build.xml | 2 +-
o.eclipse.equinox.common/build.xml | 2 +-
o.eclipse.equinox.preferences/build.xml | 2 +-
o.eclipse.equinox.registry/build.xml | 2 +-
o.eclipse.equinox.security/build.xml | 2 +-
o.eclipse.jgit.java7/build.xml | 2 +-
o.eclipse.jgit/build.xml | 2 +-
o.eclipse.mylyn.bugzilla.core/build.xml | 2 +-
o.eclipse.mylyn.commons.core/build.xml | 2 +-
o.eclipse.mylyn.commons.net/build.xml | 2 +-
.../build.xml | 2 +-
o.eclipse.mylyn.commons.xmlrpc/build.xml | 2 +-
o.eclipse.mylyn.tasks.core/build.xml | 2 +-
o.eclipse.mylyn.wikitext.confluence.core/build.xml | 2 +-
o.eclipse.mylyn.wikitext.core/build.xml | 2 +-
o.eclipse.mylyn.wikitext.markdown.core/build.xml | 2 +-
o.eclipse.mylyn.wikitext.textile.core/build.xml | 2 +-
o.jdesktop.beansbinding/build.xml | 2 +-
o.n.bootstrap/build.xml | 2 +-
o.n.core/build.xml | 2 +-
o.n.html.ko4j/build.xml | 2 +-
o.n.html.xhr4j/build.xml | 2 +-
o.n.insane/build.xml | 2 +-
o.n.swing.dirchooser/build.xml | 2 +-
o.n.swing.outline/build.xml | 2 +-
o.n.swing.plaf/build.xml | 2 +-
o.n.swing.tabcontrol/build.xml | 2 +-
o.n.upgrader/build.xml | 2 +-
o.openidex.util/build.xml | 2 +-
openide.actions/build.xml | 2 +-
openide.awt/build.xml | 2 +-
openide.awt/nbproject/project.properties | 2 +-
openide.awt/src/org/openide/awt/QuickSearch.java | 24 +-
openide.compat/build.xml | 2 +-
openide.dialogs/build.xml | 2 +-
openide.execution.compat8/build.xml | 2 +-
openide.execution/build.xml | 2 +-
openide.explorer/build.xml | 2 +-
openide.filesystems.compat8/build.xml | 2 +-
openide.filesystems.nb/build.xml | 2 +-
openide.filesystems/build.xml | 2 +-
openide.io/build.xml | 2 +-
openide.loaders/build.xml | 2 +-
openide.modules/build.xml | 2 +-
openide.nodes/build.xml | 2 +-
openide.options/build.xml | 2 +-
openide.text/build.xml | 2 +-
openide.util.enumerations/build.xml | 2 +-
openide.util.lookup/build.xml | 2 +-
openide.util.ui/build.xml | 2 +-
.../src/org/openide/util/ImageUtilities.java | 6 +
.../src/org/openide/util/ImageUtilitiesTest.java | 13 +-
openide.util/build.xml | 2 +-
openide.windows/build.xml | 2 +-
options.api/build.xml | 2 +-
options.editor/build.xml | 2 +-
options.java/build.xml | 2 +-
options.keymap/build.xml | 2 +-
parsing.api/build.xml | 2 +-
parsing.indexing/build.xml | 12 +-
.../impl/indexing/RepositoryUpdaterTest.java | 23 +-
parsing.lucene/build.xml | 2 +-
parsing.nb/build.xml | 3 +-
.../parsing/nb/RepositoryUpdaterEventTest.java | 2 -
parsing.ui/build.xml | 2 +-
performance.java/build.xml | 2 +-
.../src/folders/xmlFolder100/build.xml | 2 +-
.../qa-functional/data/SystemProperties/build.xml | 2 +-
performance/build.xml | 2 +-
performance/cnd/build.xml | 2 +-
performance/enterprise/build.xml | 2 +-
performance/licenseinfo.xml | 2 +-
performance/mobility/build.xml | 2 +-
print.editor/build.xml | 2 +-
print/build.xml | 2 +-
profiler.api/build.xml | 2 +-
profiler.attach/build.xml | 2 +-
profiler.freeform/build.xml | 2 +-
profiler.heapwalker/build.xml | 2 +-
profiler.j2se/build.xml | 2 +-
profiler.kit/build.xml | 2 +-
profiler.nbimpl/build.xml | 2 +-
profiler.nbmodule/build.xml | 2 +-
profiler.options/build.xml | 2 +-
profiler.oql.language/build.xml | 2 +-
profiler.oql/build.xml | 2 +-
profiler.ppoints/build.xml | 2 +-
profiler.projectsupport/build.xml | 2 +-
profiler.snaptracer/build.xml | 2 +-
profiler.utilities/build.xml | 2 +-
profiler/build.xml | 2 +-
progress.ui/build.xml | 2 +-
project.ant.compat8/build.xml | 2 +-
project.ant.ui/build.xml | 2 +-
project.ant/build.xml | 2 +-
project.indexingbridge/build.xml | 2 +-
project.libraries.ui/build.xml | 2 +-
project.libraries/build.xml | 2 +-
project.spi.intern.impl/build.xml | 2 +-
project.spi.intern/build.xml | 2 +-
projectapi.nb/build.xml | 2 +-
projectapi/build.xml | 2 +-
projectimport.eclipse.core/build.xml | 2 +-
projectimport.eclipse.j2se/build.xml | 2 +-
projectui.buildmenu/build.xml | 2 +-
projectui/build.xml | 2 +-
projectuiapi.base/build.xml | 2 +-
projectuiapi/build.xml | 2 +-
properties.syntax/build.xml | 2 +-
properties/build.xml | 2 +-
queries/build.xml | 2 +-
refactoring.api/build.xml | 2 +-
refactoring.java/build.xml | 2 +-
sampler/build.xml | 2 +-
schema2beans/build.xml | 2 +-
selenium2.java/build.xml | 2 +-
selenium2.maven/build.xml | 2 +-
selenium2.server/build.xml | 2 +-
selenium2/build.xml | 2 +-
sendopts/build.xml | 2 +-
server/build.xml | 2 +-
servletapi/build.xml | 2 +-
settings/build.xml | 2 +-
settings/examples/build.xml | 2 +-
spellchecker.apimodule/build.xml | 2 +-
spellchecker.bindings.htmlxml/build.xml | 2 +-
spellchecker.bindings.java/build.xml | 2 +-
spellchecker.bindings.properties/build.xml | 2 +-
spellchecker.dictionary_en/build.xml | 2 +-
spellchecker.dictionary_en/licenseinfo.xml | 2 +-
spellchecker.kit/build.xml | 2 +-
spellchecker/build.xml | 2 +-
spi.actions/build.xml | 2 +-
spi.debugger.jpda.ui/build.xml | 2 +-
spi.debugger.ui/build.xml | 2 +-
spi.editor.hints.projects/build.xml | 2 +-
spi.editor.hints/build.xml | 2 +-
spi.java.hints/build.xml | 2 +-
spi.navigator/build.xml | 2 +-
spi.palette/build.xml | 2 +-
spi.quicksearch/build.xml | 2 +-
spi.tasklist/build.xml | 2 +-
spi.viewmodel/build.xml | 2 +-
spring.beans/build.xml | 2 +-
subversion/build.xml | 2 +-
swing.validation/build.xml | 2 +-
target.iterator/build.xml | 2 +-
tasklist.kit/build.xml | 2 +-
tasklist.projectint/build.xml | 2 +-
tasklist.todo/build.xml | 2 +-
tasklist.ui/build.xml | 2 +-
team.commons/build.xml | 2 +-
team.ide/build.xml | 2 +-
templates/build.xml | 2 +-
templatesui/build.xml | 2 +-
terminal.nb/build.xml | 2 +-
terminal/build.xml | 2 +-
testng.ant/build.xml | 2 +-
testng.maven/build.xml | 2 +-
testng.ui/build.xml | 2 +-
testng/build.xml | 2 +-
timers/build.xml | 2 +-
uihandler.exceptionreporter/build.xml | 2 +-
uihandler/build.xml | 2 +-
updatecenters/build.xml | 2 +-
usersguide/build.xml | 2 +-
utilities.project/build.xml | 2 +-
utilities/build.xml | 2 +-
versioning.core/build.xml | 2 +-
versioning.indexingbridge/build.xml | 2 +-
versioning.masterfs/build.xml | 2 +-
versioning.system.cvss.installer/build.xml | 2 +-
versioning.ui/build.xml | 2 +-
versioning.util/build.xml | 2 +-
versioning/build.xml | 2 +-
web.browser.api/build.xml | 2 +-
web.common.ui/build.xml | 2 +-
web.common/build.xml | 2 +-
web.indent/build.xml | 2 +-
web.webkit.debugging/build.xml | 2 +-
websvc.jaxws21/build.xml | 2 +-
websvc.jaxws21api/build.xml | 2 +-
websvc.jaxwsmodelapi/build.xml | 2 +-
websvc.saas.api/build.xml | 2 +-
websvc.saas.codegen.java/build.xml | 2 +-
websvc.saas.codegen/build.xml | 2 +-
websvc.saas.kit/build.xml | 2 +-
websvc.saas.ui/build.xml | 2 +-
welcome/build.xml | 2 +-
whitelist/build.xml | 2 +-
xml.axi/build.xml | 2 +-
xml.catalog.ui/build.xml | 2 +-
xml.catalog/build.xml | 2 +-
xml.core/build.xml | 2 +-
xml.jaxb.api/build.xml | 2 +-
xml.jaxb/build.xml | 2 +-
xml.lexer/build.xml | 2 +-
xml.multiview/build.xml | 2 +-
xml.retriever/build.xml | 2 +-
xml.schema.completion/build.xml | 2 +-
xml.schema.model/build.xml | 2 +-
xml.tax/build.xml | 2 +-
xml.text.obsolete90/build.xml | 2 +-
xml.text/build.xml | 2 +-
xml.tools.java/build.xml | 2 +-
xml.tools/build.xml | 2 +-
xml.wsdl.model/build.xml | 2 +-
xml.xam/build.xml | 2 +-
xml.xdm/build.xml | 2 +-
xml/build.xml | 2 +-
xml/licenseinfo.xml | 2 +-
xsl/build.xml | 2 +-
xsl/licenseinfo.xml | 2 +-
654 files changed, 98261 insertions(+), 33366 deletions(-)
create mode 100644
java.hints.test/src/org/netbeans/modules/java/hints/test/BootClassPathUtil.java
create mode 100644
java.source.base/test/unit/src/org/netbeans/modules/java/source/BootClassPathUtil.java
delete mode 100644 javafx2.samples/Xylophone/build.xml
delete mode 100644 javafx2.samples/Xylophone/manifest.mf
delete mode 100644 javafx2.samples/Xylophone/nbproject/genfiles.properties
delete mode 100644 javafx2.samples/Xylophone/nbproject/jfx-impl.xml
delete mode 100644 javafx2.samples/Xylophone/nbproject/project.properties
delete mode 100644 javafx2.samples/Xylophone/nbproject/project.xml
delete mode 100644 javafx2.samples/Xylophone/src/xylophone/Note1.wav
delete mode 100644 javafx2.samples/Xylophone/src/xylophone/Note2.wav
delete mode 100644 javafx2.samples/Xylophone/src/xylophone/Note3.wav
delete mode 100644 javafx2.samples/Xylophone/src/xylophone/Note4.wav
delete mode 100644 javafx2.samples/Xylophone/src/xylophone/Note5.wav
delete mode 100644 javafx2.samples/Xylophone/src/xylophone/Note6.wav
delete mode 100644 javafx2.samples/Xylophone/src/xylophone/Note7.wav
delete mode 100644 javafx2.samples/Xylophone/src/xylophone/Note8.wav
delete mode 100644 javafx2.samples/Xylophone/src/xylophone/Xylophone.java
delete mode 100644
javafx2.samples/src/org/netbeans/modules/javafx2/samples/resources/Xylophone.html
copy {performance => lib.profiler}/licenseinfo.xml (81%)
create mode 100644
lib.profiler/test/unit/src/org/netbeans/lib/profiler/heap/heapDumpLog.txt
create mode 100644
lib.profiler/test/unit/src/org/netbeans/lib/profiler/heap/heap_dump.bin
delete mode 100644
lib.profiler/test/unit/src/org/netbeans/lib/profiler/heap/testHeapDumpLog.txt
rename libs.git/test/unit/data/{private_key => testing_key} (100%)
create mode 100644 nbbuild/licenses/Apache-2.0-ASF
create mode 100644 netbinox/external/M20140115-0800.patch
create mode 100755 netbinox/external/rebuild-equinox.sh
--
To stop receiving notification emails like this one, please contact
[email protected].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists