diff options
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tutorials/store')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml index 449b9c512a..14a0950ef7 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/domain/pom.xml @@ -225,7 +225,7 @@ <executions> <execution> <configuration> - <mainClass>launch.LaunchTutorialAdmin</mainClass> + <mainClass>launch.LaunchTutorialDomainManager</mainClass> <pathToRootDir>../../..</pathToRootDir> </configuration> <goals> |