From: <jsa...@us...> - 2008-10-28 13:55:30
|
Revision: 49 http://flexotask.svn.sourceforge.net/flexotask/?rev=49&view=rev Author: jsauerbach Date: 2008-10-28 13:55:27 +0000 (Tue, 28 Oct 2008) Log Message: ----------- Switch to using separate source plugins rather than internal *src.zip files ... this is arbitrary but the separate plugins approach works better with the standard update site build in eclipse, which doesn't seem to want to put source zips into update site plugins. Modified Paths: -------------- trunk/flexotask-tuningfork-feature/build.properties trunk/flexotask-tuningfork-feature/feature.xml Property Changed: ---------------- trunk/flexotask-tuningfork-feature/ Property changes on: trunk/flexotask-tuningfork-feature ___________________________________________________________________ Added: svn:ignore + features plugins Modified: trunk/flexotask-tuningfork-feature/build.properties =================================================================== --- trunk/flexotask-tuningfork-feature/build.properties 2008-10-28 13:53:55 UTC (rev 48) +++ trunk/flexotask-tuningfork-feature/build.properties 2008-10-28 13:55:27 UTC (rev 49) @@ -1 +1,3 @@ bin.includes = feature.xml + +ge...@co...urce = com.ibm.realtime.flexotask.tuningfork \ No newline at end of file Modified: trunk/flexotask-tuningfork-feature/feature.xml =================================================================== --- trunk/flexotask-tuningfork-feature/feature.xml 2008-10-28 13:53:55 UTC (rev 48) +++ trunk/flexotask-tuningfork-feature/feature.xml 2008-10-28 13:55:27 UTC (rev 49) @@ -58,4 +58,6 @@ install-size="0" version="2.0.0"/> + <plugin id="com.ibm.realtime.flexotask.tuningfork.source" version="2.0.0"/> + </feature> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |