You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2013/04/26 22:41:03 UTC

[2/2] git commit: Merge remote-tracking branch 'refs/remotes/apache/master'

Merge remote-tracking branch 'refs/remotes/apache/master'


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/2feedb6b
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/2feedb6b
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/2feedb6b

Branch: refs/heads/master
Commit: 2feedb6b16494ca4a573a6f796a3e1ef85f5724e
Parents: ff463e0 50a1207
Author: Andreas Gudian <ag...@apache.org>
Authored: Fri Apr 26 22:34:30 2013 +0200
Committer: Andreas Gudian <ag...@apache.org>
Committed: Fri Apr 26 22:34:30 2013 +0200

----------------------------------------------------------------------
 .../plugin/surefire/InPluginVMSurefireStarter.java |    9 +-
 .../plugin/surefire/booterclient/ForkStarter.java  |   21 +-
 .../maven/surefire/booter/BaseProviderFactory.java |    2 +-
 .../surefire/booter/SurefireClassLoadersAware.java |    2 +-
 .../maven/surefire/booter/SurefireReflector.java   |   17 +-
 .../apache/maven/surefire/util/LazyTestsToRun.java |  183 ---------------
 .../surefire/booter/ClasspathConfiguration.java    |   25 +-
 .../apache/maven/surefire/booter/ForkedBooter.java |   90 ++++++--
 .../maven/surefire/booter/LazyTestsToRun.java      |  181 ++++++++++++++
 .../maven/surefire/booter/ProviderFactory.java     |   27 +--
 .../java/org/apache/maven/surefire/booter/Foo.java |    2 +-
 .../surefire/booter/SurefireReflectorTest.java     |    2 +-
 .../maven/surefire/junit4/JUnit4ProviderTest.java  |    2 +-
 13 files changed, 298 insertions(+), 265 deletions(-)
----------------------------------------------------------------------