Changeset 309 for trunk/openjdk/jdk/make/mkdemo
- Timestamp:
- Feb 13, 2012, 10:07:12 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:mergeinfo changed
/branches/vendor/oracle/openjdk6/b24 (added) merged: 308 /branches/vendor/oracle/openjdk6/current merged: 307
- Property svn:mergeinfo changed
-
trunk/openjdk/jdk/make/mkdemo/jfc/Font2DTest/Makefile
r278 r309 1 1 # 2 # Copyright (c) 1999, 20 07, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 34 34 35 35 DEMO_ROOT = $(SHARE_SRC)/demo/jfc/$(DEMONAME) 36 DEMO_TOPFILES = ./README.txt 36 DEMO_TOPFILES = ./README.txt ./$(DEMONAME).html 37 37 DEMO_MAINCLASS = $(DEMONAME) 38 38 DEMO_DESTDIR = $(DEMODIR)/jfc/$(DEMONAME) -
trunk/openjdk/jdk/make/mkdemo/jfc/SwingApplet/Makefile
r278 r309 1 1 # 2 # Copyright (c) 1997, 20 02, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 34 34 35 35 DEMO_ROOT = $(SHARE_SRC)/demo/jfc/$(DEMONAME) 36 DEMO_TOPFILES = ./README.txt 36 DEMO_TOPFILES = ./README.txt ./$(DEMONAME).html 37 37 DEMO_MAINCLASS = $(DEMONAME) 38 38 DEMO_DESTDIR = $(DEMODIR)/jfc/$(DEMONAME)
Note:
See TracChangeset
for help on using the changeset viewer.