> @@ -56,20 +62,32 @@ public Builder versions(Iterable<Version> versions) {
> return this;
> }
>
> + public Builder from(CookbookDefinition def) {
> + this.url = def.getUrl();
> + this.versions.addAll(def.getVersions());Also set the `name` field? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/24/files#r6430257
