< prev index next >

make/sun/security/tools/Makefile

Print this page
rev 1513 : 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
Reviewed-by: alanb, weijun, mullan


  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
  23 # questions.
  24 #
  25 
  26 BUILDDIR = ../../..
  27 PACKAGE = sun.security.tools
  28 PRODUCT = sun
  29 include $(BUILDDIR)/common/Defs.gmk
  30 
  31 #
  32 # Files
  33 #
  34 AUTO_FILES_JAVA_DIRS = sun/security/tools
  35 
  36 #
  37 # Resources
  38 #
  39 LOCALE_SET_DEFINITION = jdk
  40 RESOURCE_BUNDLES_JAVA = sun/security/tools/JarSignerResources.java
  41 
  42 #
  43 # Rules
  44 #
  45 include $(BUILDDIR)/common/Classes.gmk
  46 


  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
  23 # questions.
  24 #
  25 
  26 BUILDDIR = ../../..
  27 PACKAGE = sun.security.tools
  28 PRODUCT = sun
  29 include $(BUILDDIR)/common/Defs.gmk
  30 
  31 #
  32 # Files
  33 #
  34 AUTO_FILES_JAVA_DIRS = sun/security/tools
  35 
  36 #
  37 # Resources
  38 #
  39 LOCALE_SET_DEFINITION = jdk
  40 RESOURCE_BUNDLES_JAVA = sun/security/tools/jarsigner/Resources.java
  41 
  42 #
  43 # Rules
  44 #
  45 include $(BUILDDIR)/common/Classes.gmk
  46 
< prev index next >