Author: pidster
Date: Sun Mar 11 15:45:00 2012
New Revision: 1299381
URL: http://svn.apache.org/viewvc?rev=1299381&view=rev
Log:
Begin to update the build files to latest common standard
Added:
incubator/kitty/trunk/gradle.properties (with props)
Modified:
incubator/kitty/trunk/build.gradle
incubator/kitty/trunk/gradle/wrapper/gradle-wrapper.properties
Modified: incubator/kitty/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/incubator/kitty/trunk/build.gradle?rev=1299381&r1=1299380&r2=1299381&view=diff
==============================================================================
--- incubator/kitty/trunk/build.gradle (original)
+++ incubator/kitty/trunk/build.gradle Sun Mar 11 15:45:00 2012
@@ -1,4 +1,6 @@
/*
+ Copyright 2010-2012 the original copyright holders.
+
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
@@ -29,23 +31,11 @@ defaultTasks 'assemble'
// standard config
title = 'Apache Kitty (Incubating)'
-description = 'This is the Apache Kitty Gradle build script'
+description = 'Apache Kitty (Incubating) is a JMX-based diagnostics tool'
version = '0.1-SNAPSHOT'
packageName = 'apache-kitty'
applicationName = 'kitty'
-// --------------------------------------------------------------------
-// dependency versions
-
-gradleVersion = '1.0-milestone-8a'
-groovyVersion = '1.8.6'
-jlineVersion = '0.9.94'
-junitVersion = '4.8.2'
-accliVersion = '1.2'
-aclangVersion = '2.6'
-aclogVersion = '1.1.1'
-aRatVersion = '0.7'
-
compileJava.enabled = false
compileTestJava.enabled = false
@@ -63,15 +53,15 @@ allprojects {
}
dependencies {
- groovy group: 'org.codehaus.groovy', name: 'groovy-all', version:
"$groovyVersion"
- groovy group: 'jline', name: 'jline', version: "$jlineVersion"
- groovy group: 'commons-cli', name: 'commons-cli', version:
"$accliVersion"
-
- compile group: 'commons-lang', name: 'commons-lang', version:
"$aclangVersion"
- compile group: 'commons-logging', name: 'commons-logging', version:
"$aclogVersion"
-
- testCompile group: 'org.apache.rat', name: 'apache-rat-plugin',
version: "$aRatVersion"
- testCompile group: 'junit', name: 'junit', version: "$junitVersion"
+ groovy "org.codehaus.groovy:groovy-all:$groovyVersion"
+ groovy "jline:jline:$jlineVersion"
+ groovy "commons-cli:commons-cli:$accliVersion"
+
+ compile "commons-lang:commons-lang:$aclangVersion"
+ compile "commons-logging:commons-logging:$aclogVersion"
+
+ testCompile "org.apache.rat:apache-rat-plugin:$aRatVersion"
+ testCompile "junit:junit:$junitVersion"
}
// --------------------------------------------------------------------
Added: incubator/kitty/trunk/gradle.properties
URL:
http://svn.apache.org/viewvc/incubator/kitty/trunk/gradle.properties?rev=1299381&view=auto
==============================================================================
--- incubator/kitty/trunk/gradle.properties (added)
+++ incubator/kitty/trunk/gradle.properties Sun Mar 11 15:45:00 2012
@@ -0,0 +1,25 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# dependency versions
+gradleVersion=1.0-milestone-8a
+groovyVersion=1.8.6
+jlineVersion=0.9.94
+junitVersion=4.8.2
+accliVersion=1.2
+aclangVersion=2.6
+aclogVersion=1.1.1
+aRatVersion=0.7
\ No newline at end of file
Propchange: incubator/kitty/trunk/gradle.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/kitty/trunk/gradle.properties
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified: incubator/kitty/trunk/gradle/wrapper/gradle-wrapper.properties
URL:
http://svn.apache.org/viewvc/incubator/kitty/trunk/gradle/wrapper/gradle-wrapper.properties?rev=1299381&r1=1299380&r2=1299381&view=diff
==============================================================================
--- incubator/kitty/trunk/gradle/wrapper/gradle-wrapper.properties (original)
+++ incubator/kitty/trunk/gradle/wrapper/gradle-wrapper.properties Sun Mar 11
15:45:00 2012
@@ -1,4 +1,4 @@
-#Sun Mar 11 12:03:38 GMT 2012
+#Sun Mar 11 15:43:18 GMT 2012
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME