From: <jsa...@us...> - 2008-10-26 15:13:26
|
Revision: 40 http://flexotask.svn.sourceforge.net/flexotask/?rev=40&view=rev Author: jsauerbach Date: 2008-10-26 15:13:22 +0000 (Sun, 26 Oct 2008) Log Message: ----------- Fix typo that caused runtime provider zip to be omitted Modified Paths: -------------- trunk/flexotask-editor/build.properties Modified: trunk/flexotask-editor/build.properties =================================================================== --- trunk/flexotask-editor/build.properties 2008-10-26 15:12:56 UTC (rev 39) +++ trunk/flexotask-editor/build.properties 2008-10-26 15:13:22 UTC (rev 40) @@ -3,7 +3,7 @@ task16.gif,\ flexotaskEditor.jar,\ doc.zip,\ - flexotask-toc.xml \ + flexotask-toc.xml, \ openRuntimeProvider.zip source.flexotaskEditor.jar = src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |