spring-framework/org.springframework.context
Chris Beams e0c5ced695 Use dot notation rather than camel case for profile props (SPR-7508)
Before this change, the following properties could be used to manipulate
Spring profile behavior:

    -DspringProfiles=p1,p2
    -DdefaultSpringProfile=pD

These properties have been renamed to follow usual Java conventions for
property naming:

    -Dspring.profile.active=p1,p2
    -Dspring.profile.default=pD
2010-12-05 20:14:26 +00:00
..
.settings Merge 3.1.0 development branch into trunk 2010-10-25 19:48:20 +00:00
src Use dot notation rather than camel case for profile props (SPR-7508) 2010-12-05 20:14:26 +00:00
.classpath Fix dependency issues in .context pom and .classpath 2010-07-21 12:04:06 +00:00
.project
.springBeans Merge 3.1.0 development branch into trunk 2010-10-25 19:48:20 +00:00
build.xml
context.iml
ivy.xml Publishing license and notice files 2010-08-23 13:17:31 +00:00
pom.xml Merge 3.1.0 development branch into trunk 2010-10-25 19:48:20 +00:00
template.mf