开发者

re-use properties for multiple ant build files?

开发者 https://www.devze.com 2023-01-11 04:51 出处:网络
How can I have just 1 pr开发者_如何学JAVAoperties file be included into all of my ant build scripts?You can use the property tag for each of your ant build files and point to the same property file:

How can I have just 1 pr开发者_如何学JAVAoperties file be included into all of my ant build scripts?


You can use the property tag for each of your ant build files and point to the same property file:

<property file="config/build.properties"/>
0

精彩评论

暂无评论...
验证码 换一张
取 消