From 5f96b2713fca28956c1967e5601e624bebc0f99f Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 3 Jul 2012 17:49:51 +0300 Subject: [PATCH] small cleanup --- build.gradle | 10 +++++----- docs/src/reference/docbook/index.xml | 3 ++- docs/src/reference/docbook/preface.xml | 6 ++++++ gradle.properties | 13 +------------ 4 files changed, 14 insertions(+), 18 deletions(-) create mode 100644 docs/src/reference/docbook/preface.xml diff --git a/build.gradle b/build.gradle index 93e24ff6..4ab0bb2d 100644 --- a/build.gradle +++ b/build.gradle @@ -148,7 +148,7 @@ task schemaZip(type: Zip) { } } -task distZip(type: Zip, dependsOn: [jar, docsZip, schemaZip, sourcesJar, javadocJar]) { +task distZip(type: Zip, dependsOn: [jar, docsZip, sourcesJar, javadocJar]) { group = 'Distribution' classifier = 'dist' description = "Builds -${classifier} archive, containing all jars and docs, " + @@ -172,9 +172,9 @@ task distZip(type: Zip, dependsOn: [jar, docsZip, schemaZip, sourcesJar, javadoc into "docs" } - from(zipTree(schemaZip.archivePath)) { - into "schema" - } +// from(zipTree(schemaZip.archivePath)) { +// into "schema" +// } into ("dist") { from rootProject.collect { project -> project.libsDir } } @@ -186,7 +186,7 @@ artifacts { archives javadocJar archives docsZip - archives schemaZip +// archives schemaZip archives distZip } diff --git a/docs/src/reference/docbook/index.xml b/docs/src/reference/docbook/index.xml index f2977a0a..cec7bae7 100644 --- a/docs/src/reference/docbook/index.xml +++ b/docs/src/reference/docbook/index.xml @@ -29,9 +29,10 @@ -