diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-05 12:48:37 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-05 12:48:37 +0000 |
commit | 7229336487111d6b17fb2693e6a9ef52283c08c9 (patch) | |
tree | 81d9da83d2d3b990dae2fa5ff3b4aa833993786f /smccTest/pom.xml | |
parent | 33b5e4d5edbebe228281eef9d8c62bebd01bd396 (diff) | |
download | mocca-7229336487111d6b17fb2693e6a9ef52283c08c9.tar.gz mocca-7229336487111d6b17fb2693e6a9ef52283c08c9.tar.bz2 mocca-7229336487111d6b17fb2693e6a9ef52283c08c9.zip |
mv PKCS15Test to main classes (distribute jar)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@821 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
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> |