annotate make/com/sun/sql/FILES_java.gmk @ 4254:7c5bc5a807ee
7024120: Verify reduced JRE contents for java 7
Summary: stripped all symbols from libs and executables to reduce JRE size. Restored missing classes needed to pass JCK in headless mode
Reviewed-by: bobv, ohair
author |
dholmes |
date |
Fri, 27 May 2011 19:04:48 -0400 |
parents |
37a05a11f281 |
children |
|
rev |
line source |
duke@0
|
1 #
|
ohair@2362
|
2 # Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
|
duke@0
|
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
duke@0
|
4 #
|
duke@0
|
5 # This code is free software; you can redistribute it and/or modify it
|
duke@0
|
6 # under the terms of the GNU General Public License version 2 only, as
|
ohair@2362
|
7 # published by the Free Software Foundation. Oracle designates this
|
duke@0
|
8 # particular file as subject to the "Classpath" exception as provided
|
ohair@2362
|
9 # by Oracle in the LICENSE file that accompanied this code.
|
duke@0
|
10 #
|
duke@0
|
11 # This code is distributed in the hope that it will be useful, but WITHOUT
|
duke@0
|
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
duke@0
|
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
duke@0
|
14 # version 2 for more details (a copy is included in the LICENSE file that
|
duke@0
|
15 # accompanied this code).
|
duke@0
|
16 #
|
duke@0
|
17 # You should have received a copy of the GNU General Public License version
|
duke@0
|
18 # 2 along with this work; if not, write to the Free Software Foundation,
|
duke@0
|
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
duke@0
|
20 #
|
ohair@2362
|
21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
ohair@2362
|
22 # or visit www.oracle.com if you need additional information or have any
|
ohair@2362
|
23 # questions.
|
duke@0
|
24 #
|
duke@0
|
25
|
duke@0
|
26 FILES_java = \
|
duke@0
|
27 com/sun/rowset/DataSetImpl.java \
|
duke@0
|
28 com/sun/rowset/QueryObjectGeneratorImpl.java
|