aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-db
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-10-13 11:25:03 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-10-13 11:25:03 +0200
commit152d2f6dd78f804d60ffad2390f9231a597bc26f (patch)
treec19397c36e62fa2c6f98e2b80a36bb1e9f6d28db /pdf-as-web-db
parent0421762ff4091af307d7d6cfefdfd999b10a7e8a (diff)
downloadpdf-as-4-152d2f6dd78f804d60ffad2390f9231a597bc26f.tar.gz
pdf-as-4-152d2f6dd78f804d60ffad2390f9231a597bc26f.tar.bz2
pdf-as-4-152d2f6dd78f804d60ffad2390f9231a597bc26f.zip
Documentation changes
Diffstat (limited to 'pdf-as-web-db')
-rw-r--r--pdf-as-web-db/build.gradle9
1 files changed, 8 insertions, 1 deletions
diff --git a/pdf-as-web-db/build.gradle b/pdf-as-web-db/build.gradle
index c29fff66..51897928 100644
--- a/pdf-as-web-db/build.gradle
+++ b/pdf-as-web-db/build.gradle
@@ -1,5 +1,6 @@
apply plugin: 'java'
apply plugin: 'eclipse'
+apply plugin: 'java-library-distribution'
jar {
manifest {
@@ -23,5 +24,11 @@ dependencies {
task releases(type: Copy) {
from jar.outputs
+ from distZip.outputs
+ from distTar.outputs
into rootDir.toString() + "/releases/" + version
-} \ No newline at end of file
+}
+
+releases.dependsOn jar
+releases.dependsOn distZip
+releases.dependsOn distTar