Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor how projects parse remotes so it can be replaced | Shawn O. Pearce | 2009-05-29 | 1 | -6/+20 | |
| | | | | | | | | | We now feed Project a RemoteSpec, instead of the Remote directly from the XmlManifest. This way the RemoteSpec already has the full project URL, rather than just the base, permitting other types of manifests to produce the URL in their own style. Signed-off-by: Shawn O. Pearce <sop@google.com> | |||||
* | Refactor Manifest to be XmlManifest | Shawn O. Pearce | 2009-05-29 | 1 | -0/+381 | |
We'll soon be supporting two different manifest formats, but we can't immediately remove support for the current XML one that is in wide spread use within Android. Signed-off-by: Shawn O. Pearce <sop@google.com> |