Skip to content

Commit

Permalink
Merge commit '377220fd1d86e1e569a79d1e9b4c025be568b1f9'
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbakker committed Jun 28, 2011
2 parents 089522a + 377220f commit a687699
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 324 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public enum ArquillianContainer {
JBOSS_AS_6_REMOTE(Jboss6Remote.class),
JBOSS_AS_6_MANAGED(Jboss6Managed.class),
JBOSS_AS_6_EMBEDDED(Jboss6Embedded.class),
JBOSS_AS_7_MANAGED(Jboss7Managed.class),
GLASSFISH_3_1_EMBEDDED(GlassFish3Embedded.class),
GLASSFISH_3_1_REMOTE(GlassFish3Remote.class);

Expand Down
Loading

0 comments on commit a687699

Please sign in to comment.