提交 7a89f869 编写于 作者: M mchung

6951599: Rename package of security tools for modularization

Summary: Move PolicyTool to sun.security.tools.policytool package
Reviewed-by: weijun
上级 8acc1a5f
...@@ -823,6 +823,10 @@ module jar-tool { ...@@ -823,6 +823,10 @@ module jar-tool {
include sun.tools.jar.**; include sun.tools.jar.**;
} }
module policytool {
include sun.security.tools.policytool.*;
}
module security-tools { module security-tools {
include sun.security.tools.**; include sun.security.tools.**;
......
# #
# Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved. # Copyright 1997-2010 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# This code is free software; you can redistribute it and/or modify it # This code is free software; you can redistribute it and/or modify it
...@@ -47,5 +47,5 @@ include $(BUILDDIR)/common/Classes.gmk ...@@ -47,5 +47,5 @@ include $(BUILDDIR)/common/Classes.gmk
build: build:
$(call make-launcher, keytool, sun.security.tools.KeyTool, , ) $(call make-launcher, keytool, sun.security.tools.KeyTool, , )
$(call make-launcher, policytool, sun.security.tools.PolicyTool, , ) $(call make-launcher, policytool, sun.security.tools.policytool.PolicyTool, , )
/* /*
* Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * Copyright 1997-2010 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* have any questions. * have any questions.
*/ */
package sun.security.tools; package sun.security.tools.policytool;
import java.io.*; import java.io.*;
import java.util.LinkedList; import java.util.LinkedList;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册