diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-24 16:11:05 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-24 16:11:05 +0200 |
commit | 8de8f95f253099a9571a57e9cc4f9dbfb8b47899 (patch) | |
tree | ae8258531859af6d703966f5dbdfa3e94aa5585e /sonar-application/pom.xml | |
parent | 1ca3db2d57d0c420de7159bb1865b4ceb8d255b2 (diff) | |
download | sonarqube-8de8f95f253099a9571a57e9cc4f9dbfb8b47899.tar.gz sonarqube-8de8f95f253099a9571a57e9cc4f9dbfb8b47899.zip |
SONAR-4898 rename StartServer to App
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index df8af3bda9d..52ec763c1e4 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -201,7 +201,7 @@ <index>true</index> <manifest> <addClasspath>false</addClasspath> - <mainClass>org.sonar.application.StartServer</mainClass> + <mainClass>org.sonar.application.App</mainClass> </manifest> <manifestEntries> <mode>distribution</mode> |