Skip to content

Commit

Permalink
Nortal Digidoc4J fixes
Browse files Browse the repository at this point in the history
Updated readme and authors files. Added .idea directory to ignored files list

cleaned up project

changed file name

Changed revison for sd-dss

Merged nortal/sk changes into publish

Project files clean up

Update travis setup

Changed branch for submodules

Added before script to run

Changed script to install

Updated travis build to update dss libs

Fixed ant test task build path

Bring down unit test log output verbosity

Added missing file to test-tsl

Added more missing files and renamed one

Added open JDK to build

Removed unwanted files
  • Loading branch information
Mihkel Selgal committed Mar 4, 2015
1 parent 5828226 commit b8a5de4
Show file tree
Hide file tree
Showing 109 changed files with 17,913 additions and 1,218 deletions.
17 changes: 17 additions & 0 deletions .classpath
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=digidoc4j_development_codeborne&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
<classpathentry kind="lib" path="lib/dss-common-4.3.0-RC.jar"/>
<classpathentry kind="lib" path="lib/dss-document-4.3.0-RC.jar" sourcepath="/dss-document"/>
<classpathentry kind="lib" path="lib/dss-service-4.3.0-RC.jar"/>
<classpathentry kind="lib" path="lib/dss-spi-4.3.0-RC.jar"/>
<classpathentry kind="lib" path="lib/jacocoagent.jar"/>
<classpathentry kind="lib" path="lib/jacocoant.jar"/>
<classpathentry kind="lib" path="lib/jdigidoc-3.10.1424.BETA.jar"/>
<classpathentry kind="lib" path="lib/testcerts.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
13 changes: 11 additions & 2 deletions .gitignore
Expand Up @@ -5,11 +5,20 @@
/coverage
/dist
/.idea/workspace.xml
/.idea/uiDesigner.xml

/tmp
/.idea/dictionaries/xp.xml
digidoc4j.iml
*.log

password.properties
copy-dss-jars.sh
/util
token
token
/bin
container.bin
createsECCSignature.bdoc
extractSignatureThrowsErrorWhenSignatureIsNotFound.zip
packaging_jar/
setsSignatureId.bdoc
setsSignatureId.ddoc
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,4 +1,4 @@
[submodule "sd-dss"]
path = sd-dss
url = ../sd-dss.git

branch = publish
11 changes: 0 additions & 11 deletions .idea/ant.xml

This file was deleted.

8 changes: 8 additions & 0 deletions .idea/artifacts/dss_demo_webapp_war.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 104 additions & 0 deletions .idea/artifacts/dss_demo_webapp_war_exploded.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions .idea/checkstyle-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions .idea/codeStyleSettings.xml

This file was deleted.

17 changes: 15 additions & 2 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions .idea/dictionaries/ahoa.xml

This file was deleted.

0 comments on commit b8a5de4

Please sign in to comment.