Author: echatellier Date: 2010-06-08 12:14:54 +0200 (Tue, 08 Jun 2010) New Revision: 2937 Url: http://chorem.org/repositories/revision/lima/2937 Log: Fix main class fqn Modified: trunk/lima-swing/pom.xml Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2010-06-08 10:12:45 UTC (rev 2936) +++ trunk/lima-swing/pom.xml 2010-06-08 10:14:54 UTC (rev 2937) @@ -88,7 +88,7 @@ <!-- ************************************************************* --> <properties> <!--Main class in JAR --> - <maven.jar.main.class>org.chorem.lima.Main</maven.jar.main.class> + <maven.jar.main.class>org.chorem.lima.LimaMain</maven.jar.main.class> <redmine.releaseFiles>target/${project.artifactId}-${project.version}-bin.zip,</redmine.releaseFiles> </properties>