< prev index next >

make/profile-includes.txt

Print this page
rev 12525 : 8157561: Ship the unlimited policy files in JDK Updates
Reviewed-by: wetmore, erikj
   1 #
   2 # Copyright (c) 2012, 2014, 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


 166 endif
 167 
 168 PROFILE_1_JRE_LIB_FILES += \
 169     calendars.properties \
 170     classlist \
 171     content-types.properties \
 172     currency.data \
 173     ext/localedata.jar \
 174     ext/meta-index \
 175     ext/sunec.jar \
 176     ext/sunjce_provider.jar \
 177     ext/sunpkcs11.jar \
 178     hijrah-config-umalqura.properties \
 179     jce.jar \
 180     jsse.jar \
 181     logging.properties \
 182     meta-index \
 183     net.properties \
 184     resources.jar \
 185     rt.jar \
 186     security/US_export_policy.jar \

 187     security/blacklist \
 188     security/blacklisted.certs \
 189     security/cacerts \
 190     security/java.policy \
 191     security/java.security \
 192     security/local_policy.jar \

 193     security/trusted.libraries \
 194     tzdb.dat
 195 
 196 ifeq ($(OPENJDK_TARGET_OS), windows)
 197     PROFILE_1_JRE_LIB_FILES += tzmappings
 198 else
 199     ifeq ($(OPENJDK_TARGET_OS), solaris)
 200         PROFILE_1_JRE_LIB_FILES += sdp/sdp.conf
 201     endif
 202 endif
 203 
 204 PROFILE_1_JRE_OTHER_FILES := \
 205     COPYRIGHT \
 206     LICENSE \
 207     README \
 208     THIRDPARTYLICENSEREADME.txt \
 209     Welcome.html \
 210     release
 211 
 212 PROFILE_1_JRE_JAR_FILES := \
 213     ext/localedata.jar \
 214     ext/sunec.jar \
 215     ext/sunjce_provider.jar \
 216     ext/sunpkcs11.jar \
 217     jce.jar \
 218     jsse.jar \
 219     resources.jar \
 220     rt.jar \
 221     security/US_export_policy.jar \
 222     security/local_policy.jar


 223 
 224 
 225 PROFILE_2_JRE_BIN_FILES := \
 226     rmid$(EXE_SUFFIX) \
 227     rmiregistry$(EXE_SUFFIX)
 228 
 229 ifeq ($(OPENJDK_TARGET_OS), windows)
 230     PROFILE_2_JRE_BIN_FILES += java-rmi$(EXE_SUFFIX)
 231 endif
 232 
 233 # If you add libraries here, make sure you use the same techniques
 234 # as used for the other profile's libraries regarding debug files etc
 235 PROFILE_2_JRE_LIB_FILES :=
 236 
 237 PROFILE_2_JRE_OTHER_FILES :=
 238 
 239 PROFILE_2_JRE_JAR_FILES :=
 240 
 241 ifeq ($(OPENJDK_TARGET_OS), windows)
 242     PROFILE_3_JRE_BIN_FILES := \


   1 #
   2 # Copyright (c) 2012, 2016, 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


 166 endif
 167 
 168 PROFILE_1_JRE_LIB_FILES += \
 169     calendars.properties \
 170     classlist \
 171     content-types.properties \
 172     currency.data \
 173     ext/localedata.jar \
 174     ext/meta-index \
 175     ext/sunec.jar \
 176     ext/sunjce_provider.jar \
 177     ext/sunpkcs11.jar \
 178     hijrah-config-umalqura.properties \
 179     jce.jar \
 180     jsse.jar \
 181     logging.properties \
 182     meta-index \
 183     net.properties \
 184     resources.jar \
 185     rt.jar \
 186     security/policy/limited/US_export_policy.jar \
 187     security/policy/unlimited/US_export_policy.jar \
 188     security/blacklist \
 189     security/blacklisted.certs \
 190     security/cacerts \
 191     security/java.policy \
 192     security/java.security \
 193     security/policy/limited/local_policy.jar \
 194     security/policy/unlimited/local_policy.jar \
 195     security/trusted.libraries \
 196     tzdb.dat
 197 
 198 ifeq ($(OPENJDK_TARGET_OS), windows)
 199     PROFILE_1_JRE_LIB_FILES += tzmappings
 200 else
 201     ifeq ($(OPENJDK_TARGET_OS), solaris)
 202         PROFILE_1_JRE_LIB_FILES += sdp/sdp.conf
 203     endif
 204 endif
 205 
 206 PROFILE_1_JRE_OTHER_FILES := \
 207     COPYRIGHT \
 208     LICENSE \
 209     README \
 210     THIRDPARTYLICENSEREADME.txt \
 211     Welcome.html \
 212     release
 213 
 214 PROFILE_1_JRE_JAR_FILES := \
 215     ext/localedata.jar \
 216     ext/sunec.jar \
 217     ext/sunjce_provider.jar \
 218     ext/sunpkcs11.jar \
 219     jce.jar \
 220     jsse.jar \
 221     resources.jar \
 222     rt.jar \
 223     security/policy/limited/US_export_policy.jar \
 224     security/policy/unlimited/US_export_policy.jar \
 225     security/policy/limited/local_policy.jar \
 226     security/policy/unlimited/local_policy.jar
 227 
 228 
 229 PROFILE_2_JRE_BIN_FILES := \
 230     rmid$(EXE_SUFFIX) \
 231     rmiregistry$(EXE_SUFFIX)
 232 
 233 ifeq ($(OPENJDK_TARGET_OS), windows)
 234     PROFILE_2_JRE_BIN_FILES += java-rmi$(EXE_SUFFIX)
 235 endif
 236 
 237 # If you add libraries here, make sure you use the same techniques
 238 # as used for the other profile's libraries regarding debug files etc
 239 PROFILE_2_JRE_LIB_FILES :=
 240 
 241 PROFILE_2_JRE_OTHER_FILES :=
 242 
 243 PROFILE_2_JRE_JAR_FILES :=
 244 
 245 ifeq ($(OPENJDK_TARGET_OS), windows)
 246     PROFILE_3_JRE_BIN_FILES := \


< prev index next >