aboutsummaryrefslogtreecommitdiff
path: root/stamper/stmp-itext/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-05-06 12:33:48 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-05-06 12:33:48 +0200
commita84fecfd384373402a23ae3153ccce55cef73cb6 (patch)
tree2174eb6b8c6d747e856cecba963c52648d6e7940 /stamper/stmp-itext/build.gradle
parent53d5b439a422c72e6f94a2fb1012c85732e33bfe (diff)
downloadpdf-as-4-a84fecfd384373402a23ae3153ccce55cef73cb6.tar.gz
pdf-as-4-a84fecfd384373402a23ae3153ccce55cef73cb6.tar.bz2
pdf-as-4-a84fecfd384373402a23ae3153ccce55cef73cb6.zip
Removed itext depency
Diffstat (limited to 'stamper/stmp-itext/build.gradle')
-rw-r--r--stamper/stmp-itext/build.gradle33
1 files changed, 0 insertions, 33 deletions
diff --git a/stamper/stmp-itext/build.gradle b/stamper/stmp-itext/build.gradle
deleted file mode 100644
index 88551e46..00000000
--- a/stamper/stmp-itext/build.gradle
+++ /dev/null
@@ -1,33 +0,0 @@
-apply plugin: 'java'
-apply plugin: 'eclipse'
-
-jar {
- manifest {
- attributes 'Implementation-Title': 'PDF-AS Stamper with itext'
- }
-}
-
-repositories {
- mavenLocal()
- mavenCentral()
-}
-
-dependencies {
- compile project (':pdf-as-lib')
- compile project (':pdf-as-common')
- compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
- compile group: 'com.lowagie', name: 'itext', version: '4.2.1'
- testCompile group: 'junit', name: 'junit', version: '4.+'
-}
-
-test {
- systemProperties 'property': 'value'
-}
-
-uploadArchives {
- repositories {
- flatDir {
- dirs 'repos'
- }
- }
-}