You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2016/01/29 13:25:21 UTC

svn commit: r1727563 - /ace/trunk/org.apache.ace.agent/build.gradle

Author: jawi
Date: Fri Jan 29 12:25:20 2016
New Revision: 1727563

URL: http://svn.apache.org/viewvc?rev=1727563&view=rev
Log:
Removed println and added proper license header.


Modified:
    ace/trunk/org.apache.ace.agent/build.gradle

Modified: ace/trunk/org.apache.ace.agent/build.gradle
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent/build.gradle?rev=1727563&r1=1727562&r2=1727563&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.agent/build.gradle (original)
+++ ace/trunk/org.apache.ace.agent/build.gradle Fri Jan 29 12:25:20 2016
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 task(type: Jar, 'sourcesJar') {
   description 'Jar the sources.'
   group 'documentation'
@@ -23,10 +42,6 @@ task('pom') {
   dependsOn jar
   def bundleVersion = bnd('Bundle-Version')
   def groupId = bnd('mavenGroupId')
-  println "${bundleVersion}  - ${groupId}"
-  println "${bundleVersion}  - ${groupId}"
-  println "${bundleVersion}  - ${groupId}"
-  println "${bundleVersion}  - ${groupId}"
   def pomname = "${archivesBaseName}.pom"
   ext.pomfile = new File(buildDir, pomname)
   enabled !bnd.project.isNoBundles()