You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Michael Wechner <mi...@wyona.com> on 2006/05/08 13:54:58 UTC

Re: svn commit: r404927 - /lenya/trunk/src/targets/webapp-build.xml

antonio@apache.org wrote:
> Author: antonio
> Date: Sun May  7 21:41:18 2006
> New Revision: 404927
>
> URL: http://svn.apache.org/viewcvs?rev=404927&view=rev
> Log:
> Don't copy from lenya/lib/endorsed.
>
> Modified:
>     lenya/trunk/src/targets/webapp-build.xml
>
> Modified: lenya/trunk/src/targets/webapp-build.xml
> URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/webapp-build.xml?rev=404927&r1=404926&r2=404927&view=diff
> ==============================================================================
> --- lenya/trunk/src/targets/webapp-build.xml (original)
> +++ lenya/trunk/src/targets/webapp-build.xml Sun May  7 21:41:18 2006
> @@ -118,9 +118,6 @@
>  
>      <!-- Copy libraries from ${endorsed.lib.dir} and ${cocoon.endorsed.lib.dir} to ${build.webapp}/WEB-INF/lib/endorsed -->
>      <copy todir="${build.webapp}/WEB-INF/lib/endorsed">
> -      <fileset dir="${endorsed.lib.dir}">
> -        <include name="**/*"/>
> -      </fileset>
>   

what was the reason to delete this copy?

Thanks

Michi
>        <fileset dir="${cocoon.endorsed.lib.dir}">
>          <include name="**/*"/>
>        </fileset>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
> For additional commands, e-mail: commits-help@lenya.apache.org
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r404927 - /lenya/trunk/src/targets/webapp-build.xml

Posted by Antonio Gallardo <ag...@agssa.net>.
Michael Wechner escribió:
> as said I would have prefered a README.txt instead of just deleting 
> it, because I am sure it will be handy
> again as it proofed to be handy in the past.
If it becomes handy again in the future, we can restore it. For now we 
don't need it.

Best Regards,

Antonio Gallardo.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r404927 - /lenya/trunk/src/targets/webapp-build.xml

Posted by Michael Wechner <mi...@wyona.com>.
Antonio Gallardo wrote:
> Michael Wechner escribió:
>> Antonio Gallardo wrote:
>>>
>>>>>
>>>>>   
>>>>
>>>> what was the reason to delete this copy?
>>> We don't need a Lenya endorsed lib directory.
>>
>> so, why was it created in the first place?
>>
>> IIRC we had xalan in there and I guess the changes are good that at 
>> some point we will
>> have some other library there. I would rather put a README.txt there 
>> instead of deleting
>> the directory.
> Yes, but we don't need it anymore. At least not now.

as said I would have prefered a README.txt instead of just deleting it, 
because I am sure it will be handy
again as it proofed to be handy in the past.

Michi
>
> Best Regards,
>
> Antonio Gallardo.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
> For additional commands, e-mail: dev-help@lenya.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r404927 - /lenya/trunk/src/targets/webapp-build.xml

Posted by Antonio Gallardo <ag...@agssa.net>.
Michael Wechner escribió:
> Antonio Gallardo wrote:
>>
>>>>
>>>>   
>>>
>>> what was the reason to delete this copy?
>> We don't need a Lenya endorsed lib directory.
>
> so, why was it created in the first place?
>
> IIRC we had xalan in there and I guess the changes are good that at 
> some point we will
> have some other library there. I would rather put a README.txt there 
> instead of deleting
> the directory.
Yes, but we don't need it anymore. At least not now.

Best Regards,

Antonio Gallardo.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r404927 - /lenya/trunk/src/targets/webapp-build.xml

Posted by Michael Wechner <mi...@wyona.com>.
Antonio Gallardo wrote:
>
>>>
>>>   
>>
>> what was the reason to delete this copy?
> We don't need a Lenya endorsed lib directory.

so, why was it created in the first place?

IIRC we had xalan in there and I guess the changes are good that at some 
point we will
have some other library there. I would rather put a README.txt there 
instead of deleting
the directory.

Thanks

Michi
>
> Best Regards,
>
> Antonio Gallardo.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
> For additional commands, e-mail: dev-help@lenya.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r404927 - /lenya/trunk/src/targets/webapp-build.xml

Posted by Antonio Gallardo <ag...@agssa.net>.
Michael Wechner escribió:
> antonio@apache.org wrote:
>> Author: antonio
>> Date: Sun May  7 21:41:18 2006
>> New Revision: 404927
>>
>> URL: http://svn.apache.org/viewcvs?rev=404927&view=rev
>> Log:
>> Don't copy from lenya/lib/endorsed.
>>
>> Modified:
>>     lenya/trunk/src/targets/webapp-build.xml
>>
>> Modified: lenya/trunk/src/targets/webapp-build.xml
>> URL: 
>> http://svn.apache.org/viewcvs/lenya/trunk/src/targets/webapp-build.xml?rev=404927&r1=404926&r2=404927&view=diff 
>>
>> ============================================================================== 
>>
>> --- lenya/trunk/src/targets/webapp-build.xml (original)
>> +++ lenya/trunk/src/targets/webapp-build.xml Sun May  7 21:41:18 2006
>> @@ -118,9 +118,6 @@
>>  
>>      <!-- Copy libraries from ${endorsed.lib.dir} and 
>> ${cocoon.endorsed.lib.dir} to ${build.webapp}/WEB-INF/lib/endorsed -->
>>      <copy todir="${build.webapp}/WEB-INF/lib/endorsed">
>> -      <fileset dir="${endorsed.lib.dir}">
>> -        <include name="**/*"/>
>> -      </fileset>
>>   
>
> what was the reason to delete this copy?
We don't need a Lenya endorsed lib directory.

Best Regards,

Antonio Gallardo.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org