listing7-24_build.xml_usinglocalizations
来自「着几乎所有智能机厂商都将有自己配套的App Store,甚至并非智能手机制造商的」· XML_USINGLOCALIZATIONS 代码 · 共 28 行
XML_USINGLOCALIZATIONS
28 行
<!-- Use the <localization> element for selecting the localizations of your application.
Also note the ${polish.locale} property in the "jarName" attribute of the <info> element.
-->
<j2mepolish>
<info
license="GPL"
name="Roadrunner"
vendorName="A reader."
version="0.0.1"
jarName="${polish.vendor}-${polish.name}-${polish.locale}-roadrunner.jar"
/>
<deviceRequirements>
<requirement name="Identifier" value="Nokia/Series60" />
</deviceRequirements>
<build>
<midlet class="com.apress.roadrunner.Roadrunner" />
<resources>
<localization
locales="de_DE, en_US,"
unless="test"
/>
<localization locales="en_US" if="test" />
</resources>
</build>
<emulator />
</j2mepolish>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?