hg: macosx-port/macosx-port/jdk: Cleaning up JNF usage, finishing AWTWindow conversion to properties, blocks, and JNF usage.

Tomas Hurka tomas.hurka at googlemail.com
Thu Apr 7 10:41:09 PDT 2011


On 7 Apr 2011, at 19:31, Henri Gomez wrote:

>> It looks like there is difference in JavaRuntimeSupport.h
> 
> -rw-r--r--  1 root  wheel   268 24 oct 14:23 JavaRuntimeSupport.h
> 
> /*
> *  JavaRuntimeSupport.h
> *  Copyright 2008 Apple Inc. All rights reserved.
> *
> */
> 
> #import <JavaRuntimeSupport/JRSProperties.h>
> #import <JavaRuntimeSupport/JRSLocalization.h>
> #import <JavaRuntimeSupport/JRSStringConversion.h>
> #import <JavaRuntimeSupport/JRSFont.h>

-rw-r--r--  1 root  wheel   614 Feb 24 20:58 JavaRuntimeSupport.h
----------------------------
/*
 *  JavaRuntimeSupport.h
 *  Copyright 2008-2011 Apple Inc. All rights reserved.
 */

#import <JavaRuntimeSupport/JRSDefines.h>

#import <JavaRuntimeSupport/JRSProperties.h>
#import <JavaRuntimeSupport/JRSLocalization.h>

#import <JavaRuntimeSupport/JRSCursor.h>
#import <JavaRuntimeSupport/JRSEvent.h>
#import <JavaRuntimeSupport/JRSMenu.h>
#import <JavaRuntimeSupport/JRSFont.h>
#import <JavaRuntimeSupport/JRSAppKitAWT.h>

#import <JavaRuntimeSupport/JRSUIControl.h>
#import <JavaRuntimeSupport/JRSUIProperties.h>
#import <JavaRuntimeSupport/JRSUIHitTesting.h>
#import <JavaRuntimeSupport/JRSUIScrollBars.h>
----------------------------
So yours version of JavaRuntimeSupport.h looks like old version.

Bye,
--
Tomas Hurka   <mailto:tomas.hurka at oracle.com>
NetBeans Profiler http://profiler.netbeans.org
VisualVM http://visualvm.java.net
Software Developer
Oracle, Praha Czech Republic





More information about the macosx-port-dev mailing list