diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-09-03 16:38:50 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-09-03 16:38:50 +0200 |
commit | ee6c189ca57b9499f9955e9af3934f86966f1e2c (patch) | |
tree | 94ec9a20f254e341464f9290af54df77fa2c6ae3 | |
parent | fef9b07b2c4542b54a79c8632268fc98f7ba460e (diff) | |
download | pdf-as-4-ee6c189ca57b9499f9955e9af3934f86966f1e2c.tar.gz pdf-as-4-ee6c189ca57b9499f9955e9af3934f86966f1e2c.tar.bz2 pdf-as-4-ee6c189ca57b9499f9955e9af3934f86966f1e2c.zip |
Fix subproject
-rw-r--r-- | settings.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle index c34055fa..e6bafbff 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -include "sigs-pades", "pdf-as-lib" +include "signature-standards/sigs-pades", "pdf-as-lib" |