From ooo-commits-return-7099-apmail-incubator-ooo-commits-archive=incubator.apache.org@incubator.apache.org Thu Feb 23 23:16:38 2012 Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EB079CAF for ; Thu, 23 Feb 2012 23:16:38 +0000 (UTC) Received: (qmail 5207 invoked by uid 500); 23 Feb 2012 23:16:38 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 5138 invoked by uid 500); 23 Feb 2012 23:16:38 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 5131 invoked by uid 99); 23 Feb 2012 23:16:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 23:16:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 23:16:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 59AE123888CD; Thu, 23 Feb 2012 23:16:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1293024 - in /incubator/ooo/trunk/ext_libraries: apr-util/aprutil_version.mk apr/apr_version.mk serf/serf_version.mk Date: Thu, 23 Feb 2012 23:16:14 -0000 To: ooo-commits@incubator.apache.org From: arielch@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120223231614.59AE123888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: arielch Date: Thu Feb 23 23:16:13 2012 New Revision: 1293024 URL: http://svn.apache.org/viewvc?rev=1293024&view=rev Log: Add missing version makefiles Added: incubator/ooo/trunk/ext_libraries/apr-util/aprutil_version.mk incubator/ooo/trunk/ext_libraries/apr/apr_version.mk incubator/ooo/trunk/ext_libraries/serf/serf_version.mk Added: incubator/ooo/trunk/ext_libraries/apr-util/aprutil_version.mk URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/ext_libraries/apr-util/aprutil_version.mk?rev=1293024&view=auto ============================================================================== --- incubator/ooo/trunk/ext_libraries/apr-util/aprutil_version.mk (added) +++ incubator/ooo/trunk/ext_libraries/apr-util/aprutil_version.mk Thu Feb 23 23:16:13 2012 @@ -0,0 +1,24 @@ +#************************************************************** +# +# 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. +# +#************************************************************** + +APR_UTIL_MAJOR=1 +APR_UTIL_MINOR=4 +APR_UTIL_MICRO=1 Added: incubator/ooo/trunk/ext_libraries/apr/apr_version.mk URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/ext_libraries/apr/apr_version.mk?rev=1293024&view=auto ============================================================================== --- incubator/ooo/trunk/ext_libraries/apr/apr_version.mk (added) +++ incubator/ooo/trunk/ext_libraries/apr/apr_version.mk Thu Feb 23 23:16:13 2012 @@ -0,0 +1,24 @@ +#************************************************************** +# +# 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. +# +#************************************************************** + +APR_MAJOR=1 +APR_MINOR=4 +APR_MICRO=5 Added: incubator/ooo/trunk/ext_libraries/serf/serf_version.mk URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/ext_libraries/serf/serf_version.mk?rev=1293024&view=auto ============================================================================== --- incubator/ooo/trunk/ext_libraries/serf/serf_version.mk (added) +++ incubator/ooo/trunk/ext_libraries/serf/serf_version.mk Thu Feb 23 23:16:13 2012 @@ -0,0 +1,24 @@ +#************************************************************** +# +# 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. +# +#************************************************************** + +SERF_MAJOR=1 +SERF_MINOR=0 +SERF_MICRO=0