PR: MNG-644

remove deprecated methods

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293341 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-03 13:28:25 +00:00
parent 4afb4ba351
commit c532572152
1 changed files with 0 additions and 16 deletions

View File

@ -1172,22 +1172,6 @@ public class MavenProject
return model.getPluginRepositories();
}
/**
* @deprecated use getProperties() instead
*/
public Properties getProfileProperties()
{
return getProperties();
}
/**
* @deprecated should add properties to the model instead
*/
public void addProfileProperties( Properties profileConfiguration )
{
getProperties().putAll( profileConfiguration );
}
public void setActiveProfiles( List activeProfiles )
{
this.activeProfiles.addAll( activeProfiles );