[jira] [Commented] (NETBEANS-1255) [PHP] Netbeans goes off when running the internal browser a second time if the server is not started.

2018-09-15 Thread Junichi Yamamoto (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16616541#comment-16616541
 ] 

Junichi Yamamoto commented on NETBEANS-1255:


Could you write exact steps to reproduce it and write your environments?

e.g.
Steps:
1. do something
2. ...
3. ...

Environments:
Product Version: Apache NetBeans IDE Dev (Build 20180915-fb9fb128915c)
Java: 1.8.0_181; Java HotSpot(TM) 64-Bit Server VM 25.181-b13
Runtime: Java(TM) SE Runtime Environment 1.8.0_181-b13
System: Linux version 4.16.0-041600-generic running on amd64; UTF-8;

Thanks.

> [PHP] Netbeans goes off when running the internal browser a second time if 
> the server is not started.
> -
>
> Key: NETBEANS-1255
> URL: https://issues.apache.org/jira/browse/NETBEANS-1255
> Project: NetBeans
>  Issue Type: Bug
>Reporter: François de BUTTET
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-1255) [PHP] Netbeans goes off when running the internal browser a second time if the server is not started.

2018-09-15 Thread JIRA
François de BUTTET created NETBEANS-1255:


 Summary: [PHP] Netbeans goes off when running the internal browser 
a second time if the server is not started.
 Key: NETBEANS-1255
 URL: https://issues.apache.org/jira/browse/NETBEANS-1255
 Project: NetBeans
  Issue Type: Bug
Reporter: François de BUTTET






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] branch master updated (6ced698 -> 51fa0b7)

2018-09-15 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from 6ced698  Merge pull request #603 from eirikbakke/NETBEANS-980
 add b22cdd7  Fixing TreeUtilities.pathFor for for-each's expressions.
 new 51fa0b7  Merge pull request #879 from jlahoda/fix-pathfor-foreach

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:
 .../netbeans/api/java/source/TreeUtilities.java| 18 ++
 .../api/java/source/TreeUtilitiesTest.java | 22 ++
 2 files changed, 32 insertions(+), 8 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] 01/01: Merge pull request #879 from jlahoda/fix-pathfor-foreach

2018-09-15 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 51fa0b758d92249ba89d4ae01b81770e4bdff0d0
Merge: 6ced698 b22cdd7
Author: Geertjan Wielenga 
AuthorDate: Sat Sep 15 18:37:39 2018 +0200

Merge pull request #879 from jlahoda/fix-pathfor-foreach

Fixing TreeUtilities.pathFor for for-each's expressions.

 .../netbeans/api/java/source/TreeUtilities.java| 18 ++
 .../api/java/source/TreeUtilitiesTest.java | 22 ++
 2 files changed, 32 insertions(+), 8 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] 01/01: Merge pull request #603 from eirikbakke/NETBEANS-980

2018-09-15 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 6ced698cf8a9910b08847f35e5ccd5bac0928f93
Merge: 1da0a1d fbccf2b
Author: Matthias Bläsing 
AuthorDate: Sat Sep 15 16:39:00 2018 +0200

Merge pull request #603 from eirikbakke/NETBEANS-980

[NETBEANS-980] Fix Home/End/Up/Down actions in line-wrapped editor

 .../src/org/netbeans/editor/BaseKit.java   |  7 +++
 .../editor/lib2/view/ParagraphViewChildren.java| 52 +-
 2 files changed, 57 insertions(+), 2 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] branch master updated (1da0a1d -> 6ced698)

2018-09-15 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from 1da0a1d  Merge pull request #880 from matthiasblaesing/netbeans-1254
 add fbccf2b  [NETBEANS-980] Fix Home/End/Up/Down actions when line 
