On Wed, Jul 15, 2009 at 15:48, Vincent Massol<[email protected]> wrote:
>
> On Jul 15, 2009, at 2:57 PM, tmortagne (SVN) wrote:
>
>> Author: tmortagne
>> Date: 2009-07-15 14:57:40 +0200 (Wed, 15 Jul 2009)
>> New Revision: 21952
>>
>> Added:
>>   platform/core/trunk/xwiki-component/xwiki-component-
>> default/.checkstyle
>> Modified:
>>   platform/core/trunk/xwiki-component/xwiki-component-api/src/main/
>> java/org/xwiki/component/manager/ComponentEventManager.java
>>   platform/core/trunk/xwiki-component/xwiki-component-api/src/main/
>> java/org/xwiki/component/manager/ComponentManager.java
>>   platform/core/trunk/xwiki-component/xwiki-component-default/src/
>> main/java/org/xwiki/component/embed/EmbeddableComponentManager.java
>>   platform/core/trunk/xwiki-component/xwiki-component-default/src/
>> main/java/org/xwiki/component/internal/RoleHint.java
>>   platform/core/trunk/xwiki-component/xwiki-component-default/src/
>> main/java/org/xwiki/component/manager/
>> AbstractComponentDescriptorEvent.java
>>   platform/core/trunk/xwiki-component/xwiki-component-default/src/
>> main/java/org/xwiki/component/manager/
>> ComponentDescriptorAddedEvent.java
>>   platform/core/trunk/xwiki-component/xwiki-component-default/src/
>> main/java/org/xwiki/component/manager/
>> ComponentDescriptorRemovedEvent.java
>>   platform/core/trunk/xwiki-rendering/xwiki-rendering-macros/xwiki-
>> rendering-macro-include/src/test/java/org/xwiki/rendering/internal/
>> macro/IncludeMacroTest.java
>> Log:
>> XWIKI-4077: Component Manager should generate event when the
>> component is registered instead of initialized
>> XWIKI-4081: Add way to unregister component
>> XWIKI-4082: Add way to directly provide the component instance when
>> register it
>> * fixed some wrong javadoc/codestyle
>> * put back test on Class name instead of reference inside embedded
>> CM implementation
>
> [snip]
>
>> Added: platform/core/trunk/xwiki-component/xwiki-component-
>> default/.checkstyle
>> ===================================================================
>> --- platform/core/trunk/xwiki-component/xwiki-component-
>> default/.checkstyle                           (rev 0)
>> +++ platform/core/trunk/xwiki-component/xwiki-component-
>> default/.checkstyle   2009-07-15 12:57:40 UTC (rev 21952)
>> @@ -0,0 +1,7 @@
>> +<?xml version="1.0" encoding="UTF-8"?>
>> +
>> +<fileset-config file-format-version="1.2.0" simple-config="true">
>> +  <fileset name="all" enabled="true" check-config-name="xwiki"
>> local="false">
>> +    <file-match-pattern match-pattern="." include-pattern="true"/>
>> +  </fileset>
>> +</fileset-config>
>
> it's back, hehe ;)

crap i did exactly the same mistake and forgot to pout it as ignore.
Would be greate to have to "put this as ignore instead of versionned".

>
> -Vincent
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs
>



-- 
Thomas Mortagne
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to