Hi Anca,
Very good! I'm real happy you're jumping in the bandwagon on this :)
Just one note: In the future the way to expose a component in velocity
will be done differently.
See
http://tinyurl.com/3qu923 in case you haven't followed the
discussion.
This way of doing it should probably be removed once we have the new
way. This is the current right way though :)
Thanks
-Vincent
On Sep 29, 2008, at 2:14 PM, lucaa (SVN) wrote:
Author: lucaa
Date: 2008-09-29 14:14:31 +0200 (Mon, 29 Sep 2008)
New Revision: 13076
Added:
watch/trunk/component/
watch/trunk/component/pom.xml
watch/trunk/component/src/
watch/trunk/component/src/main/
watch/trunk/component/src/main/java/
watch/trunk/component/src/main/java/org/
watch/trunk/component/src/main/java/org/xwiki/
watch/trunk/component/src/main/java/org/xwiki/watch/
watch/trunk/component/src/main/java/org/xwiki/watch/component/
watch/trunk/component/src/main/java/org/xwiki/watch/component/
DefaultWatchService.java
watch/trunk/component/src/main/java/org/xwiki/watch/component/
WatchService.java
watch/trunk/component/src/main/java/org/xwiki/watch/component/
contextualizer/
watch/trunk/component/src/main/java/org/xwiki/watch/component/
contextualizer/WatchServiceContextualizer.java
watch/trunk/component/src/main/resources/
watch/trunk/component/src/main/resources/META-INF/
watch/trunk/component/src/main/resources/META-INF/plexus/
watch/trunk/component/src/main/resources/META-INF/plexus/
components.xml
Modified:
watch/trunk/pom.xml
Log:
XWATCH-230: Prepare build for the creation the component
* created the "component" module in Watch
* created a WatchService component, visible in velocity context
(through the VelocityContextInitializer), with no functions for the
moment.