diff options
Diffstat (limited to 'smccTest/pom.xml')
-rw-r--r-- | smccTest/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/smccTest/pom.xml b/smccTest/pom.xml index f6730795..51ca3449 100644 --- a/smccTest/pom.xml +++ b/smccTest/pom.xml @@ -1,5 +1,4 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>mocca</artifactId> @@ -21,7 +20,7 @@ <manifest> <addClasspath>true</addClasspath> <classpathPrefix>lib/</classpathPrefix> - <mainClass>at.gv.egiz.smcctest.CardTest</mainClass> + <mainClass>at.gv.egiz.smcctest.PKCS15Test</mainClass> </manifest> </archive> </configuration> |