[jira] [Created] (NETBEANS-1285) Incorrect error

2018-09-22 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-1285:
--

 Summary: Incorrect error
 Key: NETBEANS-1285
 URL: https://issues.apache.org/jira/browse/NETBEANS-1285
 Project: NetBeans
  Issue Type: Bug
  Components: php - Editor
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto
 Fix For: Next


If PHP version less than 7.3 is choson, an error is shown in the following code:
{code:php}
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-1284) Missing toggle button indication in Find Usages pane

2018-09-22 Thread Eirik Bakke (JIRA)


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

Eirik Bakke updated NETBEANS-1284:
--
Description: 
The "Find Usages" pane has a number of toggle buttons on its left. On MacOS, 
there is no indication of whether each toggle button is depressed or not. On 
Windows, the indication is present in Java 8 but disappeared in Java 9. See the 
attached screenshot.

The regression on Windows going from Java 8 to Java 9 probably happened due to 
https://bugs.openjdk.java.net/browse/JDK-4796987 (see 
https://bugs.openjdk.java.net/browse/JDK-8186366 ).

The relevant code is in
src/org/netbeans/modules/refactoring/spi/impl/FiltersManagerImpl.java . 
Removing the "result.setBorderPainted(false);" line fixes the problem on 
Windows but not on MacOS.

  was:
The "Find Usages" pane has a number of toggle buttons on its left. On MacOS, 
there is no indication of whether each toggle button is depressed or not. On 
Windows, the indication is present in Java 8 but disappeared in Java 9. See the 
attached screenshot.

The relevant code is in
src/org/netbeans/modules/refactoring/spi/impl/FiltersManagerImpl.java

The regression on Windows going from Java 8 to Java 9 probably happened due to 
https://bugs.openjdk.java.net/browse/JDK-4796987 (see 
https://bugs.openjdk.java.net/browse/JDK-8186366 ).

Removing the "result.setBorderPainted(false);" line fixes the problem on 
Windows but not on MacOS.


> Missing toggle button indication in Find Usages pane
> 
>
> Key: NETBEANS-1284
> URL: https://issues.apache.org/jira/browse/NETBEANS-1284
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring
>Affects Versions: 9.0
> Environment: MacOS (Java 8 verified) or Windows (Java 9 or 10, but 
> not Java 8)
>Reporter: Eirik Bakke
>Priority: Minor
> Attachments: missingtoggle.png
>
>
> The "Find Usages" pane has a number of toggle buttons on its left. On MacOS, 
> there is no indication of whether each toggle button is depressed or not. On 
> Windows, the indication is present in Java 8 but disappeared in Java 9. See 
> the attached screenshot.
> The regression on Windows going from Java 8 to Java 9 probably happened due 
> to https://bugs.openjdk.java.net/browse/JDK-4796987 (see 
> https://bugs.openjdk.java.net/browse/JDK-8186366 ).
> The relevant code is in
> src/org/netbeans/modules/refactoring/spi/impl/FiltersManagerImpl.java . 
> Removing the "result.setBorderPainted(false);" line fixes the problem on 
> Windows but not on MacOS.



--
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-1284) Missing toggle button indication in Find Usages pane

2018-09-22 Thread Eirik Bakke (JIRA)


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

Eirik Bakke updated NETBEANS-1284:
--
Priority: Minor  (was: Major)

> Missing toggle button indication in Find Usages pane
> 
>
> Key: NETBEANS-1284
> URL: https://issues.apache.org/jira/browse/NETBEANS-1284
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring
>Affects Versions: 9.0
> Environment: MacOS (Java 8 verified) or Windows (Java 9 or 10, but 
> not Java 8)
>Reporter: Eirik Bakke
>Priority: Minor
> Attachments: missingtoggle.png
>
>
> The "Find Usages" pane has a number of toggle buttons on its left. On MacOS, 
> there is no indication of whether each toggle button is depressed or not. On 
> Windows, the indication is present in Java 8 but disappeared in Java 9. See 
> the attached screenshot.
> The relevant code is in
> src/org/netbeans/modules/refactoring/spi/impl/FiltersManagerImpl.java
> The regression on Windows going from Java 8 to Java 9 probably happened due 
> to https://bugs.openjdk.java.net/browse/JDK-4796987 (see 
> https://bugs.openjdk.java.net/browse/JDK-8186366 ).
> Removing the "result.setBorderPainted(false);" line fixes the problem on 
> Windows but not on MacOS.



--
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-1284) Missing toggle button indication in Find Usages pane

2018-09-22 Thread Eirik Bakke (JIRA)


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

Eirik Bakke updated NETBEANS-1284:
--
Description: 
The "Find Usages" pane has a number of toggle buttons on its left. On MacOS, 
there is no indication of whether each toggle button is depressed or not. On 
Windows, the indication is present in Java 8 but disappeared in Java 9. See the 
attached screenshot.

The relevant code is in
src/org/netbeans/modules/refactoring/spi/impl/FiltersManagerImpl.java

The regression on Windows going from Java 8 to Java 9 probably happened due to 
https://bugs.openjdk.java.net/browse/JDK-4796987 (see 
https://bugs.openjdk.java.net/browse/JDK-8186366 ).

Removing the "result.setBorderPainted(false);" line fixes the problem on 
Windows but not on MacOS.

  was:
The "Find Usages" pane has a number of toggle buttons on its left. On MacOS, 
there is no indication of whether each toggle button is depressed or not. On 
Windows, the indication is present in Java 8 but disappeared in Java 9.

The relevant code is in
src/org/netbeans/modules/refactoring/spi/impl/FiltersManagerImpl.java

The regression on Windows going from Java 8 to Java 9 probably happened due to 
https://bugs.openjdk.java.net/browse/JDK-4796987 (see 
https://bugs.openjdk.java.net/browse/JDK-8186366 ).

Removing the "result.setBorderPainted(false);" line fixes the problem on 
Windows but not on MacOS.


> Missing toggle button indication in Find Usages pane
> 
>
> Key: NETBEANS-1284
> URL: https://issues.apache.org/jira/browse/NETBEANS-1284
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring
>Affects Versions: 9.0
> Environment: MacOS (Java 8 verified) or Windows (Java 9 or 10, but 
> not Java 8)
>Reporter: Eirik Bakke
>Priority: Major
> Attachments: missingtoggle.png
>
>
> The "Find Usages" pane has a number of toggle buttons on its left. On MacOS, 
> there is no indication of whether each toggle button is depressed or not. On 
> Windows, the indication is present in Java 8 but disappeared in Java 9. See 
> the attached screenshot.
> The relevant code is in
> src/org/netbeans/modules/refactoring/spi/impl/FiltersManagerImpl.java
> The regression on Windows going from Java 8 to Java 9 probably happened due 
> to https://bugs.openjdk.java.net/browse/JDK-4796987 (see 
> https://bugs.openjdk.java.net/browse/JDK-8186366 ).
> Removing the "result.setBorderPainted(false);" line fixes the problem on 
> Windows but not on MacOS.



--
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-1284) Missing toggle button indication in Find Usages pane

2018-09-22 Thread Eirik Bakke (JIRA)
Eirik Bakke created NETBEANS-1284:
-

 Summary: Missing toggle button indication in Find Usages pane
 Key: NETBEANS-1284
 URL: https://issues.apache.org/jira/browse/NETBEANS-1284
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Refactoring
Affects Versions: 9.0
 Environment: MacOS (Java 8 verified) or Windows (Java 9 or 10, but not 
Java 8)
Reporter: Eirik Bakke
 Attachments: missingtoggle.png

The "Find Usages" pane has a number of toggle buttons on its left. On MacOS, 
there is no indication of whether each toggle button is depressed or not. On 
Windows, the indication is present in Java 8 but disappeared in Java 9.

The relevant code is in
src/org/netbeans/modules/refactoring/spi/impl/FiltersManagerImpl.java

The regression on Windows going from Java 8 to Java 9 probably happened due to 
https://bugs.openjdk.java.net/browse/JDK-4796987 (see 
https://bugs.openjdk.java.net/browse/JDK-8186366 ).

Removing the "result.setBorderPainted(false);" line fixes the problem on 
Windows but not on MacOS.



--
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-1283) NetBeans throwing error on smart selection

2018-09-22 Thread Farhad P. (JIRA)
Farhad P. created NETBEANS-1283:
---

 Summary: NetBeans throwing error on smart selection
 Key: NETBEANS-1283
 URL: https://issues.apache.org/jira/browse/NETBEANS-1283
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Completion  Templates
Affects Versions: 9.0
 Environment: Windows 7 Prof. 64-bit, NetBeans 9.0
Reporter: Farhad P.
 Attachments: NetBeans9 IDE_Log-0922181021.txt

NetBeans is throwing an error while selecting the method for the below 
statement.

RequestDispatcher dispatcher = getServletContext().

Below is the exception thrown by the IDE.

java.lang.AssertionError
at com.sun.tools.javac.util.Assert.error(Assert.java:155)
at com.sun.tools.javac.util.Assert.check(Assert.java:46)
at com.sun.tools.javac.code.Scope$ScopeImpl.dble(Scope.java:410)
at com.sun.tools.javac.code.Scope$ScopeImpl.enter(Scope.java:433)
at 
com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:478)
at 
com.sun.tools.javadoc.main.JavadocMemberEnter.visitVarDef(JavadocMemberEnter.java:83)
at 
org.netbeans.lib.nbjavac.services.NBJavadocMemberEnter.visitVarDef(NBJavadocMemberEnter.java:92)
at 
com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)
at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:171)
at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1171)
at 
com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)
at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:660)
at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:736)
at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:760)
at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1337)
at org.netbeans.lib.nbjavac.services.NBAttr.visitBlock(NBAttr.java:73)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:660)
at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:736)
at 
org.netbeans.api.java.source.TreeUtilities.attributeTree(TreeUtilities.java:878)
at 
org.netbeans.api.java.source.TreeUtilities.attributeTree(TreeUtilities.java:808)
at 
org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.type(JavaCodeTemplateProcessor.java:716)
at 
org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.instanceOf(JavaCodeTemplateProcessor.java:548)
at 
org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.getProposedValue(JavaCodeTemplateProcessor.java:397)
at 
org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.updateDefaultValues(JavaCodeTemplateProcessor.java:143)
at 
org.netbeans.lib.editor.codetemplates.CodeTemplateInsertHandler.processTemplate(CodeTemplateInsertHandler.java:225)
at 
org.netbeans.lib.editor.codetemplates.CodeTemplateManagerOperation.insert(CodeTemplateManagerOperation.java:273)
at 
org.netbeans.lib.editor.codetemplates.api.CodeTemplate.insert(CodeTemplate.java:82)
at 
org.netbeans.modules.editor.java.JavaCompletionItem.process(JavaCompletionItem.java:566)
at 
org.netbeans.modules.editor.java.JavaCompletionItem.defaultAction(JavaCompletionItem.java:286)
at 
org.netbeans.modules.editor.completion.CompletionImpl.dispatchKeyEvent(CompletionImpl.java:785)
at 
org.netbeans.modules.editor.completion.CompletionImpl.keyPressed(CompletionImpl.java:386)
at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:250)
at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
at java.awt.Component.processKeyEvent(Component.java:6493)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2832)
at java.awt.Component.processEvent(Component.java:6312)
at java.awt.Container.processEvent(Container.java:2236)
at java.awt.Component.dispatchEventImpl(Component.java:4891)
at java.awt.Container.dispatchEventImpl(Container.java:2294)
at java.awt.Component.dispatchEvent(Component.java:4713)
at 
java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1954)
at 
java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:806)
at 
java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1074)
at 
java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:945)
at 
java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:771)
at java.awt.Component.dispatchEventImpl(Component.java:4762)
at java.awt.Container.dispatchEventImpl(Container.java:2294)
at java.awt.Window.dispatchEventImpl(Window.java:2750)
at 

[jira] [Created] (NETBEANS-1282) Netbeans 9.0 non-reponsive for approx. 20 secs.

2018-09-22 Thread Farhad P. (JIRA)
Farhad P. created NETBEANS-1282:
---

 Summary: Netbeans 9.0 non-reponsive for approx. 20 secs.
 Key: NETBEANS-1282
 URL: https://issues.apache.org/jira/browse/NETBEANS-1282
 Project: NetBeans
  Issue Type: Improvement
  Components: cnd - Execution
Affects Versions: 9.0
 Environment: OS: Windows 7 Professional 64-bit, Hardware: Intel i7 - 
5600U @ 2.6 GHz.
Reporter: Farhad P.
 Attachments: NetBeans9 IDE_Log.txt

In Netbeans 9.0, after navigating to Tools > Options and selecting Python 
option, the IDE was not responsive for approx. 20 seconds. Also, it seems that 
IDE was using a lot of memory at that time. 
I'm attaching the IDE.log if that helps.



--
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-1281) Introduce a build.xml per cluster

2018-09-22 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga updated NETBEANS-1281:

Description: 
To simplify working with a cluster, introduce a build.xml per cluster, e.g., 
this one inside the php cluster:


   NetBeans PHP build script.
   
   
   


  was:
To simplify working with cluster, introduce a build.xml per cluster, e.g., this 
one inside the php cluster:


   NetBeans PHP build script.
   
   
   



> Introduce a build.xml per cluster
> -
>
> Key: NETBEANS-1281
> URL: https://issues.apache.org/jira/browse/NETBEANS-1281
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>
> To simplify working with a cluster, introduce a build.xml per cluster, e.g., 
> this one inside the php cluster:
> 
>NetBeans PHP build script.
>
>
>
> 



