Skip to content
Snippets Groups Projects
Commit 70109004 authored by birkhoff's avatar birkhoff
Browse files

current Buildscript

parent 8f846aca
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ try{
}catch(MissingPropertyException e){
categoryDescriptions = [ [:],[:] ] // label and descriptions of the features
noDescriptions = true
}
} // categoryDescriptions = [["feature": "labelName","feature2": "label"],["feature": "featureDescription","feature2": "feature2Description"]] // label and descriptions of the features
try{
targetRepositories = targetRepositories
......@@ -150,10 +150,8 @@ subprojects {
from configurations.compile
into "${dependencyFolder}"
eclipse {
classpath {
......@@ -165,8 +163,6 @@ subprojects {
downloadJavadoc = false
}
}
}
////////////////////////////////////////////////////////////////////////////////////////////
......@@ -214,7 +210,6 @@ subprojects {
content.eachLine( printFileLine )
println artifactId
println "\t"+versionNumber
......@@ -251,7 +246,6 @@ subprojects {
def f = new File(workspacePath+artifactId+'/pom.xml')
f.delete()
f << feature(artifactId, versionNumber)
}
}
}//deploy
......@@ -291,11 +285,8 @@ task createRepository() << {
// ------------ define Repository --------- //
new File(workspacePath+"${repositoryName}").mkdir()
String versionNumber = '1.0.0.qualifier'
String artifactId = repositoryName
String featureVersionNumber = '1.0.0.qualifier'
......@@ -530,8 +521,6 @@ def feature(artifactId, versionNumber) { """
"""}
// end of feature pom
// Build Script can be executed via gradle install
// Pom Generation can be executed via gradle deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment