X Tutup
Skip to content

Commit cc4868f

Browse files
committed
setting up release files
1 parent 40510b6 commit cc4868f

File tree

9 files changed

+5
-10
lines changed

9 files changed

+5
-10
lines changed

sources/net.sf.j2s.core/test/site-phet_2017_12_07.zip renamed to sources/net.sf.j2s.core/site_versions/site-phet_2017_12_07.zip

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

sources/net.sf.j2s.core/test/.j2s

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
#Java2Script Configuration
2-
#Sat Aug 05 16:17:42 EDT 2017
3-
j2s.compiler.abbreviation=false
4-
j2s.output.path=bin
5-
2s.compiler.abbreviation.prefix=$_
61
j2s.compiler.status=enable
7-
j2s.compiler.mode=debug
2+
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!DOCTYPE html>
2-
<html><title>SwingJS test _NAME_</title>
2+
<html><title>TEST SwingJS test _NAME_</title>
33
<head><meta charset="utf-8" />
44
<script src="swingjs/swingjs2.js"></script>
55
<script>
6-
if (!self.Clazz)alert('swingjs2.js was not found')
6+
if (!self.SwingJS)alert('swingjs/swingjs2.js was not found')
77
Info = {
88
code: _CODE_,
99
main: _MAIN_,
1010
width: 850,
1111
height: 550,
1212
serverURL: 'http://chemapps.stolaf.edu/jmol/jsmol/php/jsmol.php',
13-
j2sPath: '.',
13+
j2sPath: 'swingjs/j2s',
1414
console:'sysoutdiv',
1515
allowjavascript: true
1616
}
@@ -22,7 +22,7 @@
2222
</script>
2323
<div style="position:absolute;left:900px;top:30px;width:600px;height:300px;">
2424
<div id=sysoutdiv style="border:1px solid green;width:100%;height:95%;overflow:auto"></div>
25-
This is System.out. <a href="javascript:testApplet._clearConsole()">clear it</a>
25+
This is System.out. <a href="javascript:testApplet._clearConsole()">clear it</a>
2626
</div>
2727
</body>
2828
</html>

sources/net.sf.j2s.core/dist/plugins/net.sf.j2s.core_2.0.0.jar renamed to sources/net.sf.j2s.core/unused/plugins/net.sf.j2s.core_2.0.0.jar

File renamed without changes.

sources/net.sf.j2s.core/dist/plugins/net.sf.j2s.core_2.0.1.jar renamed to sources/net.sf.j2s.core/unused/plugins/net.sf.j2s.core_2.0.1.jar

File renamed without changes.

0 commit comments

Comments
 (0)
X Tutup