We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad1faa commit 0069549Copy full SHA for 0069549
2 files changed
build.gradle
@@ -119,7 +119,7 @@ distributions {
119
main {
120
distributionBaseName = 'jgex'
121
contents {
122
- into("bin") { from 'src/docs'}
+ into("bin") { from 'src/main/resources/docs'}
123
}
124
125
src/index.html
@@ -3,7 +3,7 @@
3
<html lang="en">
4
<head>
5
<meta charset="utf-8" />
6
- <title>CheerpJ test</title>
+ <title>JGEX (CheerpJ version)</title>
7
<script src="https://cjrtnc.leaningtech.com/4.1/loader.js"></script>
8
</head>
9
<body>
@@ -12,6 +12,7 @@
12
await cheerpjInit({ version: 11 , enableDebug: true});
13
cheerpjCreateDisplay(1400, 800);
14
await cheerpjRunJar("/app/Java-Geometry-Expert-0.86.jar");
15
+ <!-- TODO: Change the version number by copying it from the Java source dynamically. -->
16
})();
17
</script>
18
</body>
0 commit comments