You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/08/04 13:56:37 UTC

svn commit: r682350 - /ofbiz/trunk/framework/webtools/widget/MiscScreens.xml

Author: jacopoc
Date: Mon Aug  4 04:56:37 2008
New Revision: 682350

URL: http://svn.apache.org/viewvc?rev=682350&view=rev
Log:
Fixed wrong file name; I actually tried to use svn rename to change the file name but I had issues because the svn command seems to ignore upper/lower case characters.
Thanks to BJ for the bug report in the ml.

Modified:
    ofbiz/trunk/framework/webtools/widget/MiscScreens.xml

Modified: ofbiz/trunk/framework/webtools/widget/MiscScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/MiscScreens.xml?rev=682350&r1=682349&r2=682350&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/MiscScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/MiscScreens.xml Mon Aug  4 04:56:37 2008
@@ -58,7 +58,7 @@
             <actions>
                 <set field="headerItem" value="main"/>
                 <set field="titleProperty" value="WebtoolsDataFileMainTitle"/>
-                <script location="component://webtools/webapp/webtools/WEB-INF/actions/datafile/Viewdatafile.groovy"/>
+                <script location="component://webtools/webapp/webtools/WEB-INF/actions/datafile/viewdatafile.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">



Re: svn commit: r682350 - /ofbiz/trunk/framework/webtools/widget/MiscScreens.xml

Posted by Jacopo Cappellato <ja...@gmail.com>.
On Aug 4, 2008, at 7:37 PM, Jacques Le Roux wrote:

>> Author: jacopoc
>> Date: Mon Aug  4 04:56:37 2008
>> New Revision: 682350
>>
>> URL: http://svn.apache.org/viewvc?rev=682350&view=rev
>> Log:
>> Fixed wrong file name; I actually tried to use svn rename to change  
>> the file name but I had issues because the svn command seems
>> to ignore upper/lower case characters.
>
> I have the same problems on Windows (of course) not on Linux though  
> (using Subclipse or svn). on Windows, when I got into trouble I use  
> the Tortoise browse option and rename directly on the repository.
>

I am running on a Mac (OSX 10.5.4)... but I guess it is an issue with  
the svn client I am using.

Jacopo

> Jacques
>


Re: svn commit: r682350 - /ofbiz/trunk/framework/webtools/widget/MiscScreens.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
> Author: jacopoc
> Date: Mon Aug  4 04:56:37 2008
> New Revision: 682350
>
> URL: http://svn.apache.org/viewvc?rev=682350&view=rev
> Log:
> Fixed wrong file name; I actually tried to use svn rename to change the file name but I had issues because the svn command seems
> to ignore upper/lower case characters.

I have the same problems on Windows (of course) not on Linux though (using Subclipse or svn). on Windows, when I got into trouble I 
use the Tortoise browse option and rename directly on the repository.

Jacques