wrapping is enabled.
 new 6ced698  Merge pull request #603 from eirikbakke/NETBEANS-980

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:
 .../src/org/netbeans/editor/BaseKit.java   |  7 +++
 .../editor/lib2/view/ParagraphViewChildren.java| 52 +-
 2 files changed, 57 insertions(+), 2 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Resolved] (NETBEANS-1254) Move svnkit+hibernateweb modules into a subdirectory

2018-09-15 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Bläsing resolved NETBEANS-1254.

Resolution: Fixed

Changeset was merged to master.

> Move svnkit+hibernateweb modules into a subdirectory
> 
>
> Key: NETBEANS-1254
> URL: https://issues.apache.org/jira/browse/NETBEANS-1254
> Project: NetBeans
>  Issue Type: Task
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The two modules:
> - libs.svnClientAdapter.svnkit (Cluster: ide)
> - hibernateweb (Cluster: enterprise)
> were removed from the cluster list because they depend on non-ASF compatible 
> libraries. The corresponding clusters were extracted from history, commits: 
> 87bd5ea, e32f86a)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] 01/01: Merge pull request #880 from matthiasblaesing/netbeans-1254

2018-09-15 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 1da0a1d8e894f9fd07775716df8d637c2408b9f9
Merge: 3c7b76a 6bf8314
Author: Geertjan Wielenga 
AuthorDate: Sat Sep 15 14:28:08 2018 +0200

Merge pull request #880 from matthiasblaesing/netbeans-1254

[NETBEANS-1254] Move svnkit+hibernateweb modules into a subdirectory

 {hibernateweb => enterprise/hibernateweb}/build.xml   | 4 ++--
 {hibernateweb => enterprise/hibernateweb}/manifest.mf | 0
 .../hibernateweb}/nbproject/project.properties| 0
 {hibernateweb => enterprise/hibernateweb}/nbproject/project.xml   | 0
 .../src/org/netbeans/modules/hibernateweb/Bundle.properties   | 0
 .../src/org/netbeans/modules/hibernateweb/framework/Bundle.properties | 0
 .../modules/hibernateweb/framework/HibernateConfigurationPanel.form   | 0
 .../modules/hibernateweb/framework/HibernateConfigurationPanel.java   | 0
 .../modules/hibernateweb/framework/HibernateFrameworkProvider.java| 0
 .../modules/hibernateweb/framework/HibernateWebModuleExtender.java| 0
 .../src/org/netbeans/modules/hibernateweb/framework/Util.java | 0
 .../src/org/netbeans/modules/hibernateweb/resources/layer.xml | 0
 .../libs.svnClientAdapter.svnkit}/build.xml   | 4 ++--
 .../libs.svnClientAdapter.svnkit}/external/binaries-list  | 0
 .../com.trilead.ssh2_1.0.0.build220_r167_v20150618_1733-license.txt   | 0
 .../org.tmatesoft.svnkit_1.8.12.r10533_v20160129_0158-license.txt | 0
 .../libs.svnClientAdapter.svnkit}/external/sqljet-1.1.10-license.txt  | 0
 .../external/svnClientAdapter-svnkit-1.10.12-license.txt  | 0
 .../libs.svnClientAdapter.svnkit}/manifest.mf | 0
 .../libs.svnClientAdapter.svnkit}/nbproject/project.properties| 0
 .../libs.svnClientAdapter.svnkit}/nbproject/project.xml   | 0
 .../src/org/netbeans/libs/svnclientadapter/svnkit/Bundle.properties   | 0
 .../libs/svnclientadapter/svnkit/SvnKitClientAdapterFactory.java  | 0
 .../libs/svnclientadapter/svnkit/SvnKitClientAdapterFactoryTest.java  | 0
 24 files changed, 4 insertions(+), 4 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] branch master updated (3c7b76a -> 1da0a1d)

2018-09-15 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from 3c7b76a  Merge pull request #873 from matthiasblaesing/relocate-extide
 add 9f3ab04  [NETBEANS-1254] Move svnkit+hibernateweb modules into a 
subdirectory
 add 6bf8314  [NETBEANS-1254] Directory/name adjustments for build
 new 1da0a1d  Merge pull request #880 from matthiasblaesing/netbeans-1254

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:
 .../hibernateweb}/build.xml|  4 ++--
 .../hibernateweb}/manifest.mf  |  0
 .../hibernateweb}/nbproject/project.properties |  0
 .../hibernateweb}/nbproject/project.xml|  0
 .../modules/hibernateweb/Bundle.properties |  0
 .../hibernateweb/framework/Bundle.properties   |  0
 .../framework/HibernateConfigurationPanel.form |  0
 .../framework/HibernateConfigurationPanel.java |  0
 .../framework/HibernateFrameworkProvider.java  |  0
 .../framework/HibernateWebModuleExtender.java  |  0
 .../modules/hibernateweb/framework/Util.java   |  0
 .../modules/hibernateweb/resources/layer.xml   |  0
 .../build.xml  |  2 +-
 .../external/binaries-list |  0
 ..._1.0.0.build220_r167_v20150618_1733-license.txt |  0
 ...svnkit_1.8.12.r10533_v20160129_0158-license.txt |  0
 .../external/sqljet-1.1.10-license.txt |  0
 .../svnClientAdapter-svnkit-1.10.12-license.txt|  0
 .../libs.svnClientAdapter.svnkit}/manifest.mf  |  0
 .../nbproject/project.properties   |  0
 .../nbproject/project.xml  |  0
 .../libs/svnclientadapter/svnkit/Bundle.properties |  0
 .../svnkit/SvnKitClientAdapterFactory.java |  0
 .../svnkit/SvnKitClientAdapterFactoryTest.java |  0
 libs.svnClientAdapter.svnkit/build.xml | 24 --
 25 files changed, 3 insertions(+), 27 deletions(-)
 rename {hibernateweb => enterprise/hibernateweb}/build.xml (88%)
 rename {hibernateweb => enterprise/hibernateweb}/manifest.mf (100%)
 rename {hibernateweb => enterprise/hibernateweb}/nbproject/project.properties 
