javaquery/demo-calculator/pom.xml
Tue, 17 Sep 2013 15:00:48 +0200 [maven-release-plugin] prepare for next development iteration
Tue, 17 Sep 2013 15:00:18 +0200 [maven-release-plugin] prepare release release-0.8
Thu, 16 May 2013 10:38:20 +0200 [maven-release-plugin] prepare for next development iteration
Thu, 16 May 2013 10:31:32 +0200 [maven-release-plugin] prepare release release-0.7.2
Tue, 30 Apr 2013 15:16:08 +0200 [maven-release-plugin] prepare for next development iteration
Tue, 30 Apr 2013 15:15:46 +0200 [maven-release-plugin] prepare release release-0.7
Sun, 28 Apr 2013 17:11:12 +0200 The mojo plugin needs to have dependencies on known launchers in order to make calculator demo work
Fri, 26 Apr 2013 14:00:59 +0200 Milos Kleint <milos.kleint@oracle.com> eliminates the need to include plugin version in nbactions.xml files by renaming the mojo to follow Maven naming conventions
Sun, 14 Apr 2013 22:35:00 +0200 [maven-release-plugin] prepare for next development iteration
Sun, 14 Apr 2013 22:34:49 +0200 [maven-release-plugin] prepare release release-0.6
Tue, 26 Mar 2013 12:01:37 +0100 [maven-release-plugin] prepare for next development iteration
Tue, 26 Mar 2013 11:54:21 +0100 [maven-release-plugin] prepare release release-0.5
Mon, 25 Mar 2013 16:33:39 +0100 Make the level of obfuscation configurable
Thu, 21 Mar 2013 18:48:46 +0100 Initial attempt for advanced obfuscation
Wed, 20 Mar 2013 13:55:53 +0100 Turning on SIMPLE_OPTIMIZATIONS for the static calculator sample
Mon, 18 Mar 2013 09:04:46 +0100 Modifying the static calculator sample to pre-compile all its project classes
Thu, 07 Mar 2013 23:34:33 +0100 [maven-release-plugin] prepare for next development iteration
Thu, 07 Mar 2013 23:33:50 +0100 [maven-release-plugin] prepare release release-${releaseVersion}
Sat, 02 Mar 2013 17:02:00 +0100 [maven-release-plugin] prepare for next development iteration
Fri, 01 Mar 2013 22:08:37 +0100 [maven-release-plugin] prepare release bck2brwsr-0.3
Thu, 28 Feb 2013 22:01:57 +0100 Generate Javadoc for the experimental HTML page API
Fri, 15 Feb 2013 21:14:49 +0100 Merge from default branch to resolve conflicts
Fri, 15 Feb 2013 19:33:21 +0100 Don't use the main class trick now, as Main-Class is supposed to have main method
Wed, 13 Feb 2013 17:44:45 +0100 Don't do anything during deploy phase with our sample demos
Thu, 07 Feb 2013 13:41:56 +0100 Recognizing Main-Class attribute, so initializing the VM is just about passing in correct classpath
Wed, 06 Feb 2013 18:24:53 +0100 Providing all Bck2Brwsr emulation APIs in a single JAR file
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