You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2011/03/18 18:15:40 UTC

Create-component

Hi,

Would you agree to change
<property name="name" value="ofbiz-@component-name@"/>
<property name="component-name" value="ofbiz-@component-name@"/>

To 

<property name="name" value="@component-name@"/>
<property name="component-name" value="@component-name@"/>

I don't see any reasons to add "ofbiz-" there

Thanks

Jacques



Re: Create-component

Posted by Jacques Le Roux <ja...@les7arts.com>.
Forget it, I thought it was the reason (re)apply-ofbiz-patches did not work, but it was not that, see rather r1083087

Jacques

From: "Jacques Le Roux" <ja...@les7arts.com>
> Hi,
> 
> Would you agree to change
> <property name="name" value="ofbiz-@component-name@"/>
> <property name="component-name" value="ofbiz-@component-name@"/>
> 
> To 
> 
> <property name="name" value="@component-name@"/>
> <property name="component-name" value="@component-name@"/>
> 
> I don't see any reasons to add "ofbiz-" there
> 
> Thanks
> 
> Jacques
> 
>