Skip to content

Commit 0069549

Browse files
committed
Minor polishing
1 parent aad1faa commit 0069549

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ distributions {
119119
main {
120120
distributionBaseName = 'jgex'
121121
contents {
122-
into("bin") { from 'src/docs'}
122+
into("bin") { from 'src/main/resources/docs'}
123123
}
124124
}
125125
}

src/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<meta charset="utf-8" />
6-
<title>CheerpJ test</title>
6+
<title>JGEX (CheerpJ version)</title>
77
<script src="https://cjrtnc.leaningtech.com/4.1/loader.js"></script>
88
</head>
99
<body>
@@ -12,6 +12,7 @@
1212
await cheerpjInit({ version: 11 , enableDebug: true});
1313
cheerpjCreateDisplay(1400, 800);
1414
await cheerpjRunJar("/app/Java-Geometry-Expert-0.86.jar");
15+
<!-- TODO: Change the version number by copying it from the Java source dynamically. -->
1516
})();
1617
</script>
1718
</body>

0 commit comments

Comments
 (0)