*/
public void addEnvVarInProfile( Profile profile, Installation envVar )
throws ProfileException
{
Profile stored = getProfile( profile.getId() );
stored.addEnvironmentVariable( envVar );
try
{
profileDao.updateProfile( stored );
}
catch ( ContinuumStoreException e )