Author: jcarman Date: Sat Jul 17 02:47:31 2010 New Revision: 965002 URL: http://svn.apache.org/viewvc?rev=965002&view=rev Log: Adding service descriptor files (for ServiceLoader)
Added: commons/proper/proxy/branches/version-2.0-work/javassist/src/main/resources/ commons/proper/proxy/branches/version-2.0-work/javassist/src/main/resources/META-INF/ commons/proper/proxy/branches/version-2.0-work/javassist/src/main/resources/META-INF/services/ commons/proper/proxy/branches/version-2.0-work/javassist/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory - copied, changed from r965000, commons/proper/proxy/branches/version-2.0-work/cglib/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory commons/proper/proxy/branches/version-2.0-work/jdk/src/main/resources/ commons/proper/proxy/branches/version-2.0-work/jdk/src/main/resources/META-INF/ commons/proper/proxy/branches/version-2.0-work/jdk/src/main/resources/META-INF/services/ commons/proper/proxy/branches/version-2.0-work/jdk/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory - copied, changed from r965000, commons/proper/proxy/branches/version-2.0-work/cglib/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory Copied: commons/proper/proxy/branches/version-2.0-work/javassist/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory (from r965000, commons/proper/proxy/branches/version-2.0-work/cglib/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory) URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/javassist/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory?p2=commons/proper/proxy/branches/version-2.0-work/javassist/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory&p1=commons/proper/proxy/branches/version-2.0-work/cglib/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory&r1=965000&r2=965002&rev=965002&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/cglib/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory (original) +++ commons/proper/proxy/branches/version-2.0-work/javassist/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory Sat Jul 17 02:47:31 2010 @@ -1 +1 @@ -org.apache.commons.proxy.cglib.CglibProxyFactory \ No newline at end of file +org.apache.commons.proxy.javassist.JavassistProxyFactory \ No newline at end of file Copied: commons/proper/proxy/branches/version-2.0-work/jdk/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory (from r965000, commons/proper/proxy/branches/version-2.0-work/cglib/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory) URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/jdk/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory?p2=commons/proper/proxy/branches/version-2.0-work/jdk/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory&p1=commons/proper/proxy/branches/version-2.0-work/cglib/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory&r1=965000&r2=965002&rev=965002&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/cglib/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory (original) +++ commons/proper/proxy/branches/version-2.0-work/jdk/src/main/resources/META-INF/services/org.apache.commons.proxy.ProxyFactory Sat Jul 17 02:47:31 2010 @@ -1 +1 @@ -org.apache.commons.proxy.cglib.CglibProxyFactory \ No newline at end of file +org.apache.commons.proxy.jdk.JdkProxyFactory \ No newline at end of file