Re: [jclouds-labs-google] JCLOUDS-312 - add SecurityGroupExtension to GCE (#5)

2013-11-02 Thread Andrew Phillips
@@ -114,6 +114,9 @@ goaltest/goal /goals configuration + includes +

Re: [jclouds-labs-google] fix JCLOUDS-362 inferring project-id from identity when there is a hyphen (#9)

2013-11-02 Thread Andrew Phillips
-Project project = api.getProjectApi().get(Iterables.get(Splitter.on(@).split(in.identity), 0)); +String projectName = Iterables.get(Splitter.on(@).split(in.identity), 0); +projectName =