This is an automated email from the ASF dual-hosted git repository.
hectorespert pushed a change to branch apisupport-ant-tests
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
discard e3c9c0d Fix apisupport.ant tests
add 6738ea3 Revert "[NETBEANS-4039] Added SPI for Preferred Color Profile
Changes"
add ee7360b Update platform/core.windows/manifest.mf
add c1bd16d Merge pull request #2088 from apache/revert-2039-NETBEANS-4039
add a46fa29 [NETBEANS-4127] Adjust maven profiler to provide jvmargs as
separate options
add e752764 Merge pull request #2068 from errael/master
add d7215ef NETBEANS-4154 Payara Platform 5.202 support in Apache
NetBeans IDE
add 103e252 NETBEANS-4154 simplify payara version list
add b2ce313 Merge pull request #2073 from jGauravGupta/NETBEANS-4154
add a39a723 [NETBEANS-4071] Fix plexus class setup for maven embedder
add 67505fb Merge pull request #2087 from matthiasblaesing/NETBEANS-4071
add c51b172 [NETBEANS-4143] Dont quote args in common case; fixes
terminal startup in cygwin.
add 760297d Merge pull request #2071 from errael/FixTermStartup
add 5f990e0 Fix apisupport.ant tests
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e3c9c0d)
\
N -- N -- N refs/heads/apisupport-ant-tests (5f990e0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../org-netbeans-modules-payara-common.sig | 1 +
.../modules/payara/common/Bundle.properties | 24 +-
.../modules/payara/common/PayaraInstance.java | 3 +-
.../modules/payara/common/ServerDetails.java | 333 +++++++--------------
.../wizards/AddDomainLocationVisualPanel.java | 2 +-
.../modules/payara/common/wizards/Retriever.java | 105 +++----
.../common/wizards/ServerWizardIterator.java | 9 +-
.../payara/micro/project/VersionRepository.java | 1 +
.../org-netbeans-modules-payara-tooling.sig | 3 +-
.../modules/payara/tooling/admin/AdminFactory.java | 1 +
.../modules/payara/tooling/data/PayaraVersion.java | 9 +-
.../modules/nativeexecution/NativeProcessInfo.java | 6 +
ide/options.editor/nbproject/project.xml | 9 -
.../modules/options/colors/ColorModel.java | 19 +-
.../maven/indexer/NexusRepositoryIndexerImpl.java | 23 +-
.../maven/newproject/MavenWizardIterator.java | 4 +-
platform/core.windows/apichanges.xml | 20 --
platform/core.windows/manifest.mf | 3 +-
platform/core.windows/nbproject/project.xml | 7 +-
.../netbeans/core/windows/options/LafPanel.java | 70 +++--
.../options/spi/PreferredColorProfileSupport.java | 50 ----
.../modules/maven/profiler/RunCheckerImpl.java | 19 +-
.../profiler/nbimpl/actions/ProfilerLauncher.java | 10 +-
23 files changed, 293 insertions(+), 438 deletions(-)
delete mode 100644
platform/core.windows/src/org/netbeans/core/windows/options/spi/PreferredColorProfileSupport.java
---------------------------------------------------------------------
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