Author: mmerz
Date: Wed Oct 13 12:56:44 2004
New Revision: 54749
Added:
incubator/beehive/trunk/wsm/src/runtime/META-INF/
incubator/beehive/trunk/wsm/src/runtime/META-INF/services/
incubator/beehive/trunk/wsm/src/runtime/META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory
Log:
Added com.sun.mirror.apt.AnnotationProcessorFactory -- pointing apt to
AnnotationProcessorFactory classes.
Added:
incubator/beehive/trunk/wsm/src/runtime/META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory
==============================================================================
--- (empty file)
+++
incubator/beehive/trunk/wsm/src/runtime/META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory
Wed Oct 13 12:56:44 2004
@@ -0,0 +1,5 @@
+#
+# This configures APT so the WsmAnnotationProcessorFactory can be used to
process WSM annotations
+#
+org.apache.beehive.wsm.jsr181.processor.apt.WsmAnnotationProcessorFactory
+