[Phpbbproject-svn] SF.net SVN: phpbbproject:[316] 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-23 13:29:59
|
Revision: 316 http://sourceforge.net/p/phpbbproject/svn/316 Author: lord_le_brand Date: 2014-10-23 13:29:56 +0000 (Thu, 23 Oct 2014) Log Message: ----------- Tar task fix? Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2014-10-23 13:24:09 UTC (rev 315) +++ trunk/build.xml 2014-10-23 13:29:56 UTC (rev 316) @@ -8,7 +8,7 @@ </target> <target name="package"> - <tar destfile="phpbbproject-${version}.tar.gz" compression="gzip" basedir="${dir.output}/${version}" /> + <tar destfile="phpbbproject-${version}.tar.gz" basedir="${dir.output}/${version}" compression="gzip" /> </target> <target name="docs"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |