rt/mojo/src/main/java/org/apidesign/bck2brwsr/mojo/Java2JavaScript.java
Tue, 27 May 2014 12:25:41 +0200 The static calculator demo needs to reference just a single application .js file from its main HTML page. The rest is loaded based on classpath attribute.
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Tue, 29 Apr 2014 14:27:36 +0200 Renaming the extension parameter to library to keep with the API of Bck2Brwsr compiler
Sat, 12 Oct 2013 09:05:08 +0200 If j2js task is used, read the generated bck2brwsr.js in rather than compiling new one during execution
Thu, 10 Oct 2013 14:00:32 +0200 Explaining reasons for a NPE
Thu, 10 Oct 2013 13:59:29 +0200 Public API to disallow classes from rt.jar
Fri, 12 Jul 2013 13:41:23 +0200 Use transitive compile time dependencies
Mon, 20 May 2013 10:59:47 +0200 Obfuscation fixes to allow run demo-calculator as an external module
Mon, 15 Apr 2013 15:30:53 +0200 Fixed static calculator full obfuscation after introduction o Exported annotation
Fri, 22 Mar 2013 14:46:10 +0100 Using cummulative factory with the hope to prevent enormous increase in overloaded 'generate' methods
Tue, 19 Mar 2013 13:18:02 +0100 Merge with trunk
Tue, 19 Mar 2013 13:08:44 +0100 Added since tags
Wed, 13 Mar 2013 16:17:47 +0100 Allow to set obfuscation level for j2js
Mon, 18 Mar 2013 09:04:46 +0100 Modifying the static calculator sample to pre-compile all its project classes
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository