Skip to content

Commit de6d443

Browse files
authored
Merge pull request #112 from BobHanson/master
minor edits in description in build-core.xml
2 parents ef4db4d + 4968a2d commit de6d443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/net.sf.j2s.core/dist/build-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
core: "none" // do not use any core files - useful for debugging and core construction
2727
core: null // (or just no "core" entry) - use coreswingjs.z.js
28-
core: "_xxx" // use my created core_xxx.z.js file
28+
core: "_xxx" // use a core_xxx.z.js file that you have created
2929
3030
Creating a customized core_xxx file
3131
- - - - - - - - - - - - - - - - - -

sources/net.sf.j2s.java.core/build-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
core: "none" // do not use any core files - useful for debugging and core construction
2727
core: null // (or just no "core" entry) - use coreswingjs.z.js
28-
core: "_xxx" // use my created core_xxx.z.js file
28+
core: "_xxx" // use a core_xxx.z.js file that you have created
2929
3030
Creating a customized core_xxx file
3131
- - - - - - - - - - - - - - - - - -

0 commit comments

Comments
 (0)