提交 75e487d5 编写于 作者: E emcmanus

6984037: jmx/management rebranding vendor changes needed

Reviewed-by: ohair
上级 6c52fbd7
...@@ -48,8 +48,8 @@ jar.jmx.name = jmx.jar ...@@ -48,8 +48,8 @@ jar.jmx.name = jmx.jar
jar.jmx.sealed = true jar.jmx.sealed = true
jar.jmx.spec.title = JSR 003, 160, 255 - JMX API jar.jmx.spec.title = JSR 003, 160, 255 - JMX API
jar.jmx.spec.version = ${project.spec.version} jar.jmx.spec.version = ${project.spec.version}
jar.jmx.spec.vendor = Sun Microsystems, Inc. jar.jmx.spec.vendor = Oracle Corporation
jar.jmx.impl.title = JSR 003, 160, 255 - OpenJDK 7 JMX API jar.jmx.impl.title = JSR 003, 160, 255 - OpenJDK 7 JMX API
jar.jmx.impl.vendor = Project OpenJDK jar.jmx.impl.vendor = Project OpenJDK
javadoc.options=-J-Xmx256m javadoc.options=-J-Xmx256m
...@@ -76,9 +76,9 @@ public class ServiceName { ...@@ -76,9 +76,9 @@ public class ServiceName {
/** /**
* The vendor of the JMX specification implemented by this product. * The vendor of the JMX specification implemented by this product.
* <BR> * <BR>
* The value is <CODE>Sun Microsystems</CODE>. * The value is <CODE>Oracle Corporation</CODE>.
*/ */
public static final String JMX_SPEC_VENDOR = "Sun Microsystems"; public static final String JMX_SPEC_VENDOR = "Oracle Corporation";
/** /**
* The name of this product implementing the JMX specification. * The name of this product implementing the JMX specification.
...@@ -91,7 +91,7 @@ public class ServiceName { ...@@ -91,7 +91,7 @@ public class ServiceName {
* The name of the vendor of this product implementing the * The name of the vendor of this product implementing the
* JMX specification. * JMX specification.
* <BR> * <BR>
* The value is <CODE>Sun Microsystems</CODE>. * The value is <CODE>Oracle Corporation</CODE>.
*/ */
public static final String JMX_IMPL_VENDOR = "Sun Microsystems"; public static final String JMX_IMPL_VENDOR = "Oracle Corporation";
} }
...@@ -27,7 +27,7 @@ package com.sun.jmx.snmp; ...@@ -27,7 +27,7 @@ package com.sun.jmx.snmp;
/** /**
* Used for storing default values used by SNMP Runtime services. * Used for storing default values used by SNMP Runtime services.
* <p><b>This API is a Sun Microsystems internal API and is subject * <p><b>This API is an Oracle Corporation internal API and is subject
* to change without notice.</b></p> * to change without notice.</b></p>
*/ */
public class ServiceName { public class ServiceName {
...@@ -144,16 +144,16 @@ public class ServiceName { ...@@ -144,16 +144,16 @@ public class ServiceName {
/** /**
* The vendor of the JMX specification implemented by this product. * The vendor of the JMX specification implemented by this product.
* <BR> * <BR>
* The value is <CODE>Sun Microsystems</CODE>. * The value is <CODE>Oracle Corporation</CODE>.
*/ */
public static final String JMX_SPEC_VENDOR = "Sun Microsystems"; public static final String JMX_SPEC_VENDOR = "Oracle Corporation";
/** /**
* The name of the vendor of this product implementing the JMX specification. * The name of the vendor of this product implementing the JMX specification.
* <BR> * <BR>
* The value is <CODE>Sun Microsystems</CODE>. * The value is <CODE>Oracle Corporation</CODE>.
*/ */
public static final String JMX_IMPL_VENDOR = "Sun Microsystems"; public static final String JMX_IMPL_VENDOR = "Oracle Corporation";
/** /**
* The build number of the current product version, of the form <CODE>rXX</CODE>. * The build number of the current product version, of the form <CODE>rXX</CODE>.
......
...@@ -30,7 +30,7 @@ questions. ...@@ -30,7 +30,7 @@ questions.
</head> </head>
<body bgcolor="white"> <body bgcolor="white">
This package contains Sun Microsystem's platform extension to This package contains Oracle Corporation's platform extension to
the implementation of the the implementation of the
<a href="{@docRoot}/../../../../api/java/lang/management/package-summary.html"> <a href="{@docRoot}/../../../../api/java/lang/management/package-summary.html">
java.lang.management</a> API and also defines the management java.lang.management</a> API and also defines the management
......
...@@ -211,8 +211,8 @@ import java.util.Map; ...@@ -211,8 +211,8 @@ import java.util.Map;
* reverse DNS name of the organization that specifies the MBeans, * reverse DNS name of the organization that specifies the MBeans,
* followed by a period and a string whose interpretation is * followed by a period and a string whose interpretation is
* determined by that organization. For example, MBeans specified by * determined by that organization. For example, MBeans specified by
* Sun Microsystems Inc., DNS name <code>sun.com</code>, would have * <code>example.com</code> would have
* domains such as <code>com.sun.MyDomain</code>. This is essentially * domains such as <code>com.example.MyDomain</code>. This is essentially
* the same convention as for Java-language package names.</p> * the same convention as for Java-language package names.</p>
* *
* <p>The <b>serialVersionUID</b> of this class is <code>1081892073854801359L</code>. * <p>The <b>serialVersionUID</b> of this class is <code>1081892073854801359L</code>.
......
...@@ -35,18 +35,18 @@ ...@@ -35,18 +35,18 @@
. Please also read the important comment on basedir definition below. . Please also read the important comment on basedir definition below.
--> -->
<project name="JMX API Version 1.4 - Java SE 6 implementation" <project name="JMX API Version 1.4 - Java SE 6 implementation"
default="jar" default="jar"
basedir="../../../../.." basedir="../../../../.."
> >
<!-- IMPORTANT: BASEDIR DEFINITION <!-- IMPORTANT: BASEDIR DEFINITION
This file is assumed to be in: This file is assumed to be in:
<src_bundle_dir>/j2se/src/share/classes/javax/management <src_bundle_dir>/j2se/src/share/classes/javax/management
Thus the basedir for this project is defined above as: Thus the basedir for this project is defined above as:
basedir="../../../../.." basedir="../../../../.."
in order to be the parent dir of src subdir. in order to be the parent dir of src subdir.
Result of the build will be placed in ${basedir}/build_jmx Result of the build will be placed in ${basedir}/build_jmx
as defined by ${dir.build} property below. as defined by ${dir.build} property below.
--> -->
...@@ -163,14 +163,14 @@ ...@@ -163,14 +163,14 @@
<echo message=" BUILD_DATE = ${BUILD_DATE}" /> <echo message=" BUILD_DATE = ${BUILD_DATE}" />
</target> </target>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Call classes subtargets and rmic stubs generation --> <!-- Call classes subtargets and rmic stubs generation -->
<target name="classes" depends="init,classes-javac,classes-rmic" <target name="classes" depends="init,classes-javac,classes-rmic"
description="Call classes subtargets and rmic stubs generation" description="Call classes subtargets and rmic stubs generation"
/> />
...@@ -183,13 +183,13 @@ ...@@ -183,13 +183,13 @@
<mkdir dir="${dir.build.classes}" /> <mkdir dir="${dir.build.classes}" />
<javac srcdir="${dir.src}" <javac srcdir="${dir.src}"
destdir="${dir.build.classes}" destdir="${dir.build.classes}"
source="${flag.javac.source}" source="${flag.javac.source}"
debug="${flag.debug}" debug="${flag.debug}"
debuglevel="${flag.debug.level}" debuglevel="${flag.debug.level}"
optimize="${flag.optimize}" optimize="${flag.optimize}"
includeAntRuntime="no" includeAntRuntime="no"
includeJavaRuntime="no" includeJavaRuntime="no"
> >
<include name="javax/management/**"/> <include name="javax/management/**"/>
<include name="com/sun/jmx/**"/> <include name="com/sun/jmx/**"/>
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
<mkdir dir="${dir.build.lib}" /> <mkdir dir="${dir.build.lib}" />
<jar jarfile="${dir.build.lib}/jmx.jar" <jar jarfile="${dir.build.lib}/jmx.jar"
update="true" update="true"
> >
...@@ -269,10 +269,10 @@ ...@@ -269,10 +269,10 @@
<attribute name="Sealed" value="true" /> <attribute name="Sealed" value="true" />
<attribute name="Specification-Title" value="JMX(TM) API" /> <attribute name="Specification-Title" value="JMX(TM) API" />
<attribute name="Specification-Version" value="1.4" /> <attribute name="Specification-Version" value="1.4" />
<attribute name="Specification-Vendor" value="Sun Microsystems, Inc." /> <attribute name="Specification-Vendor" value="Oracle Corporation" />
<attribute name="Implementation-Title" value="JMX(TM) API, Java SE 6 implementation" /> <attribute name="Implementation-Title" value="JMX(TM) API, Java SE 6 implementation" />
<attribute name="Implementation-Version" value="${BUILD_DATE} rebuild of Mustang JMX sources" /> <attribute name="Implementation-Version" value="${BUILD_DATE} rebuild of Java SE JMX sources" />
<attribute name="Implementation-Vendor" value="Source bundle from Sun Microsystems, Inc. - Customer rebuilt" /> <attribute name="Implementation-Vendor" value="Source bundle from Oracle Corporation - Customer rebuilt" />
</section> </section>
</manifest> </manifest>
</jar> </jar>
...@@ -295,16 +295,16 @@ ...@@ -295,16 +295,16 @@
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Delete build directory and all its contents --> <!-- Delete build directory and all its contents -->
<target name="clean-all" <target name="clean-all"
description="Delete build directory and all its contents" > description="Delete build directory and all its contents" >
<delete dir="${dir.build}" /> <delete dir="${dir.build}" />
</target> </target>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Clean all and build everything --> <!-- Clean all and build everything -->
<target name="all" depends="clean-all,jar" <target name="all" depends="clean-all,jar"
description="Clean all and build everything" /> description="Clean all and build everything" />
......
...@@ -92,8 +92,6 @@ import javax.management.RuntimeOperationsException; ...@@ -92,8 +92,6 @@ import javax.management.RuntimeOperationsException;
* @since 1.5 * @since 1.5
*/ */
// Sun Microsystems, Sept. 2002: Revisited for JMX 1.2 (DF)
//
@SuppressWarnings("serial") // serialVersionUID is not constant @SuppressWarnings("serial") // serialVersionUID is not constant
public class ModelMBeanNotificationInfo public class ModelMBeanNotificationInfo
extends MBeanNotificationInfo extends MBeanNotificationInfo
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册