From: <jsa...@us...> - 2008-11-12 17:00:29
|
Revision: 91 http://flexotask.svn.sourceforge.net/flexotask/?rev=91&view=rev Author: jsauerbach Date: 2008-11-12 17:00:25 +0000 (Wed, 12 Nov 2008) Log Message: ----------- eliminate eclipse builder warnings Modified Paths: -------------- trunk/flexotask/build.properties trunk/flexotask/src/com/ibm/realtime/flexotask/vm/FlexotaskVMBridge.java trunk/flexotask-generic/build.properties trunk/flexotask-tuningfork/build.properties Modified: trunk/flexotask/build.properties =================================================================== --- trunk/flexotask/build.properties 2008-11-12 17:00:09 UTC (rev 90) +++ trunk/flexotask/build.properties 2008-11-12 17:00:25 UTC (rev 91) @@ -1,7 +1,6 @@ output.. = bin/ bin.includes = META-INF/,\ - flexotask.jar,\ - flexotasksrc.zip + flexotask.jar source.flexotask.jar = src/ Modified: trunk/flexotask/src/com/ibm/realtime/flexotask/vm/FlexotaskVMBridge.java =================================================================== --- trunk/flexotask/src/com/ibm/realtime/flexotask/vm/FlexotaskVMBridge.java 2008-11-12 17:00:09 UTC (rev 90) +++ trunk/flexotask/src/com/ibm/realtime/flexotask/vm/FlexotaskVMBridge.java 2008-11-12 17:00:25 UTC (rev 91) @@ -15,8 +15,8 @@ import com.ibm.realtime.analysis.Service; import com.ibm.realtime.flexotask.system.FlexotaskSystemSupport; +import com.ibm.realtime.flexotask.system.StableArrayImpl; import com.ibm.realtime.flexotask.system.TransactionalOperations; -import com.ibm.realtime.flexotask.util.Notifier; /** * Define the methods that bridge between the Flexotask Java support and the underlying support that must Modified: trunk/flexotask-generic/build.properties =================================================================== --- trunk/flexotask-generic/build.properties 2008-11-12 17:00:09 UTC (rev 90) +++ trunk/flexotask-generic/build.properties 2008-11-12 17:00:25 UTC (rev 91) @@ -1,7 +1,6 @@ output.. = bin/ bin.includes = META-INF/,\ - flexotaskGeneric.jar,\ - flexotaskGenericsrc.zip + flexotaskGeneric.jar source.flexotaskGeneric.jar = src/ Modified: trunk/flexotask-tuningfork/build.properties =================================================================== --- trunk/flexotask-tuningfork/build.properties 2008-11-12 17:00:09 UTC (rev 90) +++ trunk/flexotask-tuningfork/build.properties 2008-11-12 17:00:25 UTC (rev 91) @@ -1,7 +1,6 @@ output.. = bin/ bin.includes = META-INF/,\ flexotaskTuningFork.jar,\ - flexotaskTuningForksrc.zip,\ plugin.xml source.flexotaskTuningFork.jar = src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |