From: "olivier Heintz" <[email protected]>
> Le 01/12/2012 11:29, Jacques Le Roux a écrit :
>> Jacques Le Roux wrote:
>>> Jacques Le Roux wrote:
>>>> D:\workspace\ofbiz addonmanage>adm -version
> adm show help when it does'nt recognize the command
> with adm version (without the - ) it should be better
That was it!
>> Ha forgot that some A0000* files were created
> never see files like this, can you send me one.
>> D:\workspace\ofbiz addonmanager>svn st
>> M .
>> ? A00000
>> ? A00001
>> ? A00002
>> ? A00003
>> ? addonmanager-20121027.jar
>> ? dropit
>> ? dropit.7z
>> ? dropit.diff
>> M framework\common\config\CommonUiLabels.xml
>>
>> Jacques
> olivier
Actually they are all the same: CommonUiLabels.xml + Beer label
CommonUiLabels.xml has it also though IIRW I did uninstall the addons. I will
retry later with a totally clean env.
Index: CommonUiLabels.xml
===================================================================
--- CommonUiLabels.xml (revision 1415958)
+++ CommonUiLabels.xml (working copy)
@@ -18,7 +18,10 @@
under the License.
-->
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <property key="AP">
+ <property key="Beer">
+ <value xml:lang="en">Beer, hmmmmm</value>
+ </property>
+ <property key="AP">
<value xml:lang="de">Kreditoren</value>
<value xml:lang="en">AP</value>
<value xml:lang="es">Compras</value>
Jacques