listing13-12_build.xml_compiler

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

XML_COMPILER
22
字号
<!-- you can control the compile phase by defining the <compiler> element in your build.xml -->

<j2mepolish>
	<info
		license="GPL"
		name="Roadrunner"
		vendorName="A reader."
		version="0.0.1"
		jarName="${polish.vendor}-${polish.name}-roadrunner.jar"
	/>
	<deviceRequirements>
		<requirement name="Identifier" value="Generic/midp1" />
	</deviceRequirements>
	<build
		usePolishGui="true"
	>
	<midlet class="com.apress.roadrunner.Roadrunner" />
		<compiler compiler="gcj" debug="true" debuglevel="lines,vars,source" />
	</build>
	<emulator />
</j2mepolish>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?