--
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-1281) Introduce a build.xml per cluster

2018-09-22 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga updated NETBEANS-1281:

Description: 
To simplify working with cluster, introduce a build.xml per cluster, e.g., this 
one inside the php cluster:


   NetBeans PHP build script.
   
   
   


  was:
To simplify working with cluster, introduce a build.xml per cluster, e.g., this 
one inside the php cluster:


NetBeans PHP build script.






> Introduce a build.xml per cluster
> -
>
> Key: NETBEANS-1281
> URL: https://issues.apache.org/jira/browse/NETBEANS-1281
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>
> To simplify working with cluster, introduce a build.xml per cluster, e.g., 
> this one inside the php cluster:
> 
>NetBeans PHP build script.
>
>
>
> 



--
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-1281) Introduce a build.xml per cluster

2018-09-22 Thread Geertjan Wielenga (JIRA)
Geertjan Wielenga created NETBEANS-1281:
---

 Summary: Introduce a build.xml per cluster
 Key: NETBEANS-1281
 URL: https://issues.apache.org/jira/browse/NETBEANS-1281
 Project: NetBeans
  Issue Type: Task
Reporter: Geertjan Wielenga


To simplify working with cluster, introduce a build.xml per cluster, e.g., this 
one inside the php cluster:


NetBeans PHP build script.







--
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-html4j] 01/01: Merge pull request #11 from dukescript/jdk-11

2018-09-22 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-html4j.git

commit 006488782a6d1567eacb080443bcd9329988f323
Merge: 78c3810 ffb3f0b
Author: Geertjan Wielenga 
AuthorDate: Sat Sep 22 10:53:32 2018 +0200

Merge pull request #11 from dukescript/jdk-11

Allow building on JDK 11

 .travis.yml|  5 +-
 boot-agent-test/pom.xml|  5 ++
 boot-fx/pom.xml| 12 ++---
 .../java/html/boot/script/KnockoutEnvJSTest.java   | 24 +++---
 equinox-agentclass-hook/pom.xml|  9 
 .../src/main/java/java/lang/Module.java| 23 +
 .../html/equinox/agentclass/NbInstrumentation.java |  9 +++-
 html4j-maven-plugin/pom.xml| 48 +++
 .../java/org/netbeans/html/mojo/Gradle1Test.java   |  8 
 .../net/java/html/json/ModelProcessorTest.java |  8 
 ko-felix-test/pom.xml  | 12 ++---
 ko-osgi-test/pom.xml   | 32 +
 ko-ws-tyrus/pom.xml|  5 ++
 ko4j/pom.xml   |  5 ++
 pom.xml| 55 +-
 sound/pom.xml  |  9 +++-
 xhr4j/pom.xml  |  5 ++
 17 files changed, 191 insertions(+), 83 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-html4j] branch master updated (78c3810 -> 0064887)

2018-09-22 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-html4j.git.


from 78c3810  NetBeans 8.2 @ServiceProvider processor is more friendly to 
post 1.8 JDKs
 add fb10a22  Turning on travis build on JDK11
 add ffb3f0b  Depend on JavaFX maven artifacts to build on JDK11
 new 0064887  Merge pull request #11 from dukescript/jdk-11

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:
 .travis.yml|  5 +-
 boot-agent-test/pom.xml|  5 ++
 boot-fx/pom.xml| 12 ++---
 .../java/html/boot/script/KnockoutEnvJSTest.java   | 24 +++---
 equinox-agentclass-hook/pom.xml|  9 
 .../src/main/java/java/lang/Module.java|  5 +-
 .../html/equinox/agentclass/NbInstrumentation.java |  9 +++-
 html4j-maven-plugin/pom.xml| 48 +++
 .../java/org/netbeans/html/mojo/Gradle1Test.java   |  8 
 .../net/java/html/json/ModelProcessorTest.java |  8 
 ko-felix-test/pom.xml  | 12 ++---
 ko-osgi-test/pom.xml   | 32 +
 ko-ws-tyrus/pom.xml|  5 ++
 ko4j/pom.xml   |  5 ++
 pom.xml| 55 +-
 sound/pom.xml  |  9 +++-
 xhr4j/pom.xml  |  5 ++
 17 files changed, 172 insertions(+), 84 deletions(-)
 copy json-tck/src/main/resources/net/java/html/js/tests/global.js => 
equinox-agentclass-hook/src/main/java/java/lang/Module.java (93%)


-
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