(100%)
 rename {hibernateweb => enterprise/hibernateweb}/nbproject/project.xml (100%)
 rename {hibernateweb => 
enterprise/hibernateweb}/src/org/netbeans/modules/hibernateweb/Bundle.properties
 (100%)
 rename {hibernateweb => 
enterprise/hibernateweb}/src/org/netbeans/modules/hibernateweb/framework/Bundle.properties
 (100%)
 rename {hibernateweb => 
enterprise/hibernateweb}/src/org/netbeans/modules/hibernateweb/framework/HibernateConfigurationPanel.form
 (100%)
 rename {hibernateweb => 
enterprise/hibernateweb}/src/org/netbeans/modules/hibernateweb/framework/HibernateConfigurationPanel.java
 (100%)
 rename {hibernateweb => 
enterprise/hibernateweb}/src/org/netbeans/modules/hibernateweb/framework/HibernateFrameworkProvider.java
 (100%)
 rename {hibernateweb => 
enterprise/hibernateweb}/src/org/netbeans/modules/hibernateweb/framework/HibernateWebModuleExtender.java
 (100%)
 rename {hibernateweb => 
enterprise/hibernateweb}/src/org/netbeans/modules/hibernateweb/framework/Util.java
 (100%)
 rename {hibernateweb => 
enterprise/hibernateweb}/src/org/netbeans/modules/hibernateweb/resources/layer.xml
 (100%)
 copy ide/{libs.svnClientAdapter.javahl => 
libs.svnClientAdapter.svnkit}/build.xml (93%)
 rename {libs.svnClientAdapter.svnkit => 
ide/libs.svnClientAdapter.svnkit}/external/binaries-list (100%)
 rename {libs.svnClientAdapter.svnkit => 
ide/libs.svnClientAdapter.svnkit}/external/com.trilead.ssh2_1.0.0.build220_r167_v20150618_1733-license.txt
 (100%)
 rename {libs.svnClientAdapter.svnkit => 
ide/libs.svnClientAdapter.svnkit}/external/org.tmatesoft.svnkit_1.8.12.r10533_v20160129_0158-license.txt
 (100%)
 rename {libs.svnClientAdapter.svnkit => 
ide/libs.svnClientAdapter.svnkit}/external/sqljet-1.1.10-license.txt (100%)
 rename {libs.svnClientAdapter.svnkit => 
ide/libs.svnClientAdapter.svnkit}/external/svnClientAdapter-svnkit-1.10.12-license.txt
 (100%)
 rename {libs.svnClientAdapter.svnkit => 
ide/libs.svnClientAdapter.svnkit}/manifest.mf (100%)
 rename {libs.svnClientAdapter.svnkit => 
ide/libs.svnClientAdapter.svnkit}/nbproject/project.properties (100%)
 rename {libs.svnClientAdapter.svnkit => 
ide/libs.svnClientAdapter.svnkit}/nbproject/project.xml (100%)
 rename {libs.svnClientAdapter.svnkit => 
ide/libs.svnClientAdapter.svnkit}/src/org/netbeans/libs/svnclientadapter/svnkit/Bundle.properties
 (100%)
 rename {libs.svnClientAdapter.svnkit => 
ide/libs.svnClientAdapter.svnkit}/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactory.java
 (100%)
 rename {libs.sv

[jira] [Updated] (NETBEANS-1254) Move svnkit+hibernateweb modules into a subdirectory

2018-09-15 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-1254:
-
Labels: pull-request-available  (was: )

> Move svnkit+hibernateweb modules into a subdirectory
> 
>
> Key: NETBEANS-1254
> URL: https://issues.apache.org/jira/browse/NETBEANS-1254
> Project: NetBeans
>  Issue Type: Task
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>
> The two modules:
> - libs.svnClientAdapter.svnkit (Cluster: ide)
> - hibernateweb (Cluster: enterprise)
> were removed from the cluster list because they depend on non-ASF compatible 
> libraries. The corresponding clusters were extracted from history, commits: 
> 87bd5ea, e32f86a)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-1254) Move svnkit+hibernateweb modules into a subdirectory

2018-09-15 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Bläsing updated NETBEANS-1254:
---
Description: 
The two modules:
- libs.svnClientAdapter.svnkit (Cluster: ide)
- hibernateweb (Cluster: enterprise)

were removed from the cluster list because they depend on non-ASF compatible 
libraries. The corresponding clusters were extracted from history, commits: 
87bd5ea, e32f86a)

> Move svnkit+hibernateweb modules into a subdirectory
> 
>
> Key: NETBEANS-1254
> URL: https://issues.apache.org/jira/browse/NETBEANS-1254
> Project: NetBeans
>  Issue Type: Task
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
>
> The two modules:
> - libs.svnClientAdapter.svnkit (Cluster: ide)
> - hibernateweb (Cluster: enterprise)
> were removed from the cluster list because they depend on non-ASF compatible 
> libraries. The corresponding clusters were extracted from history, commits: 
> 87bd5ea, e32f86a)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-1254) Move svnkit+hibernateweb modules into a subdirectory

2018-09-15 Thread JIRA
Matthias Bläsing created NETBEANS-1254:
--

 Summary: Move svnkit+hibernateweb modules into a subdirectory
 Key: NETBEANS-1254
 URL: https://issues.apache.org/jira/browse/NETBEANS-1254
 Project: NetBeans
  Issue Type: Task
Reporter: Matthias Bläsing
Assignee: Matthias Bläsing






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Resolved] (NETBEANS-1248) Move modules from extide cluster into a subdirectory

2018-09-15 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Bläsing resolved NETBEANS-1248.

