aboutsummaryrefslogtreecommitdiff
path: root/nbproject
diff options
context:
space:
mode:
authorJ08nY2018-05-30 21:38:20 +0200
committerJ08nY2018-05-30 21:38:20 +0200
commit46f3b1218d55ea856986cd7afb4804152c230c4f (patch)
tree43be6450acd3530184481477ba7ac9cd552aafee /nbproject
parentf4063951527fa533d0b59998019b1a800dbc02d0 (diff)
downloadECTester-46f3b1218d55ea856986cd7afb4804152c230c4f.tar.gz
ECTester-46f3b1218d55ea856986cd7afb4804152c230c4f.tar.zst
ECTester-46f3b1218d55ea856986cd7afb4804152c230c4f.zip
Add support for key generation using Crypto++.
Diffstat (limited to 'nbproject')
-rw-r--r--nbproject/dist-build.xml2
-rw-r--r--nbproject/standalone/project.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/nbproject/dist-build.xml b/nbproject/dist-build.xml
index cde2e4a..c317d95 100644
--- a/nbproject/dist-build.xml
+++ b/nbproject/dist-build.xml
@@ -25,7 +25,7 @@
<zip destfile="${store.jar}" compress="true" level="8">
<zipfileset src="${temp.file}"
- excludes="META-INF/*.SF, META-INF/*.DSA, META-INF/*.RSA"/>
+ excludes="META-INF/*.SF, META-INF/*.DSA, META-INF/*.RSA, ${dist.archive.excludes}"/>
</zip>
<delete file="${temp.file}"/>
diff --git a/nbproject/standalone/project.properties b/nbproject/standalone/project.properties
index ee584b2..7ad08a1 100644
--- a/nbproject/standalone/project.properties
+++ b/nbproject/standalone/project.properties
@@ -22,7 +22,7 @@ debug.classpath=\
debug.test.classpath=\
${run.test.classpath}
# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
+dist.archive.excludes=**/*.java,**/*.form,**/*.c,**/*.cpp,**/*.hpp,**/*.h,**/*.a,**/*.o,**/Makefile
# This directory is removed when the project is cleaned:
dist.dir=dist
dist.jar=${dist.dir}/ECTesterStandalone.jar