Create-component

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Create-component

Jacques Le Roux
Administrator
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


Reply | Threaded
Open this post in threaded view
|

Re: Create-component

Jacques Le Roux
Administrator
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" <[hidden email]>

> 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
>
>