[Japi-cvs] SF.net SVN: japi:[787] common/trunk/commonBuild.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-02-01 18:19:05
|
Revision: 787 http://japi.svn.sourceforge.net/japi/?rev=787&view=rev Author: christianhujer Date: 2009-02-01 18:18:59 +0000 (Sun, 01 Feb 2009) Log Message: ----------- Updated module settings namespacing. Modified Paths: -------------- common/trunk/commonBuild.xml Modified: common/trunk/commonBuild.xml =================================================================== --- common/trunk/commonBuild.xml 2009-02-01 17:38:36 UTC (rev 786) +++ common/trunk/commonBuild.xml 2009-02-01 18:18:59 UTC (rev 787) @@ -27,9 +27,15 @@ ~ @author <a href="mailto:ch...@ri...">Christian Hujer</a> --> +<!-- The file developer.properties allows developers to override defaults. + ~ For building it is optional. + ~ It is only required for specific ant tasks like freshmeat. + --> <property file="developer.properties" /> -<property file="module.properties" /> +<!-- The file module.properties must exist in each module that is built using common. --> +<property file="module.properties" prefix="module" /> + <basename property="dir.version" file="${user.dir}" /> <dirname property="parent" file="${user.dir}" /> <basename property="parentRegion" file="${parent}" /> @@ -86,7 +92,7 @@ projectname = "japi" branchname = "${module.name}" version = "${module.version}" - focus = "${update.focus}" + focus = "${module.update.focus}" > <changes file="LatestNews" /> <urlblock This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |