--- a/jdk/make/sun/util/Makefile Fri Oct 05 09:57:50 2012 -0700
+++ b/jdk/make/sun/util/Makefile Sat Oct 06 13:56:16 2012 +0100
@@ -41,3 +41,20 @@
#
include $(BUILDDIR)/common/Classes.gmk
+#
+# Rules for XML properties provider configuration file
+#
+SERVICEDIR = $(CLASSBINDIR)/META-INF/services
+FILES_copy = $(SERVICEDIR)/sun.util.spi.XmlPropertiesProvider
+
+copy-files: $(FILES_copy)
+
+$(SERVICEDIR)/%: $(SHARE_SRC)/classes/sun/util/xml/META-INF/services/%
+ $(install-file)
+
+build: copy-files
+
+clean::
+ $(RM) $(FILES_copy)
+
+