Skip to content

Commit

Permalink
Improved container names
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 21, 2013
1 parent 8910705 commit 1dcc32f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ protected String getDefaultDataSource()
@Override
public String getName()
{
return "Glassfish 3.x";
return "Oracle Glassfish 3.x";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected String getDefaultDataSource()
@Override
public String getName()
{
return "JBossAS 6.x";
return "JBoss Application Server 6.x";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ protected String getDefaultDataSource()
@Override
public String getName()
{
return "JBoss AS7";
return "JBoss Application Server 7.x";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ protected String getDefaultDataSource()
@Override
public String getName()
{
return "JBoss EAP 6.x";
return "JBoss Enterprise Application Platform 6.x";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ protected String getDefaultDataSource()
@Override
public String getName()
{
return "Wildfly";
return "Wildfly Application Server";
}
}

0 comments on commit 1dcc32f

Please sign in to comment.