changeset 4295:b6ced5ad7a62

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
author dwanvik
date Fri, 10 Jun 2011 17:44:43 +0200
parents 6e961c328276
children 646ab254ff80 c46f97579fe6
files make/common/Release.gmk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/Release.gmk	Wed Jun 08 10:56:11 2011 +0100
+++ b/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