[jboss-cvs] JBossAS SVN: r84778 - projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Feb 26 00:10:50 EST 2009
Author: ldelima at redhat.com
Date: 2009-02-26 00:10:50 -0500 (Thu, 26 Feb 2009)
New Revision: 84778
Modified:
projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR/J2EE_Reference_Introduction.po
Log:
translation ongoing
Modified: projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR/J2EE_Reference_Introduction.po
===================================================================
--- projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR/J2EE_Reference_Introduction.po 2009-02-26 05:10:20 UTC (rev 84777)
+++ projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR/J2EE_Reference_Introduction.po 2009-02-26 05:10:50 UTC (rev 84778)
@@ -6634,6 +6634,16 @@
" public void setJndiName(String jndiName) throws NamingException;\n"
"}"
msgstr ""
+"package org.jboss.book.jmx.ex2;\n"
+"\n"
+"// The JNDIMap MBean interface\n"
+"import javax.naming.NamingException;\n"
+"\n"
+"public interface JNDIMapMBean extends org.jboss.system.ServiceMBean\n"
+"{\n"
+" public String getJndiName();\n"
+" public void setJndiName(String jndiName) throws NamingException;\n"
+"}"
#. Tag: programlisting
#: J2EE_Reference_Introduction.xml:1739
More information about the jboss-cvs-commits
mailing list