You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/05/21 14:00:50 UTC

svn commit: r777121 - /incubator/kato/trunk/org.apache.kato.jvmti/META-INF/services/org.apache.kato.image.ImageFactory

Author: spoole
Date: Thu May 21 14:00:49 2009
New Revision: 777121

URL: http://svn.apache.org/viewvc?rev=777121&view=rev
Log:
update katoblue j9 project to use service registry machanism and to implement suffix based support for factory registry

Modified:
    incubator/kato/trunk/org.apache.kato.jvmti/META-INF/services/org.apache.kato.image.ImageFactory

Modified: incubator/kato/trunk/org.apache.kato.jvmti/META-INF/services/org.apache.kato.image.ImageFactory
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.jvmti/META-INF/services/org.apache.kato.image.ImageFactory?rev=777121&r1=777120&r2=777121&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato.jvmti/META-INF/services/org.apache.kato.image.ImageFactory (original)
+++ incubator/kato/trunk/org.apache.kato.jvmti/META-INF/services/org.apache.kato.image.ImageFactory Thu May 21 14:00:49 2009
@@ -1 +1,2 @@
-org.apache.kato.jvmti.process.ImageImpl
\ No newline at end of file
+com.ibm.katoblue.image.j9.ImageFactoryImpl
+com.ibm.katoblue.image.javacore.JCImageFactory
\ No newline at end of file