You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2018/04/13 03:25:18 UTC

[incubator-netbeans-html4j] 01/01: Merge pull request #5 from JaroslavTulach/jtulach/UndefinedAudio

This is an automated email from the ASF dual-hosted git repository.

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

commit 94303700de4466d61475eb8edabb2113e67c89de
Merge: 2afce5b 9d60671
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Fri Apr 13 05:25:15 2018 +0200

    Merge pull request #5 from JaroslavTulach/jtulach/UndefinedAudio
    
    Missing Audio object caused exception

 sound/pom.xml                                      | 28 +++++++++++++++--
 .../netbeans/html/sound/impl/BrowserAudioEnv.java  |  2 +-
 .../java/net/java/html/sound/AudioClipTest.java    | 35 ++++++++++++++++++++++
 3 files changed, 62 insertions(+), 3 deletions(-)

diff --cc sound/pom.xml
index a2d24e7,267edb2..baf0549
--- a/sound/pom.xml
+++ b/sound/pom.xml
@@@ -56,8 -68,20 +68,20 @@@
          </dependency>
          <dependency>
              <groupId>org.netbeans.html</groupId>
+             <artifactId>net.java.html.boot.script</artifactId>
+             <version>${project.version}</version>
+             <type>jar</type>
+         </dependency>
+         <dependency>
+             <groupId>org.netbeans.html</groupId>
+             <artifactId>net.java.html.boot.fx</artifactId>
+             <version>${project.version}</version>
+             <type>jar</type>
+         </dependency>
+         <dependency>
+             <groupId>org.netbeans.html</groupId>
              <artifactId>net.java.html.boot</artifactId>
 -            <version>1.5.1</version>
 +            <version>2.0-SNAPSHOT</version>
              <type>jar</type>
          </dependency>
          <dependency>

-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

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

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