7046557: Changes to the Java DB README files in JDK7
authordwanvik
Fri, 10 Jun 2011 17:44:43 +0200
changeset 9824 9b1480806413
parent 9823 2bc6b0d4490e
child 9825 e2a4f9e5c719
child 9861 d45e2e8fbefa
7046557: Changes to the Java DB README files in JDK7 Summary: Update <jdkroot>/README.html with correct mention of Java DB, add JDK specific README files to <jdkroot>/db and <jdkroot>/demo/db. Reviewed-by: ohair
jdk/make/common/Release.gmk
--- a/jdk/make/common/Release.gmk	Wed Jun 08 10:56:11 2011 +0100
+++ b/jdk/make/common/Release.gmk	Fri Jun 10 17:44:43 2011 +0200
@@ -900,8 +900,10 @@
 	for d in $(DB_ZIP_LIST); do \
           ($(CD) $(JDK_IMAGE_DIR)/db && $(UNZIP) -o $$d); \
 	done
+	$(CP) $(ABS_DB_PATH)/README-JDK.html $(JDK_IMAGE_DIR)/db
 	$(RM) -rf $(DEMODIR)/db
 	$(MV) $(JDK_IMAGE_DIR)/db/demo $(DEMODIR)/db
+	$(CP) $(ABS_DB_PATH)/README-JDK-DEMOS.html $(DEMODIR)/db/
 	$(RM) $(JDK_IMAGE_DIR)/db/index.html $(JDK_IMAGE_DIR)/db/register.html
 endif