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/08/14 09:16:40 UTC

[incubator-netbeans-html4j] 02/02: Moving the script file to resources subdirectory

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 84bdb6be5da390a6b66a4fc1003bc458b8b72773
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Tue Aug 14 11:16:13 2018 +0200

    Moving the script file to resources subdirectory
---
 src/main/javadoc/overview.html            | 2 +-
 src/main/javadoc/{ => resources}/teavm.js | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 8a94392..36e47f0 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -156,7 +156,7 @@ $ mvn -f client/pom.xml process-classes exec:exec
         </center>
 
         <!-- boot bck2brwsr -->
-        <script src="teavm.js" type="text/javascript"></script>
+        <script src="resources/teavm.js" type="text/javascript"></script>
         <script>
             var vm = new VM();
             vm.loadClass('org.apidesign.demo.minesweeper.MainBrwsr');
diff --git a/src/main/javadoc/teavm.js b/src/main/javadoc/resources/teavm.js
similarity index 100%
rename from src/main/javadoc/teavm.js
rename to src/main/javadoc/resources/teavm.js


---------------------------------------------------------------------
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