From d3a315a7d01903a42c482950133b712592bd0df4 Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno <bruno@univ-tln.fr> Date: Fri, 3 Oct 2014 23:59:43 +0200 Subject: [PATCH] corrige le nom de la classe executable. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fbe7171..2891468 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ </descriptorRefs> <archive> <manifest> - <mainClass>fr.univtln.bruno.exemple.bibliotheque.gui.Ihm</mainClass> + <mainClass>fr.univtln.bruno.d14.simpleihm.App</mainClass> </manifest> </archive> </configuration> -- GitLab