From: <hu...@us...> - 2006-12-21 02:44:57
|
Revision: 359 http://svn.sourceforge.net/cishell/?rev=359&view=rev Author: huangb Date: 2006-12-20 18:44:54 -0800 (Wed, 20 Dec 2006) Log Message: ----------- update version and change the label shown up in the menu Modified Paths: -------------- trunk/examples/org.cishell.tests.ProgressTrackableAlgorithm/META-INF/MANIFEST.MF trunk/examples/org.cishell.tests.ProgressTrackableAlgorithm/OSGI-INF/algorithm.properties Modified: trunk/examples/org.cishell.tests.ProgressTrackableAlgorithm/META-INF/MANIFEST.MF =================================================================== --- trunk/examples/org.cishell.tests.ProgressTrackableAlgorithm/META-INF/MANIFEST.MF 2006-12-20 22:39:09 UTC (rev 358) +++ trunk/examples/org.cishell.tests.ProgressTrackableAlgorithm/META-INF/MANIFEST.MF 2006-12-21 02:44:54 UTC (rev 359) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: My algorithm tester Bundle-SymbolicName: org.my.algorithm.test -Bundle-Version: 0.0.1 +Bundle-Version: 0.3.0 Bundle-ClassPath: . Bundle-Localization: plugin Import-Package: org.cishell.framework, Modified: trunk/examples/org.cishell.tests.ProgressTrackableAlgorithm/OSGI-INF/algorithm.properties =================================================================== --- trunk/examples/org.cishell.tests.ProgressTrackableAlgorithm/OSGI-INF/algorithm.properties 2006-12-20 22:39:09 UTC (rev 358) +++ trunk/examples/org.cishell.tests.ProgressTrackableAlgorithm/OSGI-INF/algorithm.properties 2006-12-21 02:44:54 UTC (rev 359) @@ -1,6 +1,6 @@ -menu_path=Test/algorithm -label=Algorithm Tester -description=This algorithm does tests for me not you +menu_path=File/Test/additions +label=Scheduler Tester +description=This algorithm is used to test the basic scheduler features in_data=null out_data=null service.pid=org.cishell.tests.ProgressTrackableAlgorithm.AlgorithmTest This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |