diff options
| author | J08nY | 2017-11-10 21:17:54 +0100 |
|---|---|---|
| committer | J08nY | 2017-11-10 21:17:54 +0100 |
| commit | 59a043192903918a68e8d9df629c09221a13c641 (patch) | |
| tree | 250928e7fac106c097aa9639ef1ab86dd646975a /build.xml | |
| parent | fc32d6c7500aea671cdccfc2ccf26af812d20908 (diff) | |
| download | ECTester-59a043192903918a68e8d9df629c09221a13c641.tar.gz ECTester-59a043192903918a68e8d9df629c09221a13c641.tar.zst ECTester-59a043192903918a68e8d9df629c09221a13c641.zip | |
Split the ec package into common package, rename reader part of the project.
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -70,28 +70,6 @@ nbproject/build-impl.xml file. --> - <!-- - <path id="classpath"> - <fileset dir="lib" includes="**/*.jar"/> - </path> - - <target name="clean"> - <delete file="dist/ECTester.jar"/> - </target> - <target name="build"> - <javac srcdir="src" destdir="dist/production/ECTester" classpathref="classpath" excludes="**/SimpleAPDU.java"/> - </target> - <target name="jar" depends="build"> - <jar destfile="dist/ECTester.jar"> - <fileset dir="dist/production/ECTester"/> - <fileset dir="dist/data"/> - <manifest> - <attribute name="Main-Class" value="ECTester"/> - <attribute name="Class-Path" value="lib/jcardsim-2.2.2-all.jar lib/commons-cli-1.3.1.jar"/> - </manifest> - </jar> - </target> - --> <target name="-post-jar"> <copy file="src/cz/crcs/ectester/scripts/ectester.sh" todir="${dist.dir}"/> <copy file="src/cz/crcs/ectester/scripts/ectester.bat" todir="${dist.dir}"/> |
