From 3e20e18fb386bd56a85cc0c1969acf103dd6580e Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Tue, 7 Jan 2014 20:34:12 +0000 Subject: [PATCH] First version of an ant script to automate creation of RCs git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556346 13f79535-47bb-0310-9956-ffa450edef68 --- src/release-tools/build.properties.sample | 21 ++++++ src/release-tools/build.xml | 90 +++++++++++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 src/release-tools/build.properties.sample create mode 100644 src/release-tools/build.xml diff --git a/src/release-tools/build.properties.sample b/src/release-tools/build.properties.sample new file mode 100644 index 000000000..5f1f0b266 --- /dev/null +++ b/src/release-tools/build.properties.sample @@ -0,0 +1,21 @@ +# 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. +########################################################################## +# Sample Ant build.properties file for creating RCs and releasing +########################################################################## + +# Repository base path - unnecessary if full jar paths are provided below +version=3.2.1 +apache.id=luckyRM \ No newline at end of file diff --git a/src/release-tools/build.xml b/src/release-tools/build.xml new file mode 100644 index 000000000..ffbc9070a --- /dev/null +++ b/src/release-tools/build.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file