锘??xml version="1.0" encoding="utf-8" standalone="yes"?>
涓嬭澆eclipse 3.2 binary涓嬭澆鍚庢敼鍚庣紑zip涓簀ar錛岀劧鍚庢斁鍒癳clipse/plugins鐩綍
eclipse鍐呯疆涓涓猵roperties editor浣嗘槸鍙敮鎸乴atin-1緙栫爜錛岃皟鐢╪ative2ascii澶夯鐑︼紝sourceforge涓婃湁涓涓緢寮哄ぇ鐨刾roperties editor錛屾棩鏈漢鎼炲緱錛岃偗瀹氭敮鎸佷腑鏂囦簡錛屼絾鏄増鏈お鑰侊紝3.1錛岃繕鏈夊緢澶氭病鏈変粈涔堝澶х敤澶勭殑swing, jbuild鏀寔絳夛紝鎴戠◢寰敼浜嗕竴涓嬶紝鍋氫簡涓涓渶灝忓寲鐨勭紪杈戝櫒銆?br />
涓ユ鐢蟲槑錛?strong>姝よ蔣浠跺睘浜庣爺絀舵ц川錛岀増鏉冨睘浜庡師浣滆咃細http://propedit.sourceforge.jp/index_en.html
鏁堟灉錛?br />
涓嬭澆鍚庡皢宸ョ▼瀵煎叆鍒皐orkspace涓紝export鎴恜lugin鍗沖彲銆?br />
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: mail-service.xml 62349 2007-04-15 16:48:15Z dimitris@jboss.org $ -->
<server>
<mbean code="org.jboss.mail.MailService"
name="jboss:service=Mail">
<attribute name="JNDIName">java:/Mail</attribute>
<attribute name="User">chenbangyi@corp.leadtone.com</attribute>
<attribute name="Password">hidden</attribute>
<attribute name="Configuration">
<!-- A test configuration -->
<configuration>
<!-- Change to your mail server prototocol -->
<property name="mail.store.protocol" value="pop3"/>
<property name="mail.transport.protocol" value="smtp"/>
<!-- Change to the user who will receive mail -->
<property name="mail.user" value="chenbangyi@corp.leadtone.com"/>
<!-- Change to the mail server -->
<property name="mail.pop3.host" value="corp.leadtone.com"/>
<!-- Change to the SMTP gateway server -->
<property name="mail.smtp.host" value="corp.leadtone.com"/>
<!-- The mail server port -->
<property name="mail.smtp.port" value="25"/>
<!-- Change to the address mail will be from -->
<property name="mail.from" value="chenbangyi@corp.leadtone.com"/>
<property name="mail.smtp.auth" value="true"/>
<property name="mail.smtp.user" value="chenbangyi"/>
<property name="password" value="hidden"/>
<!-- Enable debugging output from the javamail classes -->
<property name="mail.debug" value="true"/>
</configuration>
</attribute>
<depends>jboss:service=Naming</depends>
</mbean>
</server>
濡傛灉鍙戦侀渶瑕侀獙璇侊紝浣跨敤榛戜綋閰嶇疆銆?/p>