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 15:37:53 UTC

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

Author: spoole
Date: Thu May 21 15:37:52 2009
New Revision: 777157

URL: http://svn.apache.org/viewvc?rev=777157&view=rev
Log:
replace jvmti services config with correct one as old version was corrupted

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=777157&r1=777156&r2=777157&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 15:37:52 2009
@@ -1,2 +1 @@
-com.ibm.katoblue.image.j9.ImageFactoryImpl
-com.ibm.katoblue.image.javacore.JCImageFactory
\ No newline at end of file
+org.apache.kato.jvmti.process.ImageFactoryImpl
\ No newline at end of file