[maven-release-plugin] copy for tag release-0.8
[maven-release-plugin] prepare for next development iteration
Trivial implementation of isWhitespace
Need EnumMap, EnumSet for the javac
Can we run Javac in the bck2brwsr VM?
Use pre-compiled version of the VM javascript in generated archetypes
Make the animations work on firefox and other non-webkit browsers
Don't generate the javascript, use the artifact from vm4brwsr project
JavaOne attendees asked for support for String.replaceAll, so here it is
Bringing changes from default branch
Adding more reflection methods, but mostly throwing exceptions
Adding StringWriter and reader as it is used in Javac
Javac uses Throwable printStackTrace method a lot
Bringing in StringReader and StringWriter
Some trivial implementations of methods that work with Locale
However the Locale class needs to be simplified - it is suprising how…
… a class used in a trival way may get bloated
Can use Constructor.newInstance with parameters
Adding some implementation of in/out/err streams
Explicitly enumerating the classes we want to compile against
Make sure os.name property is defined
Bringing in Tomas's no java.io.File file manager
Throw index out of bounds exception
String.replace is now capable to relace a pattern with a longer super…
… pattern
Can get access to ClassLoader and use it to load resources and classes
Set of JDK classes needed to run javac
Merging JDK classes need to run javac into default branch - don't com…
…pile yet
Work on javac branch seems to have some results, so merge it
Implementation of few more JDK classes
Commenting out stuff in java.text so the classes compile
Somehow implementing the calendar classes so they compile
Correct way of expanding the array
Need to skip URI and System references, as they are not part of minim…
…al API profile
Enough to run the test in JDK for now
merge with revision 1294 where issues with SHIFT operations on Long w…
…ere detected
Depend on right version of net.java.html APIs
Now, when the minimal API profile is not self contained, we need to i…
…gnore classes coming from the boot classpath