This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 8ffe53f3374 Merge pull request #9487 from matthiasblaesing/php_varargs
add 23e79d0170e Overload methods in XMLUtil to allow setting
FEATURE_SECURE_PROCESSING
add 552bf8dec7e Move some of the usage to the new XMLUtil methods
add 6c97e47a808 xml.retriever: extract common xml factory code to utility
method
new 3be40d4834d Merge pull request #9488 from mbien/explicit-sp
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:
.../project/queries/GlobalSourceForBinaryImpl.java | 9 +-
.../ide.ergonomics/nbproject/project.properties | 2 +-
.../ide/ergonomics/fod/FeatureProjectFactory.java | 17 +--
.../modules/gradle/GradleAuxiliaryConfigImpl.java | 8 +-
.../project/support/ant/GeneratedFilesHelper.java | 8 +-
.../catalog/impl/CatalogFileWrapperDOMImpl.java | 6 +-
.../retriever/catalog/impl/CatalogModelImpl.java | 2 +-
.../catalog/impl/LSResourceResolverImpl.java | 5 +-
.../impl/DocumentTypeSchemaWsdlParser.java | 16 +--
.../netbeans/modules/xml/retriever/impl/Util.java | 16 ++-
.../java/j2semodule/J2SEModularProject.java | 20 ---
.../modules/maven/grammar/POMDataObject.java | 4 +-
.../maven/indexer/api/PluginIndexManager.java | 6 +-
.../modules/maven/M2AuxilaryConfigImpl.java | 10 +-
.../modules/maven/api/archetype/Archetype.java | 2 +-
.../maven/execute/navigator/GoalsPanel.java | 2 +-
.../modules/javafx2/project/JFXProjectUtils.java | 2 +-
.../modules/maven/htmlui/MavenUtilities.java | 29 ++---
.../openide.util/src/org/openide/xml/XMLUtil.java | 71 ++++++++---
.../modules/options/keymap/XMLStorage.java | 140 ---------------------
20 files changed, 123 insertions(+), 252 deletions(-)
---------------------------------------------------------------------
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