aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJ08nY2017-11-10 21:17:54 +0100
committerJ08nY2017-11-10 21:17:54 +0100
commit59a043192903918a68e8d9df629c09221a13c641 (patch)
tree250928e7fac106c097aa9639ef1ab86dd646975a /build.xml
parentfc32d6c7500aea671cdccfc2ccf26af812d20908 (diff)
downloadECTester-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.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/build.xml b/build.xml
index 3d778f3..f89b743 100644
--- a/build.xml
+++ b/build.xml
@@ -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}"/>