Skip to content

Commit

Permalink
Fix issue #27, bump version
Browse files Browse the repository at this point in the history
Add internal Logger component.
Bump version to 1.4.2-1.
Perform minor changes to the overall project.
  • Loading branch information
adab4d committed Feb 23, 2022
1 parent 06d17c9 commit 04041b0
Show file tree
Hide file tree
Showing 425 changed files with 128,699 additions and 4,864 deletions.
590 changes: 243 additions & 347 deletions .cproject

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cie-pkcs11/libcryptopp.a filter=lfs diff=lfs merge=lfs -text
libcryptopp.a filter=lfs diff=lfs merge=lfs -text
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ x64/Release/
/Setup/setup.vcxproj.user
/Setup/Debug/setup.log
/Setup/Debug/CIE-Middleware.exe
/Setup/Release
/Release
/build
cie_sign_sdk/build
cie_sign_sdk/Dependencies
Release/
build/
dist/
cie-pkcs11/dependencies/*.a
*.gz
*.so
libcie_sign_sdk.a
67 changes: 22 additions & 45 deletions .settings/language.settings.xml
Original file line number Diff line number Diff line change
@@ -1,48 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>

<configuration id="cdt.managedbuild.config.gnu.so.debug.1799254266" name="Debug">

<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">

<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>

<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>

<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>

<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="-1379081161888388669" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">

<language-scope id="org.eclipse.cdt.core.gcc"/>

<language-scope id="org.eclipse.cdt.core.g++"/>

</provider>

</extension>

</configuration>

<configuration id="cdt.managedbuild.config.gnu.so.release.1192828902" name="Release">

<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">

<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>

<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>

<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>

<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="-1379081161888388669" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">

<language-scope id="org.eclipse.cdt.core.gcc"/>

<language-scope id="org.eclipse.cdt.core.g++"/>

</provider>

</extension>

</configuration>

<configuration id="cdt.managedbuild.config.gnu.so.debug.1799254266" name="Debug">
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="-103356951004407181" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>
</extension>
</configuration>
<configuration id="cdt.managedbuild.config.gnu.so.release.1192828902" name="Release">
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="-103356951004407181" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>
</extension>
</configuration>
</project>
42 changes: 21 additions & 21 deletions CIEID/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
<classpath>
<classpathentry excluding="it/ipzs/cieid/MiniWebView2.java" kind="src" path="src">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="/home/piero/Scrivania/cie-middleware-linux/Debug"/>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="cie-middleware-linux/Debug"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/javassist-3.23.0-GA.jar"/>
<classpathentry kind="lib" path="lib/javassist-3.23.0-GA.jar"/>
<classpathentry kind="lib" path="lib/jna-4.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jna-platform-4.5.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ShellExecutor-1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.25.jar"/>
<classpathentry exported="true" kind="lib" path="lib/SystemTray-3.17.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ObjectPool-2.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/TweenEngine-8.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/twinkle-1.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/core-1.0.0.jar"/>
<classpathentry kind="lib" path="/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/lib/jgoodies-forms-1.8.0-sources.jar" sourcepath="jgoodies-forms-1.8.0-sources.jar"/>
<classpathentry kind="lib" path="/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/lib/gson-2.6.2.jar"/>
<classpathentry kind="lib" path="/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/lib/ghost4j-1.0.1.jar"/>
<classpathentry kind="lib" path="/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/lib/jgoodies-forms-1.8.0.jar"/>
<classpathentry kind="lib" path="/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/lib/commons-beanutils-1.9.2.jar"/>
<classpathentry kind="lib" path="/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/lib/commons-io-1.3.1.jar"/>
<classpathentry kind="lib" path="/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/lib/itext-2.1.7.jar"/>
<classpathentry kind="lib" path="/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/lib/xmlgraphics-commons-1.4.jar"/>
<classpathentry kind="lib" path="/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/jna-platform-4.5.2.jar"/>
<classpathentry kind="lib" path="lib/ShellExecutor-1.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.25.jar"/>
<classpathentry kind="lib" path="lib/SystemTray-3.17.jar"/>
<classpathentry kind="lib" path="lib/ObjectPool-2.9.jar"/>
<classpathentry kind="lib" path="lib/TweenEngine-8.3.jar"/>
<classpathentry kind="lib" path="lib/twinkle-1.0.0.jar"/>
<classpathentry kind="lib" path="lib/core-1.0.0.jar"/>
<classpathentry kind="lib" path="lib/jgoodies-forms-1.8.0-sources.jar"/>
<classpathentry kind="lib" path="lib/gson-2.6.2.jar"/>
<classpathentry kind="lib" path="lib/ghost4j-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/jgoodies-forms-1.8.0.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/itext-2.1.7.jar"/>
<classpathentry kind="lib" path="lib/xmlgraphics-commons-1.4.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.9.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 0 additions & 6 deletions CIEID/.idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions CIEID/.idea/modules.xml

This file was deleted.

127 changes: 0 additions & 127 deletions CIEID/.idea/uiDesigner.xml

This file was deleted.

6 changes: 0 additions & 6 deletions CIEID/.idea/vcs.xml

This file was deleted.

Binary file added CIEID/lib/commons-beanutils-1.9.2.jar
Binary file not shown.
Binary file added CIEID/lib/commons-collections-3.2.1.jar
Binary file not shown.
Binary file added CIEID/lib/commons-io-1.3.1.jar
Binary file not shown.
Binary file added CIEID/lib/commons-logging-1.1.1.jar
Binary file not shown.
Binary file added CIEID/lib/ghost4j-1.0.1.jar
Binary file not shown.
Binary file added CIEID/lib/itext-2.1.7.jar
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added CIEID/lib/jna-4.1.0.jar
Binary file not shown.
Binary file added CIEID/lib/log4j-1.2.17.jar
Binary file not shown.
Binary file added CIEID/lib/xmlgraphics-commons-1.4.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions CIEID/manifest.mf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build

1 change: 0 additions & 1 deletion CIEID/nbproject/build-impl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ is divided into following sections:
<property file="nbproject/private/private.properties"/>
</target>
<target depends="-pre-init,-init-private" name="-init-user">
<property file="${user.properties.file}"/>
<!-- The two properties below are usually overridden -->
<!-- by the active platform. Just a fallback. -->
<property name="default.javac.source" value="1.6"/>
Expand Down
1 change: 0 additions & 1 deletion CIEID/nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
compile.on.save=true
javac.debug=true
user.properties.file=/home/piero/snap/netbeans/common/data/12.2/build.properties
2 changes: 0 additions & 2 deletions CIEID/nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/src/it/ipzs/cieid/MainApplication.java</file>
<file>file:/home/piero/Desktop/IPZS/cie-middleware-linux/CIEID/src/it/ipzs/cieid/MainFrame.java</file>
</group>
</open-files>
</project-private>
Loading

0 comments on commit 04041b0

Please sign in to comment.