Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35586184D2 for ; Wed, 25 Nov 2015 08:19:04 +0000 (UTC) Received: (qmail 28164 invoked by uid 500); 25 Nov 2015 08:19:04 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 28112 invoked by uid 500); 25 Nov 2015 08:19:04 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 28102 invoked by uid 99); 25 Nov 2015 08:19:04 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2015 08:19:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 92623C6FDB for ; Wed, 25 Nov 2015 08:19:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.238 X-Spam-Level: * X-Spam-Status: No, score=1.238 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.562] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id wuCeey74XN8M for ; Wed, 25 Nov 2015 08:19:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 5F55D253FA for ; Wed, 25 Nov 2015 08:19:02 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8E70BE0280 for ; Wed, 25 Nov 2015 08:19:01 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 896F83A02EE for ; Wed, 25 Nov 2015 08:19:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1716324 - in /manifoldcf/trunk: .travis.yml CHANGES.txt Date: Wed, 25 Nov 2015 08:19:01 -0000 To: commits@manifoldcf.apache.org From: shinichiro@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151125081901.896F83A02EE@svn01-us-west.apache.org> Author: shinichiro Date: Wed Nov 25 08:19:01 2015 New Revision: 1716324 URL: http://svn.apache.org/viewvc?rev=1716324&view=rev Log: Fix for CONNECTORS-1259 Added: manifoldcf/trunk/.travis.yml Modified: manifoldcf/trunk/CHANGES.txt Added: manifoldcf/trunk/.travis.yml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/.travis.yml?rev=1716324&view=auto ============================================================================== --- manifoldcf/trunk/.travis.yml (added) +++ manifoldcf/trunk/.travis.yml Wed Nov 25 08:19:01 2015 @@ -0,0 +1,30 @@ +# 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. + +sudo: false +install: true +env: + - TEST_SCRIPT="mvn install" + - TEST_SCRIPT="ant make-core-deps make-deps test" +script: $TEST_SCRIPT +language: java +jdk: + - openjdk7 +cache: + directories: + - $HOME/.m2 +notifications: + email: false + Modified: manifoldcf/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1716324&r1=1716323&r2=1716324&view=diff ============================================================================== --- manifoldcf/trunk/CHANGES.txt (original) +++ manifoldcf/trunk/CHANGES.txt Wed Nov 25 08:19:01 2015 @@ -3,6 +3,9 @@ $Id$ ======================= 2.3-dev ===================== +CONNECTORS-1259: Use Travis CI. +(Shinichiro Abe) + CONNECTORS-1258: Update Japanese translations. (KOIZUMI Satoru)