small cleanup
This commit is contained in:
10
build.gradle
10
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
|
||||
}
|
||||
|
||||
|
||||
@@ -29,9 +29,10 @@
|
||||
</bookinfo>
|
||||
|
||||
<toc/>
|
||||
<!--
|
||||
|
||||
<xi:include href="preface.xml"/>
|
||||
|
||||
<!--
|
||||
<part id="introduction">
|
||||
<title>Introduction</title>
|
||||
|
||||
|
||||
6
docs/src/reference/docbook/preface.xml
Normal file
6
docs/src/reference/docbook/preface.xml
Normal 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>
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user