small cleanup

This commit is contained in:
Costin Leau
2012-07-03 17:49:51 +03:00
parent 712c356c2f
commit 5f96b2713f
4 changed files with 14 additions and 18 deletions

View File

@@ -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
}

View File

@@ -29,9 +29,10 @@
</bookinfo>
<toc/>
<!--
<xi:include href="preface.xml"/>
<!--
<part id="introduction">
<title>Introduction</title>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<preface xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="preface">
<title>Preface</title>
<para></para>
</preface>

View File

@@ -18,19 +18,8 @@ mockitoVersion = 1.8.5
groovyVersion = 1.8.5
# Manifest properties
## OSGi ranges
spring.range = "[3.0.0, 4.0.0)"
hadoop.range = "[0.20.2, 2.0)"
hive.range = "[0.8, 1.0)"
hbase.range = "[0.90, 1.0)"
batch.range = "[2.1, 2.2)"
pig.range = "[0.9, 1.0.0)"
thrift.range = "[0.7, 0.8)"
# --------------------
# Project wide version
# --------------------
springShellVersion=1.0.0.BUILD-SNAPSHOT
version=1.0.0.BUILD-SNAPSHOT