disabled bundlor
This commit is contained in:
@@ -3,7 +3,7 @@ buildscript {
|
||||
maven { url 'http://repo.springsource.org/plugins-release' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.2'
|
||||
// classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.2'
|
||||
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.1.5'
|
||||
}
|
||||
}
|
||||
@@ -23,7 +23,7 @@ apply plugin: 'eclipse'
|
||||
apply plugin: 'idea'
|
||||
apply from: "$rootDir/maven.gradle"
|
||||
apply plugin: 'docbook-reference'
|
||||
apply plugin: 'bundlor'
|
||||
//apply plugin: 'bundlor'
|
||||
|
||||
[compileJava, compileTestJava]*.options*.compilerArgs = ["-Xlint:-serial"]
|
||||
|
||||
@@ -100,11 +100,11 @@ javadoc {
|
||||
|
||||
title = "${rootProject.description} ${version} API"
|
||||
}
|
||||
|
||||
/*
|
||||
bundlor {
|
||||
manifestTemplate = file("${projectDir}/template.mf").text
|
||||
}
|
||||
|
||||
*/
|
||||
jar {
|
||||
manifest.attributes['Implementation-Title'] = 'spring-data-gemfire'
|
||||
manifest.attributes['Implementation-Version'] = project.version
|
||||
|
||||
@@ -15,7 +15,7 @@ Import-Template:
|
||||
org.springframework.expression.*;version="[3.0.0, 4.0.0)",
|
||||
org.springframework.util.*;version="[3.0.0, 4.0.0)",
|
||||
org.springframework.transaction.*;version="[3.0.0, 4.0.0)",
|
||||
com.gemstone.*;version="[6.5, 7.0)",
|
||||
com.gemstone.*;version="[6.5, 8.0)",
|
||||
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
||||
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||||
org.w3c.dom.*;version="0"
|
||||
org.w3c.dom.*;version="0"
|
||||
Reference in New Issue
Block a user