[Phpbbproject-svn] SF.net SVN: phpbbproject:[310] trunk/build.xml
phpBB download manager, mainly aimed at MOD authors
Status: Planning
Brought to you by:
lord_le_brand
From: <lor...@us...> - 2014-10-22 18:09:22
|
Revision: 310 http://sourceforge.net/p/phpbbproject/svn/310 Author: lord_le_brand Date: 2014-10-22 18:09:20 +0000 (Wed, 22 Oct 2014) Log Message: ----------- build.xml fix #3 Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2014-10-22 18:04:41 UTC (rev 309) +++ trunk/build.xml 2014-10-22 18:09:20 UTC (rev 310) @@ -1,6 +1,7 @@ <?xml version="1.0" ?> <project name="phpBB Project" default="build" basedir="." description="Phing buildfile for phpBB Project"> + <property file="./build.properties"/> <target name="prepare"> <mkdir dir="docs" /> <mkdir dir="build" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |