aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetrs2016-09-08 17:51:34 +0200
committerpetrs2016-09-08 17:51:34 +0200
commitcf1cc8519a3497f8d1d055bfcc768eddf9abe770 (patch)
tree029c5eb95a6f8e0e25c37dfed4c8ed8009f6f5b0
parent92be80192c90a9ebe9c821dbe24c940f4884c517 (diff)
downloadECTester-cf1cc8519a3497f8d1d055bfcc768eddf9abe770.tar.gz
ECTester-cf1cc8519a3497f8d1d055bfcc768eddf9abe770.tar.zst
ECTester-cf1cc8519a3497f8d1d055bfcc768eddf9abe770.zip
-rw-r--r--build.xml4
-rw-r--r--jcbuild.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 5cfa0a1..d788ca5 100644
--- a/build.xml
+++ b/build.xml
@@ -7,8 +7,8 @@
<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
-<project name="SimpleECC" default="default" basedir=".">
- <description>Builds, tests, and runs the project SimpleECC.</description>
+<project name="ECTester" default="default" basedir=".">
+ <description>Builds, tests, and runs the project ECTester.</description>
<import file="nbproject/build-impl.xml"/>
<!--
diff --git a/jcbuild.xml b/jcbuild.xml
index eaf73ab..f695517 100644
--- a/jcbuild.xml
+++ b/jcbuild.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project basedir="." default="toys" name="SmartHSM build">
+<project basedir="." default="all" name="ECTester">
<!-- Based on Martin Paljak's applets playground -->
<!-- Applet building dependencies -->
<property name="JC222" value="ext/java_card_kit-2_2_2"/>