JAL-3032 net.sf.j2s.core_3.2.1 upgrade
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Sat, 14 Jul 2018 14:51:03 +0000 (15:51 +0100)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Sat, 14 Jul 2018 14:51:03 +0000 (15:51 +0100)
- project build command back to org.eclipse.jdt.core.javabuilder

- uses JDT CompilationParticipant extension instead of a massive
specialized builder

- solves the Eclipse Photon (non)incremental build problem

- stamps transpiler version into trailer on each .js file

- best (but not critical) to use -clean option when starting Eclipse
after adding this new version of the transpiler.

.project
swingjs/net.sf.j2s.core.jar
swingjs/ver/net.sf.j2s.core.3.1.1.jar [new file with mode: 0644]
swingjs/ver/net.sf.j2s.core_3.2.1.jar [new file with mode: 0644]

index 60d0c20..d0dfc7e 100644 (file)
--- a/.project
+++ b/.project
@@ -6,7 +6,7 @@
        </projects>
        <buildSpec>
                <buildCommand>
-                       <name>net.sf.j2s.core.java2scriptbuilder</name>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
index 764c0b4..1872708 100644 (file)
Binary files a/swingjs/net.sf.j2s.core.jar and b/swingjs/net.sf.j2s.core.jar differ
diff --git a/swingjs/ver/net.sf.j2s.core.3.1.1.jar b/swingjs/ver/net.sf.j2s.core.3.1.1.jar
new file mode 100644 (file)
index 0000000..764c0b4
Binary files /dev/null and b/swingjs/ver/net.sf.j2s.core.3.1.1.jar differ
diff --git a/swingjs/ver/net.sf.j2s.core_3.2.1.jar b/swingjs/ver/net.sf.j2s.core_3.2.1.jar
new file mode 100644 (file)
index 0000000..1872708
Binary files /dev/null and b/swingjs/ver/net.sf.j2s.core_3.2.1.jar differ