listing7-16_build.xml_definingjadattributes

来自「着几乎所有智能机厂商都将有自己配套的App Store,甚至并非智能手机制造商的」· XML_DEFININGJADATTRIBUTES 代码 · 共 29 行

XML_DEFININGJADATTRIBUTES
29
字号
<!-- 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 + =
减小字号Ctrl + -
显示快捷键?