This patch moves all jar file creation in jdk (except demos) to
CreateJars.gmk, which is called by the images target. All the jar files
are put in images/lib instead of being spread between jdk/lib and
images/lib. This makes images creation simpler since all jar files can
be found in one place.
http://cr.openjdk.java.net/~erikj/8004281/webrev.01/
/Erik