This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-wtp.
commit b0dfae5e3eb60154c3fc48676f56b92e47761b21 Merge: c5c9c71 0d993a4 Author: Jakub Adam <[email protected]> Date: Mon May 4 07:33:23 2015 +0200 Merge tag 'upstream/3.6.3' Upstream version 3.6.3 .../META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.command.env.ui/pom.xml | 2 +- .../internal/env/ui/common/TimedOperation.java | 29 ++++- org.eclipse.wst.common.emf/META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.common.emf/pom.xml | 2 +- .../internal/emf/utilities/ExtendedEcoreUtil.java | 36 ++++++ org.eclipse.wst.common.fproj.feature/feature.xml | 2 +- org.eclipse.wst.common.fproj.feature/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../componentcore/internal/impl/ModuleURIUtil.java | 11 +- org.eclipse.wst.common.modulecore/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.common.project.facet.ui/plugin.xml | 4 + org.eclipse.wst.common.project.facet.ui/pom.xml | 2 +- org.eclipse.wst.common_core.feature/feature.xml | 2 +- org.eclipse.wst.common_core.feature/pom.xml | 2 +- org.eclipse.wst.common_ui.feature/feature.xml | 2 +- org.eclipse.wst.common_ui.feature/pom.xml | 2 +- org.eclipse.wst.css.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.css.ui/build.properties | 3 +- .../css/dark/preferencestyle.css | 38 +++++++ org.eclipse.wst.css.ui/plugin.xml | 8 ++ org.eclipse.wst.css.ui/pom.xml | 2 +- org.eclipse.wst.dtd.ui/pom.xml | 22 ++++ org.eclipse.wst.html.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.html.core/pom.xml | 2 +- .../core/internal/format/HTMLTextFormatter.java | 3 + .../preferences/HTMLCorePreferenceInitializer.java | 6 +- .../preferences/HTMLCorePreferenceNames.java | 18 ++- .../core/internal/validate/SyntaxValidator.java | 76 ++++++++++++- .../META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.html.ui.infopop/pom.xml | 2 +- org.eclipse.wst.html.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.html.ui/build.properties | 3 +- .../css/dark/preferencestyle.css | 31 ++++++ org.eclipse.wst.html.ui/plugin.xml | 8 ++ org.eclipse.wst.html.ui/pom.xml | 2 +- .../HTMLAttributeValidationQuickFixProcessor.java | 4 +- org.eclipse.wst.jsdt.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.jsdt.core/pom.xml | 2 +- .../org/eclipse/wst/jsdt/core/JavaScriptCore.java | 7 +- .../internal/compiler/ast/LocalDeclaration.java | 6 - .../internal/compiler/impl/CompilerOptions.java | 12 +- .../wst/jsdt/internal/compiler/lookup/Scope.java | 122 ++++++++++----------- .../internal/compiler/problem/ProblemReporter.java | 3 +- .../core/JavaCorePreferenceInitializer.java | 3 +- .../wst/jsdt/internal/core/JavaModelManager.java | 3 +- org.eclipse.wst.jsdt.feature/feature.xml | 9 +- org.eclipse.wst.jsdt.feature/pom.xml | 2 +- .../ui/preferences/PreferencesMessages.java | 3 +- .../ui/preferences/PreferencesMessages.properties | 1 + .../ProblemSeveritiesConfigurationBlock.java | 17 ++- .../wst/jsdt/internal/ui/text/JavaReconciler.java | 7 +- org.eclipse.wst.jsdt.web.ui/pom.xml | 22 ++++ org.eclipse.wst.server.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.server.core/pom.xml | 2 +- .../eclipse/wst/server/core/internal/Server.java | 2 +- .../META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.server.discovery/pom.xml | 2 +- .../serverAdapterSites.xml | 2 + org.eclipse.wst.server.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.server.ui/pom.xml | 2 +- .../wizard/page/ModifyModulesComposite.java | 4 +- .../feature.xml | 2 +- org.eclipse.wst.server_adapters.feature/pom.xml | 2 +- org.eclipse.wst.server_core.feature/feature.xml | 2 +- org.eclipse.wst.server_core.feature/pom.xml | 2 +- org.eclipse.wst.server_ui.feature/feature.xml | 2 +- org.eclipse.wst.server_ui.feature/pom.xml | 2 +- org.eclipse.wst.sse.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.sse.ui/pom.xml | 2 +- .../contentassist/CustomCompletionProposal.java | 5 +- .../ConfigurableContentOutlinePage.java | 33 ++++-- org.eclipse.wst.validation/META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.validation/pom.xml | 2 +- .../internal/DisabledResourceManager.java | 2 +- org.eclipse.wst.web_core.feature/feature.xml | 2 +- org.eclipse.wst.web_core.feature/pom.xml | 2 +- org.eclipse.wst.web_ui.feature/feature.xml | 2 +- org.eclipse.wst.web_ui.feature/pom.xml | 9 +- org.eclipse.wst.web_userdoc.feature/pom.xml | 33 ------ org.eclipse.wst.ws_ui.feature/feature.xml | 2 +- org.eclipse.wst.ws_ui.feature/pom.xml | 4 +- org.eclipse.wst.xml.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.xml.core/pom.xml | 2 +- .../annotation/AnnotationFileRegistry.java | 10 +- .../internal/annotation/AnnotationUtility.java | 20 ++-- .../xml/core/internal/search/XMLSearchPattern.java | 5 +- .../tasks/XMLStreamingFileTaskScanner.java | 29 +++-- org.eclipse.wst.xml.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.wst.xml.ui/build.properties | 3 +- .../css/dark/preferencestyle.css | 35 ++++++ org.eclipse.wst.xml.ui/plugin.xml | 8 ++ org.eclipse.wst.xml.ui/pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 8 +- org.eclipse.wst.xml.xpath2.processor/pom.xml | 2 +- org.eclipse.wst.xml_core.feature/feature.xml | 2 +- org.eclipse.wst.xml_core.feature/pom.xml | 2 +- org.eclipse.wst.xml_ui.feature/feature.xml | 2 +- org.eclipse.wst.xml_ui.feature/pom.xml | 10 +- org.eclipse.wst.xml_userdoc.feature/pom.xml | 33 ------ org.eclipse.wst.xsd.ui/pom.xml | 22 ++++ org.eclipse.wst.xsl.core/META-INF/eclipse.inf | 1 - org.eclipse.wst.xsl.feature/feature.xml | 2 +- org.eclipse.wst.xsl.feature/pom.xml | 2 +- 107 files changed, 626 insertions(+), 281 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-wtp.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

