Hi.
I was trying to play with AWT code by opening jdk8/jdk/make/netbeans/awt2d
project. Alas, the IDE reports error in EventQueue.java. PlatformLogger is
unknown. I believe this is because of no longer correct includes/excludes in
the project metadata.
I am attaching a patch that seems to fix the problem. Can somebody with commit
rights integrated it? Thanks.
-jt
diff -r 0d91c0d45220 make/netbeans/awt2d/build.properties
--- a/make/netbeans/awt2d/build.properties Mon Mar 19 10:47:48 2012 +0100
+++ b/make/netbeans/awt2d/build.properties Sat May 12 10:30:21 2012 +0200
@@ -48,6 +48,7 @@
sun/jawt/ \
sun/text/ \
sun/java2d/ \
+ sun/util/logging/ \
sun/print/
excludes=\
java/awt/doc-files/ \