alestic changed naming convention to not include manifest.xml

This commit is contained in:
Adrian Cole 2010-03-17 21:32:14 -07:00
parent d670ecfa6d
commit b47c6114c0
1 changed files with 2 additions and 3 deletions

View File

@ -282,9 +282,8 @@ public class EC2ComputeServiceContextModule extends EC2ContextModule {
protected Logger logger = Logger.NULL;
}
// alestic-32-eu-west-1/debian-4.0-etch-base-20081130.manifest.xml
public static final Pattern ALESTIC_PATTERN = Pattern
.compile(".*/([^-]*)-([^-]*)-.*-(.*)\\.manifest\\.xml");
// alestic-32-eu-west-1/debian-4.0-etch-base-20081130
public static final Pattern ALESTIC_PATTERN = Pattern.compile(".*/([^-]*)-([^-]*)-.*-(.*)");
@Provides
@Singleton