Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] pack200 and archive entries


You don't need to add the pack.gz files to the site.xml.  Update manager takes the full URL then appends .pack.gz to check for the pack200 file.

-Andrew


Thomas Hallgren <thomas@xxxxxxx>
Sent by: cross-project-issues-dev-bounces@xxxxxxxxxxx

10/30/2007 06:57 AM

Please respond to
Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>

To
Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
cc
Subject
[cross-project-issues-dev] pack200 and archive entries





What happens when the Update Site manager encounters a pack200="true" in
a site.xml in conjunction with <archive ...> elements? Assuming that I
have a "plugins/xxx.jar" as an archive entry, is it then required to add
the actual "plugins/xxx.jar.pack.gz" as an artifact entry as well or is
that just redundant information? I.e. will the update manager resolve
the full URL first and append the .pack.gz second or is it the other way
around?

Regards,
Thomas Hallgren

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top