diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-10-28 20:47:42 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-10-28 20:47:42 +0000 |
commit | 4db6f92b05f514b7a058320c58a46d8db73abad6 (patch) | |
tree | 25a018e79c425318f40110c50f2fd7e5222347dc /java/jdk16/files/patch-install-make-common-Pack.gmk | |
parent | - Prevent perllocal.pod from being written (diff) |
. Update to patchset 2 (based on 1.6.0_02 aka 6u2)
Notes
Notes:
svn path=/head/; revision=202232
Diffstat (limited to 'java/jdk16/files/patch-install-make-common-Pack.gmk')
-rw-r--r-- | java/jdk16/files/patch-install-make-common-Pack.gmk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk16/files/patch-install-make-common-Pack.gmk b/java/jdk16/files/patch-install-make-common-Pack.gmk deleted file mode 100644 index 87abed56a518..000000000000 --- a/java/jdk16/files/patch-install-make-common-Pack.gmk +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../install/make/common/Pack.gmk 27 Jun 2007 18:48:09 -0000 1.2 -+++ ../../install/make/common/Pack.gmk 6 Sep 2007 17:53:58 -0000 1.4 -@@ -45,7 +45,7 @@ - # These are loaded from the ClassPath - CP_JRE_PACKED_JARS = lib/ext/localedata.jar - --ifeq ($(ARCH_DATA_MODEL),32) -+ifeq ($(INSTALL_DEPLOY), true) - CP_JRE_PACKED_JARS += lib/plugin.jar - CP_JRE_PACKED_JARS += lib/javaws.jar - CP_JRE_PACKED_JARS += lib/deploy.jar |