make/CreateJars.gmk

Print this page
8046002: Move Ucrypto to the open jdk repo


  94     SUFFIXES := .class _dict _th, \
  95     INCLUDES := $(LOCALEDATA_INCLUDES), \
  96     EXTRA_FILES := META-INF/services/sun.util.locale.provider.LocaleDataMetaInfo, \
  97     JAR := $(IMAGES_OUTPUTDIR)/lib/ext/localedata.jar, \
  98     SKIP_METAINF := true))
  99 
 100 ##########################################################################################
 101 #
 102 # Different variants of rt.jar are built based on the current profile. The output
 103 # directory is augmented with the profile name so that the final jar file and all the
 104 # intermediary list files will be in directory. This has the form lib$PROFILE rather than
 105 # lib/$PROFILE so that it won't get copied as part of the image generation process.
 106 # Each profile customizes the RT_JAR_EXCLUDES variable.
 107 #
 108 ##########################################################################################
 109 
 110 # Full JRE exclude list for rt.jar and resources.jar
 111 # This value should exclude types destined for jars other than rt.jar and resources.jar.
 112 # When building a Profile this value augments the profile specific exclusions
 113 RT_JAR_EXCLUDES += \

 114     com/sun/codemodel \
 115     com/sun/crypto/provider \
 116     com/sun/istack/internal/tools \
 117     com/sun/jarsigner \
 118     com/sun/java/accessibility \
 119     com/sun/javadoc \
 120     com/sun/jdi \
 121     com/sun/net/ssl/internal/ssl \
 122     com/sun/source \
 123     com/sun/tools \
 124     com/sun/xml/internal/dtdparser \
 125     com/sun/xml/internal/rngom \
 126     com/sun/xml/internal/xsom \
 127     javax/crypto \
 128     javax/swing/AbstractButtonBeanInfo.class \
 129     javax/swing/beaninfo \
 130     javax/swing/BoxBeanInfo.class \
 131     javax/swing/JAppletBeanInfo.class \
 132     javax/swing/JButtonBeanInfo.class \
 133     javax/swing/JCheckBoxBeanInfo.class \




  94     SUFFIXES := .class _dict _th, \
  95     INCLUDES := $(LOCALEDATA_INCLUDES), \
  96     EXTRA_FILES := META-INF/services/sun.util.locale.provider.LocaleDataMetaInfo, \
  97     JAR := $(IMAGES_OUTPUTDIR)/lib/ext/localedata.jar, \
  98     SKIP_METAINF := true))
  99 
 100 ##########################################################################################
 101 #
 102 # Different variants of rt.jar are built based on the current profile. The output
 103 # directory is augmented with the profile name so that the final jar file and all the
 104 # intermediary list files will be in directory. This has the form lib$PROFILE rather than
 105 # lib/$PROFILE so that it won't get copied as part of the image generation process.
 106 # Each profile customizes the RT_JAR_EXCLUDES variable.
 107 #
 108 ##########################################################################################
 109 
 110 # Full JRE exclude list for rt.jar and resources.jar
 111 # This value should exclude types destined for jars other than rt.jar and resources.jar.
 112 # When building a Profile this value augments the profile specific exclusions
 113 RT_JAR_EXCLUDES += \
 114     com/oracle/security/ucrypto \
 115     com/sun/codemodel \
 116     com/sun/crypto/provider \
 117     com/sun/istack/internal/tools \
 118     com/sun/jarsigner \
 119     com/sun/java/accessibility \
 120     com/sun/javadoc \
 121     com/sun/jdi \
 122     com/sun/net/ssl/internal/ssl \
 123     com/sun/source \
 124     com/sun/tools \
 125     com/sun/xml/internal/dtdparser \
 126     com/sun/xml/internal/rngom \
 127     com/sun/xml/internal/xsom \
 128     javax/crypto \
 129     javax/swing/AbstractButtonBeanInfo.class \
 130     javax/swing/beaninfo \
 131     javax/swing/BoxBeanInfo.class \
 132     javax/swing/JAppletBeanInfo.class \
 133     javax/swing/JButtonBeanInfo.class \
 134     javax/swing/JCheckBoxBeanInfo.class \