-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into cgi-pre-release
- Loading branch information
Showing
50 changed files
with
2,182 additions
and
1,014 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,28 +1,9 @@ | ||
/build | ||
/javadoc | ||
/out | ||
/junit_report | ||
/coverage | ||
/dist | ||
/.idea/workspace.xml | ||
/.idea/uiDesigner.xml | ||
|
||
/tmp | ||
/.idea/dictionaries/xp.xml | ||
build | ||
target | ||
javadoc | ||
.idea/workspace.xml | ||
.idea/uiDesigner.xml | ||
.idea/dictionaries/xp.xml | ||
*.log | ||
|
||
password.properties | ||
copy-dss-jars.sh | ||
/util | ||
token | ||
/bin | ||
container.bin | ||
createsECCSignature.bdoc | ||
extractSignatureThrowsErrorWhenSignatureIsNotFound.zip | ||
packaging_jar/ | ||
setsSignatureId.bdoc | ||
setsSignatureId.ddoc | ||
jacoco.exec | ||
utility-package-lib | ||
zip-package-lib | ||
contiperf-report |
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,4 +2,8 @@ Developer: | |
Martin Beldman <[email protected]> | ||
Aho Augasmägi <[email protected]> | ||
Risto Alas <[email protected]> | ||
Mihkel Selgal <[email protected]> | ||
Mihkel Selgal <[email protected]> | ||
Rainer Villido <[email protected]> | ||
Andrei Smirnov <[email protected]> | ||
Indrek Jentson <[email protected]> | ||
Margus Kamlat <[email protected]> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> | ||
<id>library</id> | ||
<baseDirectory>/</baseDirectory> | ||
<formats> | ||
<format>zip</format> | ||
</formats> | ||
<fileSets> | ||
<fileSet> | ||
<directory>zip-package-lib</directory> | ||
<outputDirectory>.</outputDirectory> | ||
</fileSet> | ||
</fileSets> | ||
</assembly> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.