# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /home/hmichel/projetos/netbeans/main/openide.util/src/org/openide/util/lookup # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: ServiceProvider.java --- ServiceProvider.java Base (BASE) +++ ServiceProvider.java Locally Modified (Based On LOCAL) @@ -54,7 +54,7 @@ *
  * package my.module;
  * import org.netbeans.spi.whatever.Thing;
- * @Service(Thing.class)
+ * @ServiceProvider(service=Thing.class)
  * public class MyThing implements Thing {...}
  * 
*

would result in a resource file META-INF/services/org.netbeans.spi.whatever.Thing