changeset 1654:ba3c45770b14

2009-02-20 Lillian Angel <langel@redhat.com> * Makefile.am: Updated md5sum for NETBEANS_PROFILER_MD5SUM, and therefore no longer need to remove deployed directory. (transplanted from 2a6a1bd55bb8d4b301d25a83bdeab8333e27ba4e)
author Lillian Angel <langel@redhat.com>
date Fri, 20 Feb 2009 11:36:04 -0500
parents dd88d368d615
children 813c7cc4be0d
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Feb 20 10:36:20 2009 -0500
+++ b/ChangeLog	Fri Feb 20 11:36:04 2009 -0500
@@ -18,6 +18,11 @@
 	* patches/hotspot/original/icedtea-includedb.patch,
 	* patches/icedtea-libraries.patch: Recreated.
 
+2009-02-20  Lillian Angel  <langel@redhat.com>
+
+	* Makefile.am: Updated md5sum for NETBEANS_PROFILER_MD5SUM, and
+	therefore no longer need to remove deployed directory.
+
 2009-02-20  Gary Benson  <gbenson@redhat.com>
 
 	* ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp:
--- a/Makefile.am	Fri Feb 20 10:36:20 2009 -0500
+++ b/Makefile.am	Fri Feb 20 11:36:04 2009 -0500
@@ -5,7 +5,7 @@
 CACAO_VERSION = 0.99.3
 CACAO_MD5SUM = 80de3ad344c1a20c086ec5f1390bd1b8
 
-NETBEANS_PROFILER_MD5SUM = 35f9dc474dfc19ed3713f362139b099a
+NETBEANS_PROFILER_MD5SUM = 786ab31817cbd902a7211cd6a6161750
 VISUALVM_MD5SUM = 1174486e82a65840b44c47166d79f212
 
 if ENABLE_PLUGIN
@@ -3039,7 +3039,6 @@
 	mkdir netbeans ; \
 	cd netbeans ; \
         rm nbbuild/external/binaries-list ; \
-        rm -r lib.profiler/release/lib/deployed ; \
         mkdir -p lib.profiler/release/lib/deployed/jdk15/linux ; \
         mkdir -p lib.profiler/release/lib/deployed/jdk16/linux ; \
 	mkdir -p ./nbbuild/netbeans_visualvm/ ; \