Resolution: Fixed

Changeset was merged into master

> Move modules from extide cluster into a subdirectory
> 
>
> Key: NETBEANS-1248
> URL: https://issues.apache.org/jira/browse/NETBEANS-1248
> Project: NetBeans
>  Issue Type: Task
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> modules=o.apache.tools.ant.module, options.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] branch master updated (fb9fb12 -> 3c7b76a)

2018-09-15 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from fb9fb12  Merge pull request #874 from 
jlahoda/avoid-exc-on-null-mimetype
 add c6304fc  [NETBEANS-1248] Moving extide modules into extide subdirectory
 add 49468aa  [NETBEANS-1248] Directory/name adjustments for build
 add e178137  [NETBEANS-1248] Adjust rat-exclusions by moving them to local 
licenseinfo.xml
 new 3c7b76a  Merge pull request #873 from matthiasblaesing/relocate-extide

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:
 .../o.apache.tools.ant.module}/apichanges.xml   |   4 ++--
 .../o.apache.tools.ant.module}/arch.xml |   4 ++--
 .../o.apache.tools.ant.module}/build.xml|   4 ++--
 .../external/ant-1.10.4-license.txt |   0
 .../external/ant-1.10.4-notice.txt  |   0
 .../o.apache.tools.ant.module}/external/binaries-list   |   0
 .../o.apache.tools.ant.module}/external/build.xml   |   0
 .../o.apache.tools.ant.module}/l10n.list|   0
 .../o.apache.tools.ant.module}/licenseinfo.xml  |   6 ++
 .../o.apache.tools.ant.module}/manifest.mf  |   0
 .../nbproject/org-apache-tools-ant-module.sig   |   0
 .../o.apache.tools.ant.module}/nbproject/project.properties |   0
 .../o.apache.tools.ant.module}/nbproject/project.xml|   0
 .../o.apache.tools.ant.module}/release/VERSION.txt  |   0
 .../org/apache/tools/ant/module/bridge/impl/BridgeImpl.java |   0
 .../apache/tools/ant/module/bridge/impl/Bundle.properties   |   0
 .../tools/ant/module/bridge/impl/ForkedJavaOverride.java|   0
 .../apache/tools/ant/module/bridge/impl/InputOverride.java  |   0
 .../ant/module/bridge/impl/IntrospectionHelperImpl.java |   0
 .../org/apache/tools/ant/module/bridge/impl/NbAntlib.java   |   0
 .../apache/tools/ant/module/bridge/impl/NbBuildLogger.java  |   0
 .../apache/tools/ant/module/bridge/impl/NbInputHandler.java |   0
 .../src/org/apache/tools/ant/module/AntCustomizer.form  |   0
 .../src/org/apache/tools/ant/module/AntCustomizer.java  |   0
 .../src/org/apache/tools/ant/module/AntModule.java  |   0
 .../src/org/apache/tools/ant/module/AntPanelController.java |   0
 .../src/org/apache/tools/ant/module/AntSettings.java|   0
 .../src/org/apache/tools/ant/module/Bundle.properties   |   0
 .../org/apache/tools/ant/module/api/AntProjectCookie.java   |   0
 .../org/apache/tools/ant/module/api/AntTargetExecutor.java  |   0
 .../src/org/apache/tools/ant/module/api/ElementCookie.java  |   0
 .../org/apache/tools/ant/module/api/IntrospectedInfo.java   |   0
 .../apache/tools/ant/module/api/IntrospectionCookie.java|   0
 .../src/org/apache/tools/ant/module/api/package.html|   0
 .../apache/tools/ant/module/api/support/ActionUtils.java|   0
 .../apache/tools/ant/module/api/support/AntScriptUtils.java |   0
 .../apache/tools/ant/module/api/support/TargetLister.java   |   0
 .../org/apache/tools/ant/module/api/support/package.html|   0
 .../src/org/apache/tools/ant/module/bridge/AntBridge.java   |   0
 .../org/apache/tools/ant/module/bridge/AuxClassLoader.java  |   0
 .../org/apache/tools/ant/module/bridge/BridgeInterface.java |   0
 .../org/apache/tools/ant/module/bridge/Bundle.properties|   0
 .../org/apache/tools/ant/module/bridge/DummyBridgeImpl.java |   0
 .../tools/ant/module/bridge/IntrospectionHelperProxy.java   |   0
 .../apache/tools/ant/module/loader/AntActionInstance.java   |   0
 .../tools/ant/module/loader/AntProjectDataEditor.java   |   0
 .../tools/ant/module/loader/AntProjectDataObject.java   |   0
 .../org/apache/tools/ant/module/loader/Bundle.properties|   0
 .../apache/tools/ant/module/nodes/AntNavigatorPanel.java|   0
 .../apache/tools/ant/module/nodes/AntProjectChildren.java   |   0
 .../org/apache/tools/ant/module/nodes/AntProjectNode.java   |   0
 .../src/org/apache/tools/ant/module/nodes/AntProperty.java  |   0
 .../org/apache/tools/ant/module/nodes/AntTargetNode.java|   0
 .../src/org/apache/tools/ant/module/nodes/Bundle.properties |   0
 .../src/org/apache/tools/ant/module/resources/AntIcon.gif   | Bin
 .../org/apache/tools/ant/module/resources/AntIconError.gif  | Bin
 .../apache/tools/ant/module/resources/AntModuleLayer.xml|   0
 .../org/apache/tools/ant/module/resources/Bundle.properties |   0
 .../tools/ant/module/resources/CustomTaskDescription.html   |   0
 .../org/apache/tools/ant/module/resources/CustomTask_java   |   0
 .../tools/ant/module/resources/EmphasizedTargetIcon.gif | Bin
 .../src/org/apache/tools/ant/

