From: <jsa...@us...> - 2009-06-22 15:14:43
|
Revision: 168 http://flexotask.svn.sourceforge.net/flexotask/?rev=168&view=rev Author: jsauerbach Date: 2009-06-22 15:14:41 +0000 (Mon, 22 Jun 2009) Log Message: ----------- Schema directory accidentally omitted before ... needed in order to create new plugins without checking out the source from sourceforge. Modified Paths: -------------- trunk/flexotask-editor/build.properties Modified: trunk/flexotask-editor/build.properties =================================================================== --- trunk/flexotask-editor/build.properties 2009-06-09 15:06:58 UTC (rev 167) +++ trunk/flexotask-editor/build.properties 2009-06-22 15:14:41 UTC (rev 168) @@ -4,6 +4,7 @@ flexotaskEditor.jar,\ doc.zip,\ flexotask-toc.xml, \ + schema/, \ openRuntimeProvider.zip source.flexotaskEditor.jar = src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |