From 46f3b1218d55ea856986cd7afb4804152c230c4f Mon Sep 17 00:00:00 2001
From: J08nY
Date: Wed, 30 May 2018 21:38:20 +0200
Subject: Add support for key generation using Crypto++.
---
nbproject/dist-build.xml | 2 +-
nbproject/standalone/project.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'nbproject')
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 @@
+ excludes="META-INF/*.SF, META-INF/*.DSA, META-INF/*.RSA, ${dist.archive.excludes}"/>
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
--
cgit v1.3.1