jdk/make/sun/util/Makefile
author malenkov
Wed, 19 Jun 2013 14:28:44 +0400
changeset 18134 af8df2260431
parent 14342 8435a30053c1
permissions -rw-r--r--
8013442: No file filter selected in file type combo box when using JFileChooser Reviewed-by: alexsch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10587
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
     1
#
14342
8435a30053c1 7197491: update copyright year to match last edit in jdk8 jdk repository
alanb
parents: 14029
diff changeset
     2
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
10587
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
     4
#
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    10
#
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    15
# accompanied this code).
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    16
#
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    20
#
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    23
# questions.
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    24
#
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    25
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    26
BUILDDIR = ../..
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    27
PACKAGE = sun.util
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    28
PRODUCT = sun
11361
daa4d069c514 7122061: add -Xlint:all -Werror to warning-free build steps
smarks
parents: 10587
diff changeset
    29
JAVAC_MAX_WARNINGS = true
daa4d069c514 7122061: add -Xlint:all -Werror to warning-free build steps
smarks
parents: 10587
diff changeset
    30
JAVAC_WARNINGS_FATAL = true
daa4d069c514 7122061: add -Xlint:all -Werror to warning-free build steps
smarks
parents: 10587
diff changeset
    31
10587
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    32
include $(BUILDDIR)/common/Defs.gmk
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    33
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    34
#
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    35
# Files
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    36
#
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    37
AUTO_FILES_JAVA_DIRS = sun/util/xml
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    38
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    39
#
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    40
# Rules
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    41
#
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    42
include $(BUILDDIR)/common/Classes.gmk
654c00a794b6 6915797: Remove sun.tools.jar.JarImageSource that is not used
mchung
parents:
diff changeset
    43
14029
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    44
#
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    45
# Rules for XML properties provider configuration file
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    46
#
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    47
SERVICEDIR = $(CLASSBINDIR)/META-INF/services
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    48
FILES_copy = $(SERVICEDIR)/sun.util.spi.XmlPropertiesProvider
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    49
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    50
copy-files: $(FILES_copy)
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    51
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    52
$(SERVICEDIR)/%: $(SHARE_SRC)/classes/sun/util/xml/META-INF/services/%
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    53
	$(install-file)
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    54
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    55
build: copy-files
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    56
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    57
clean::
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    58
	$(RM) $(FILES_copy)
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    59
c684694164c2 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb
parents: 11361
diff changeset
    60