Skip to content

Commit f939cc6

Browse files
authored
Merge pull request #203 from BobHanson/hanson1
//BH 2021.01.14 -- 3.3.1-v3 fixes missing finals for nested () -> {...} //BH 2021.01.03 -- 3.3.1-v2 adds @j2sAsync adds async for function - experimental
2 parents 2d0a179 + 9a4dd2e commit f939cc6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+11953
-5345
lines changed

sources/net.sf.j2s.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Java2Script Core
44
Bundle-SymbolicName: net.sf.j2s.core;singleton:=true
5-
Bundle-Version: 3.2.10
5+
Bundle-Version: 3.3.1
66
Bundle-Activator: net.sf.j2s.core.CorePlugin
77
Bundle-Vendor: j2s.sourceforge.net
88
Require-Bundle: org.eclipse.core.runtime,
50.6 KB
Binary file not shown.

sources/net.sf.j2s.core/dist/swingjs/differences.txt

Lines changed: 256 additions & 271 deletions
Large diffs are not rendered by default.
4.11 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20201222130550
1+
20210114181553
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20201222130056
1+
20201231144345
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This is sources/net.sf.j2s.java.core/dist/DEV_NOTES.txt
2+
3+
_j2sclasslist.txt
4+
5+
the list of .js files concatenated into coreswingjs.js and minified to coreswingjs.z.js
6+
7+
8+
SwingJS-site.zip
9+
10+
the full site directory for SwingJS including all files not in the test/ directory.
7.79 MB
Binary file not shown.

0 commit comments

Comments
 (0)