build.properties

来自「《j2ee经典实例详解》的源代码。原书无附带光盘。介绍的是一个在线银行系统的例子」· PROPERTIES 代码 · 共 34 行

PROPERTIES
34
字号
# This file is referenced by the build.xml file.wscompile.dir=${j2ee.home}/binexample=supplierpackage=com.sun.cbpackage.path=com/sun/cbbuild=buildassemble=assembleassemble.war=${assemble}/warserver.src=src/server/${package.path}client.src=src/client/${package.path}registry.src=src/registry/${package.path}dist=distcommon=../common/buildstage.ear=stage-earstage.war=stage-warwsdl.file=Supplier.wsdlclient.class=${package}.SupplierClientconfig.wsdl.file=config-wsdl.xmlconfig.interface.file=config-interface.xmlmapping.file=mapping.xmlcontext.path=jaxrpc-coffee-supplierurl.pattern=jaxrpcclient.jar=jaxrpc-client.jarregistry.jar=registry-org.jarwar.file=${context.path}.warexample=${context.path}

⌨️ 快捷键说明

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