Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] What is mean by artifact.size in artifact.xml generated inside p2 repo

>org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor.ARTIFACT_SIZE:
>
>    An artifact descriptor property (value "artifact.size") indicating
>    the size in bytes of the artifact in its native format (after
>    processing steps have been applied).

> Why is it simillar in most of the entries?.

IIRC an example of a p2 "processing step" is unpacking a pack200-compressed file.
So the download size would be the pack200 size while the artifact size would be the unpacked jar size in this case.

Jan


Back to the top