Revision: 734
http://cishell.svn.sourceforge.net/cishell/?rev=734&view=rev
Author: mwlinnem
Date: 2008-03-27 14:06:14 -0700 (Thu, 27 Mar 2008)
Log Message:
-----------
Made algorithms claiming to be converters that weren't say they are not converters.
Modified Paths:
--------------
trunk/examples/org.cishell.tests.conversion1/OSGI-INF/algorithmA.properties
trunk/examples/org.cishell.tests.conversion1/OSGI-INF/algorithmB.properties
Modified: trunk/examples/org.cishell.tests.conversion1/OSGI-INF/algorithmA.properties
===================================================================
--- trunk/examples/org.cishell.tests.conversion1/OSGI-INF/algorithmA.properties 2008-03-27 19:12:31 UTC (rev 733)
+++ trunk/examples/org.cishell.tests.conversion1/OSGI-INF/algorithmA.properties 2008-03-27 21:06:14 UTC (rev 734)
@@ -4,5 +4,4 @@
in_data=null
out_data=java.lang.String
service.pid=org.cishell.tests.conversion1.algA
-remoteable=true
-type=converter
\ No newline at end of file
+remoteable=true
\ No newline at end of file
Modified: trunk/examples/org.cishell.tests.conversion1/OSGI-INF/algorithmB.properties
===================================================================
--- trunk/examples/org.cishell.tests.conversion1/OSGI-INF/algorithmB.properties 2008-03-27 19:12:31 UTC (rev 733)
+++ trunk/examples/org.cishell.tests.conversion1/OSGI-INF/algorithmB.properties 2008-03-27 21:06:14 UTC (rev 734)
@@ -5,5 +5,3 @@
out_data=java.lang.Integer
service.pid=org.cishell.tests.conversion1.algB
remoteable=true
-type=converter
-conversion=lossless
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|