--- [EMAIL PROTECTED] wrote:
> when I download the
> struts2-core-2.1.0-SNAPSHOT-20070925.jar, it's about
> 
> 630 ko size.
> The 2.0.9 struts-core version is about 2500 ko size.
> Why are those files sizes so differents ?

Pseudo-shell:

jar tf 2.0.8-core | sort > 2.0.8-files
jar tf 2.1-core | sort > 2.1-files
diff 2.0.8-files 2.1-files

Nut-shell:

Ajax is a plugin in 2.1, so Dojo is not included in
core download.

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to