-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1, 1.4.0
-
None
-
rc1
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2041083 | 1.4.0 | Dale Mcduffie | P2 | Resolved | Fixed | beta |
Name: dm26566 Date: 02/28/2001
In make/common/Release.gmk, the following code has been added:
359a360,364
> @#
> @# Copy the ControlPanel.html file into the JRE image directory, if it
exists...
> @#
> if [ -f $(ABS_OUTPUTDIR)/ControlPanel.html ]; then > cp $(ABS_OUTPUTDIR)/ControlPanel.html $(JRE_IMAGE_DIR)/.; ^^
Note the use of 'cp' instead of $(CP).
======================================================================
There is another instance of this in the same target:
for i in $(JRE_MAN_PAGES); do cp $(MANDIR)/$$i $(JRE_IMAGE_DIR)/$(DEST_MAN_PATH); done
dale.mcduffie@Eng 2001-02-28
- backported by
-
JDK-2041083 copying of plugin control panel into JRE_IMAGE_DIR uses direct cp command
-
- Resolved
-