It is, there's an extra "not" crept in there, i shall remove it.

   ...ant

On Wed, Jul 1, 2009 at 6:14 PM, Luciano Resende<[email protected]> wrote:
> This message is a little confuse to me :  "Jars not in distribution
> but not in LICENSE: "
> Should it be : "Jars in distribution but not in LICENSE: "????
>
>
> On Wed, Jul 1, 2009 at 8:01 AM, <[email protected]> wrote:
>> Author: antelder
>> Date: Wed Jul  1 15:01:40 2009
>> New Revision: 790204
>>
>> URL: http://svn.apache.org/viewvc?rev=790204&view=rev
>> Log:
>> Correct error message
>>
>> Modified:
>>    
>> tuscany/java/sca/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java
>>
>> Modified: 
>> tuscany/java/sca/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java
>> URL: 
>> http://svn.apache.org/viewvc/tuscany/java/sca/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java?rev=790204&r1=790203&r2=790204&view=diff
>> ==============================================================================
>> --- 
>> tuscany/java/sca/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java
>>  (original)
>> +++ 
>> tuscany/java/sca/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java
>>  Wed Jul  1 15:01:40 2009
>> @@ -58,7 +58,7 @@
>>
>>         List<String> bad1 = getJarsNotInLICENSE(jars, licenseFile);
>>         if (bad1.size() > 0) {
>> -            System.err.println("Jars not in LICENSE but not in 
>> distribution: " + bad1);
>> +            System.err.println("Jars not in distribution but not in 
>> LICENSE: " + bad1);
>>         }
>>
>>         if (bad1.size() > 0 || bad2.size() > 0) {
>>
>>
>>
>
>
>
> --
> Luciano Resende
> Apache Tuscany, Apache PhotArk
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>

Reply via email to