javaquery/demo-calculator/pom.xml
Wed, 06 Feb 2013 17:52:31 +0100 Don't include vm4brwsr.jar in the final calculator zip file
Tue, 05 Feb 2013 15:32:41 +0100 Static assembly to use the exported bck2brwsr.js
Thu, 31 Jan 2013 16:13:04 +0100 When one needs to use a JAR for compilation only in Maven, one needs to select scope='provided'
Wed, 30 Jan 2013 18:27:57 +0100 Using internal server to execute the HTML page
Wed, 30 Jan 2013 17:36:45 +0100 Using assembly plugin to create deployment layout of the 'static' calculator demo
Wed, 23 Jan 2013 20:39:23 +0100 First attempt to separate 'mini' profile from the rest of JDK APIs
Mon, 21 Jan 2013 16:04:25 +0100 Moving into demo package
Fri, 11 Jan 2013 16:36:28 +0100 merge with trunk
Mon, 24 Dec 2012 08:04:45 +0100 Keeping old name for static demo-calculator, as its build products are referenced by Hudson jobs
Thu, 20 Dec 2012 16:17:31 +0100 Mojo for execution in a browser
Thu, 29 Nov 2012 00:02:37 +0100 Changing the release of all components to 0.3
Thu, 22 Nov 2012 00:18:34 +0100 Less verbose. Concentrating all operations into single method. Using string switch to determine what operation to run.
Sun, 18 Nov 2012 22:03:15 +0100 javap branch achieved its goal: ByteCodeToJavaScript can be executed in bck2brwsr VM. Merging to main branch.
Fri, 16 Nov 2012 08:06:48 +0100 Explicitly specify source to be 1.6
Tue, 13 Nov 2012 07:56:02 +0100 Explicit version 1.6 convinces command line Maven to compile the whole project
Fri, 09 Nov 2012 12:15:25 +0100 Changing the dependency to new name of the library
Fri, 09 Nov 2012 12:06:45 +0100 Adding calculator demo to the repository