Changes for page Creating XWiki Components

Last modified by Simon Urli on 2023/10/10

<
From version < 33.1 >
edited by Vincent Massol
on 2010/11/15
To version < 34.1 >
edited by Vincent Massol
on 2010/11/15
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -250,9 +250,9 @@
250 250  services.hello.greet()
251 251  {{/code}}
252 252  
253 -Now for our script service to work we need to register it as a component and thus add it to the ##META-INF/components.txt## file which would now contain 2 lines:
253 +Now for our script service to work we need to register it as a component and thus add it to the ##META-INF/components.txt## file:
254 254  {{code language="none"}}
255 -com.acme.internal.DefaultHelloWorld
255 +...
256 256  com.acme.internal.HelloWorldScriptService
257 257  {{/code}}
258 258  

Get Connected