File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
sources/net.sf.j2s.java.core/srcjs Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11This directory:
22
33- preserves files that need to be present in site/ as swingjs2.js
4- - stores the files that build_core_applet.xml needs to create swingjs/j2s/core/ files
4+ - stores the files that build_core_applet.xml needs to create swingjs/j2s/core/ and swingjs/swingjs2.js files
55
66
77It contains:
@@ -11,6 +11,11 @@ js/*.js a set of files needed for all SwingJS pages
1111
1212js/make.bat a script that concatenates the *.js files in the right order to make swingjs2.js
1313
14+ It is here as a convenience only; when in site/js, a developer can run this script
15+ to test changes. It is not used by build_core_applet.xml, which uses ANT concat instead.
16+
1417js/core/ a folder used by build_core_applet.xml to create Google closure-compiled swingjs/j2s/core files.
1518
16-
19+
20+
21+ When build_core_applet.xml runs, all files
You can’t perform that action at this time.
0 commit comments