On 4 September 2011 18:56, Phil Steitz wrote:
> On 9/4/11 10:45 AM, Phil Steitz wrote:
>> On 9/4/11 5:15 AM, sebb wrote:
>>> The location for the localization resources only appears to be needed
>>> in the method:
>>>
>>> LocalizedFormats.getLocalizedString()
>>>
>>> so it is very easy to change w
On 9/4/11 10:45 AM, Phil Steitz wrote:
> On 9/4/11 5:15 AM, sebb wrote:
>> The location for the localization resources only appears to be needed
>> in the method:
>>
>> LocalizedFormats.getLocalizedString()
>>
>> so it is very easy to change where they are, now that the POM uses the
>> standard Mav
On 9/4/11 5:15 AM, sebb wrote:
> The location for the localization resources only appears to be needed
> in the method:
>
> LocalizedFormats.getLocalizedString()
>
> so it is very easy to change where they are, now that the POM uses the
> standard Maven resource location (previously it was using a
The location for the localization resources only appears to be needed
in the method:
LocalizedFormats.getLocalizedString()
so it is very easy to change where they are, now that the POM uses the
standard Maven resource location (previously it was using a subdir
only which prevented such a move)
A