jdk/make/CreateJars.gmk
changeset 24965 bb8868e02e4d
parent 24690 4438986fde26
child 25859 3317bb8137f4
--- a/jdk/make/CreateJars.gmk	Mon Jun 16 11:03:54 2014 +0200
+++ b/jdk/make/CreateJars.gmk	Mon Jun 16 13:52:25 2014 +0200
@@ -676,15 +676,6 @@
 
 ##########################################################################################
 
-#
-# This is an empty jar (only contains manifest) and fits poorly into framework...
-# create simple rule instead
-#
-$(IMAGES_OUTPUTDIR)/lib/management-agent.jar: $(JDK_TOPDIR)/src/share/classes/sun/management/manifest
-	$(JAR) cfm $@ $<
-
-##########################################################################################
-
 # This file is imported from hotspot in Import.gmk. Copying it into images/lib so that
 # all jars can be found in one place when creating images in Images.gmk. It needs to be
 # done here so that clean targets can be simple and accurate.