equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
53 # (see /java/pubs/apisrc/jdk/6.0/beta/make/docs/active_jsr_pkgs) |
53 # (see /java/pubs/apisrc/jdk/6.0/beta/make/docs/active_jsr_pkgs) |
54 # Note: |
54 # Note: |
55 # This is a list of regular expressions. So foo.* matches "foo" and "foo.bar". |
55 # This is a list of regular expressions. So foo.* matches "foo" and "foo.bar". |
56 # |
56 # |
57 ACTIVE_JSR_PKGS= \ |
57 ACTIVE_JSR_PKGS= \ |
58 java.dyn \ |
58 java.lang.invoke \ |
59 java.sql \ |
59 java.sql \ |
60 javax.activation \ |
60 javax.activation \ |
61 javax.annotation.* \ |
61 javax.annotation.* \ |
62 javax.jws.* \ |
62 javax.jws.* \ |
63 javax.lang.* \ |
63 javax.lang.* \ |
95 java.awt.image \ |
95 java.awt.image \ |
96 java.awt.image.renderable \ |
96 java.awt.image.renderable \ |
97 java.awt.print \ |
97 java.awt.print \ |
98 java.beans \ |
98 java.beans \ |
99 java.beans.beancontext \ |
99 java.beans.beancontext \ |
100 java.dyn \ |
|
101 java.io \ |
100 java.io \ |
102 java.lang \ |
101 java.lang \ |
103 java.lang.annotation \ |
102 java.lang.annotation \ |
104 java.lang.instrument \ |
103 java.lang.instrument \ |
|
104 java.lang.invoke \ |
105 java.lang.management \ |
105 java.lang.management \ |
106 java.lang.ref \ |
106 java.lang.ref \ |
107 java.lang.reflect \ |
107 java.lang.reflect \ |
108 java.math \ |
108 java.math \ |
109 java.net \ |
109 java.net \ |