You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2009/02/26 18:12:14 UTC

svn commit: r748211 - in /maven/components/trunk/maven-project/src: main/java/org/apache/maven/profiles/activation/ test/java/org/apache/maven/profiles/activation/

Author: sisbell
Date: Thu Feb 26 17:12:14 2009
New Revision: 748211

URL: http://svn.apache.org/viewvc?rev=748211&view=rev
Log:
Removed old profile activators.

Removed:
    maven/components/trunk/maven-project/src/main/java/org/apache/maven/profiles/activation/FileProfileActivator.java
    maven/components/trunk/maven-project/src/main/java/org/apache/maven/profiles/activation/JdkPrefixProfileActivator.java
    maven/components/trunk/maven-project/src/main/java/org/apache/maven/profiles/activation/OperatingSystemProfileActivator.java
    maven/components/trunk/maven-project/src/main/java/org/apache/maven/profiles/activation/SystemPropertyProfileActivator.java
    maven/components/trunk/maven-project/src/test/java/org/apache/maven/profiles/activation/