-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #184 from crocs-muni/devel
Improvemets, bug fixes and new cards
- Loading branch information
Showing
93 changed files
with
40,897 additions
and
11,608 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
annotation.processing.enabled=true | ||
annotation.processing.enabled.in.editor=false | ||
annotation.processing.processors.list= | ||
annotation.processing.run.all.processors=true | ||
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output | ||
application.title=AlgTestJClient | ||
application.vendor=petr | ||
build.classes.dir=${build.dir}/classes | ||
build.classes.excludes=**/*.java,**/*.form | ||
# This directory is removed when the project is cleaned: | ||
build.dir=build | ||
build.generated.dir=${build.dir}/generated | ||
build.generated.sources.dir=${build.dir}/generated-sources | ||
# Only compile against the classpath explicitly listed here: | ||
build.sysclasspath=ignore | ||
build.test.classes.dir=${build.dir}/test/classes | ||
build.test.results.dir=${build.dir}/test/results | ||
# Uncomment to specify the preferred debugger connection transport: | ||
#debug.transport=dt_socket | ||
debug.classpath=\ | ||
${run.classpath} | ||
debug.test.classpath=\ | ||
${run.test.classpath} | ||
# This directory is removed when the project is cleaned: | ||
dist.dir=dist | ||
dist.jar=${dist.dir}/AlgTestJClient.jar | ||
dist.javadoc.dir=${dist.dir}/javadoc | ||
endorsed.classpath= | ||
excludes= | ||
file.reference.AlgTest-AlgTest_JavaCard=../AlgTest_JavaCard | ||
file.reference.AlgTest_JavaCard-src=../AlgTest_JavaCard/src | ||
file.reference.is-native-c.jar=libs\\JNA\\is-native-c.jar | ||
file.reference.is-runtime.jar=libs\\JNA\\is-runtime.jar | ||
file.reference.jcardsim-2.2.2-all.jar=test\\jcardsim-2.2.2-all.jar | ||
file.reference.jcardsim-3.0.4.jar=jcardsim-3.0.4.jar | ||
file.reference.jctasks.jar=libs\\JNA\\jctasks.jar | ||
file.reference.jna-4.1.0.jar=libs\\JNA\\jna-4.1.0.jar | ||
file.reference.jna-platform-4.1.0.jar=libs\\JNA\\jna-platform-4.1.0.jar | ||
file.reference.jna.jar=libs\\JNA\\jna.jar | ||
includes=** | ||
jar.archive.disabled=${jnlp.enabled} | ||
jar.compress=false | ||
jar.index=${jnlp.enabled} | ||
javac.classpath=\ | ||
${file.reference.jcardsim-2.2.2-all.jar}:\ | ||
${file.reference.is-native-c.jar}:\ | ||
${file.reference.is-runtime.jar}:\ | ||
${file.reference.jctasks.jar}:\ | ||
${file.reference.jna-4.1.0.jar}:\ | ||
${file.reference.jna-platform-4.1.0.jar}:\ | ||
${file.reference.jna.jar} | ||
# Space-separated list of extra javac options | ||
javac.compilerargs= | ||
javac.deprecation=false | ||
javac.external.vm=false | ||
javac.processorpath=\ | ||
${javac.classpath} | ||
javac.source=1.7 | ||
javac.target=1.7 | ||
javac.test.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir}:\ | ||
${libs.testng.classpath}:\ | ||
${libs.JCardSim222.classpath}:\ | ||
${file.reference.jcardsim-3.0.4.jar}:\ | ||
${file.reference.jcardsim-2.2.2-all.jar} | ||
javac.test.processorpath=\ | ||
${javac.test.classpath} | ||
javadoc.additionalparam= | ||
javadoc.author=false | ||
javadoc.encoding=${source.encoding} | ||
javadoc.noindex=false | ||
javadoc.nonavbar=false | ||
javadoc.notree=false | ||
javadoc.private=false | ||
javadoc.splitindex=true | ||
javadoc.use=true | ||
javadoc.version=false | ||
javadoc.windowtitle= | ||
jnlp.codebase.type=no.codebase | ||
jnlp.descriptor=application | ||
jnlp.enabled=false | ||
jnlp.mixed.code=default | ||
jnlp.offline-allowed=false | ||
jnlp.signed=false | ||
jnlp.signing= | ||
jnlp.signing.alias= | ||
jnlp.signing.keystore= | ||
main.class=algtestjclient.AlgTestJClient | ||
manifest.file=manifest.mf | ||
meta.inf.dir=${src.dir}/META-INF | ||
mkdist.disabled=false | ||
platform.active=default_platform | ||
run.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir} | ||
# Space-separated list of JVM arguments used when running the project. | ||
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. | ||
# To set system properties for unit tests define test-sys-prop.name=value: | ||
run.jvmargs= | ||
run.test.classpath=\ | ||
${javac.test.classpath}:\ | ||
${build.test.classes.dir} | ||
source.encoding=UTF-8 | ||
src.dir=src | ||
src.src.dir=${file.reference.AlgTest_JavaCard-src} | ||
test.src.dir=test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.