- 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.
</projects>
<buildSpec>
<buildCommand>
- <name>net.sf.j2s.core.java2scriptbuilder</name>
+ <name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>