[incubator-netbeans] 01/01: Merge pull request #873 from matthiasblaesing/relocate-extide

2018-09-15 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 3c7b76a8bc88286e0eb519b6a08e1b525570780b
Merge: fb9fb12 e178137
Author: Matthias Bläsing 
AuthorDate: Sat Sep 15 12:10:38 2018 +0200

Merge pull request #873 from matthiasblaesing/relocate-extide

[NETBEANS-1248] Move modules from extide cluster into a subdirectory

 .../o.apache.tools.ant.module}/apichanges.xml   |   4 ++--
 .../o.apache.tools.ant.module}/arch.xml |   4 ++--
 .../o.apache.tools.ant.module}/build.xml|   4 ++--
 .../external/ant-1.10.4-license.txt |   0
 .../external/ant-1.10.4-notice.txt  |   0
 .../o.apache.tools.ant.module}/external/binaries-list   |   0
 .../o.apache.tools.ant.module}/external/build.xml   |   0
 .../o.apache.tools.ant.module}/l10n.list|   0
 .../o.apache.tools.ant.module}/licenseinfo.xml  |   6 ++
 .../o.apache.tools.ant.module}/manifest.mf  |   0
 .../nbproject/org-apache-tools-ant-module.sig   |   0
 .../o.apache.tools.ant.module}/nbproject/project.properties |   0
 .../o.apache.tools.ant.module}/nbproject/project.xml|   0
 .../o.apache.tools.ant.module}/release/VERSION.txt  |   0
 .../org/apache/tools/ant/module/bridge/impl/BridgeImpl.java |   0
 .../apache/tools/ant/module/bridge/impl/Bundle.properties   |   0
 .../tools/ant/module/bridge/impl/ForkedJavaOverride.java|   0
 .../apache/tools/ant/module/bridge/impl/InputOverride.java  |   0
 .../ant/module/bridge/impl/IntrospectionHelperImpl.java |   0
 .../org/apache/tools/ant/module/bridge/impl/NbAntlib.java   |   0
 .../apache/tools/ant/module/bridge/impl/NbBuildLogger.java  |   0
 .../apache/tools/ant/module/bridge/impl/NbInputHandler.java |   0
 .../src/org/apache/tools/ant/module/AntCustomizer.form  |   0
 .../src/org/apache/tools/ant/module/AntCustomizer.java  |   0
 .../src/org/apache/tools/ant/module/AntModule.java  |   0
 .../src/org/apache/tools/ant/module/AntPanelController.java |   0
 .../src/org/apache/tools/ant/module/AntSettings.java|   0
 .../src/org/apache/tools/ant/module/Bundle.properties   |   0
 .../org/apache/tools/ant/module/api/AntProjectCookie.java   |   0
 .../org/apache/tools/ant/module/api/AntTargetExecutor.java  |   0
 .../src/org/apache/tools/ant/module/api/ElementCookie.java  |   0
 .../org/apache/tools/ant/module/api/IntrospectedInfo.java   |   0
 .../apache/tools/ant/module/api/IntrospectionCookie.java|   0
 .../src/org/apache/tools/ant/module/api/package.html|   0
 .../apache/tools/ant/module/api/support/ActionUtils.java|   0
 .../apache/tools/ant/module/api/support/AntScriptUtils.java |   0
 .../apache/tools/ant/module/api/support/TargetLister.java   |   0
 .../org/apache/tools/ant/module/api/support/package.html|   0
 .../src/org/apache/tools/ant/module/bridge/AntBridge.java   |   0
 .../org/apache/tools/ant/module/bridge/AuxClassLoader.java  |   0
 .../org/apache/tools/ant/module/bridge/BridgeInterface.java |   0
 .../org/apache/tools/ant/module/bridge/Bundle.properties|   0
 .../org/apache/tools/ant/module/bridge/DummyBridgeImpl.java |   0
 .../tools/ant/module/bridge/IntrospectionHelperProxy.java   |   0
 .../apache/tools/ant/module/loader/AntActionInstance.java   |   0
 .../tools/ant/module/loader/AntProjectDataEditor.java   |   0
 .../tools/ant/module/loader/AntProjectDataObject.java   |   0
 .../org/apache/tools/ant/module/loader/Bundle.properties|   0
 .../apache/tools/ant/module/nodes/AntNavigatorPanel.java|   0
 .../apache/tools/ant/module/nodes/AntProjectChildren.java   |   0
 .../org/apache/tools/ant/module/nodes/AntProjectNode.java   |   0
 .../src/org/apache/tools/ant/module/nodes/AntProperty.java  |   0
 .../org/apache/tools/ant/module/nodes/AntTargetNode.java|   0
 .../src/org/apache/tools/ant/module/nodes/Bundle.properties |   0
 .../src/org/apache/tools/ant/module/resources/AntIcon.gif   | Bin
 .../org/apache/tools/ant/module/resources/AntIconError.gif  | Bin
 .../apache/tools/ant/module/resources/AntModuleLayer.xml|   0
 .../org/apache/tools/ant/module/resources/Bundle.properties |   0
 .../tools/ant/module/resources/CustomTaskDescription.html   |   0
 .../org/apache/tools/ant/module/resources/CustomTask_java   |   0
 .../tools/ant/module/resources/EmphasizedTargetIcon.gif | Bin
 .../src/org/apache/tools/ant/module/resources/Project.xml_  |   0
 .../tools/ant/module/resources/ProjectDescription.html  |   0
 .../org/apache/tools/ant/module/resources/TargetIcon.gif| Bin
 .../apache/tools/ant/module/resources/ant-mime-resolver.xml |   0
 .../org/apache/tools/ant/module/resources/codetemplates.xml |   0
 .../src/org/apache/tools/ant/module/resources/options.png   | Bin
 .../src/