make/java/java/FILES_java.gmk

Print this page


   1 #
   2 # Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 512     java/nio/HeapCharBuffer.java \
 513     java/security/AccessController.java \
 514     java/security/ProtectionDomain.java \
 515     java/net/URLClassLoader.java \
 516     java/net/URLConnection.java \
 517     sun/misc/Launcher.java \
 518     sun/misc/MetaIndex.java \
 519     sun/misc/URLClassPath.java \
 520     sun/misc/Version.java \
 521     sun/misc/FileURLMapper.java \
 522     sun/misc/MessageUtils.java \
 523     sun/misc/GC.java \
 524     sun/misc/Service.java \
 525     sun/misc/JavaAWTAccess.java \
 526     sun/misc/JavaLangAccess.java \
 527     sun/misc/JavaIOAccess.java \
 528     sun/misc/JavaIOFileDescriptorAccess.java \
 529     sun/misc/JavaNioAccess.java \
 530     sun/misc/Perf.java \
 531     sun/misc/PerfCounter.java \
 532     sun/misc/Hashing.java \
 533     sun/net/www/protocol/jar/Handler.java \
 534     sun/net/www/protocol/jar/JarURLConnection.java \
 535     sun/net/www/protocol/file/Handler.java \
 536     sun/net/www/protocol/file/FileURLConnection.java
 537 
 538 FILES_java = $(JAVA_JAVA_java)
   1 #
   2 # Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 512     java/nio/HeapCharBuffer.java \
 513     java/security/AccessController.java \
 514     java/security/ProtectionDomain.java \
 515     java/net/URLClassLoader.java \
 516     java/net/URLConnection.java \
 517     sun/misc/Launcher.java \
 518     sun/misc/MetaIndex.java \
 519     sun/misc/URLClassPath.java \
 520     sun/misc/Version.java \
 521     sun/misc/FileURLMapper.java \
 522     sun/misc/MessageUtils.java \
 523     sun/misc/GC.java \
 524     sun/misc/Service.java \
 525     sun/misc/JavaAWTAccess.java \
 526     sun/misc/JavaLangAccess.java \
 527     sun/misc/JavaIOAccess.java \
 528     sun/misc/JavaIOFileDescriptorAccess.java \
 529     sun/misc/JavaNioAccess.java \
 530     sun/misc/Perf.java \
 531     sun/misc/PerfCounter.java \

 532     sun/net/www/protocol/jar/Handler.java \
 533     sun/net/www/protocol/jar/JarURLConnection.java \
 534     sun/net/www/protocol/file/Handler.java \
 535     sun/net/www/protocol/file/FileURLConnection.java
 536 
 537 FILES_java = $(JAVA_JAVA_java)