aboutsummaryrefslogtreecommitdiff
path: root/stamper/stmp-itext/build.gradle
diff options
context:
space:
mode:
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'
- }
- }
-}