Lines Matching refs:properties

27 # Generic mechanism for installing properties files, resource bundles,
43 # in the FILES_java list; dito for properties, all relative paths.
50 # The following variable is now used for most .properties files in the JDK.
51 # These properties files are converted into java and compiled with javac.
53 # The relative path to the properties file becomes a relative path to a
57 # properties files, localized
60 # For non-compiled properties files, use the following variables:
63 # properties files, not localized
65 # properties files, localized
67 # Other properties files to be installed are identified using the variable:
72 # Compile properties files into java source?
74 # Add all properties files to the compiled properties list (all or nothing)
103 # Compiled properties files are translated to .java.
112 FILES_java += $(COMPILED_PROPERTIES:%.properties=%.java)
120 # other properties
134 # Process and strip all non-compiled properties files (in a batch mode)
137 # To efficiently strip properties we use one run of StripProperties.
140 define install-properties-file
143 @$(ECHO) "# Adding to strip properties list: $@"
153 # Strip the properties files
166 $(CLASSDESTDIR)/$(PKGDIR)/resources/%.properties: \
167 $(SHARE_SRC)/classes/$(PKGDIR)/%.properties
168 $(install-properties-file)
169 $(CLASSDESTDIR)/%.properties: $(SHARE_SRC)/classes/%.properties
170 $(install-properties-file)
181 # To efficiently compile properties into java sources we use one run
183 # Note: The properties file and java source name can be different
189 @$(ECHO) "# Adding to compile properties list: $? -> $@"
194 $(GENSRCDIR)/%.java: $(PLATFORM_SRC)/classes/%.properties
196 $(GENSRCDIR)/%.java: $(SHARE_SRC)/classes/%.properties
198 $(GENSRCDIR)/%.java: $(GENSRCDIR)/%.properties
201 $(GENSRCDIR)/%.java: $(PLATFORM_SRC_MACOS)/classes/%.properties
205 $(GENSRCDIR)/%.java: $(CLOSED_PLATFORM_SRC)/classes/%.properties
207 $(GENSRCDIR)/%.java: $(CLOSED_SHARE_SRC)/classes/%.properties
223 # Compile of zh_HK properties just uses the zh_TW properties files
224 $(GENSRCDIR)/%_zh_HK.java: $(PLATFORM_SRC)/classes/%_zh_TW.properties
226 $(GENSRCDIR)/%_zh_HK.java: $(SHARE_SRC)/classes/%_zh_TW.properties
229 # Simple delivery of zh_HK properties files just copies zh_TW properties files
230 $(CLASSDESTDIR)/%_zh_HK.properties: \
231 $(PLATFORM_SRC)/classes/%_zh_TW.properties
232 $(install-properties-file)
233 $(CLASSDESTDIR)/%_zh_HK.properties: \
234 $(SHARE_SRC)/classes/%_zh_TW.properties
235 $(install-properties-file)
237 # List of java files converted from properties files needed
238 COMPILE_PROP_JAVA_FILES = $(COMPILED_PROPERTIES:%.properties=$(GENSRCDIR)/%.java)
255 # Make sure the build rule creates all the properties