📄 listing7-16_build.xml_definingjadattributes
字号:
<!-- Insert JAD and Manifest attributes with the <jad> element -->
<j2mepolish>
<info
license="GPL"
name="Roadrunner"
vendorName="HighTech Ltd."
version="0.0.1"
jarName="${polish.vendor}-${polish.name}-roadrunner.jar"
/>
<deviceRequirements>
<requirement name="Identifier" value="Generic/midp1" />
</deviceRequirements>
<build>
<midlet class="com.apress.roadrunner.Roadrunner" />
<jad>
<attribute
name="Nokia-MIDlet-Category"
value="Game"
if="polish.group.Series40"
/>
<attribute
file="config/${polish.name}.attributes"
/>
</jad>
</build>
<emulator />
</j2mepolish>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -