Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CA3F8200D4C for ; Thu, 30 Nov 2017 19:56:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C8BFA160C01; Thu, 30 Nov 2017 18:56:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3F887160BF6 for ; Thu, 30 Nov 2017 19:56:48 +0100 (CET) Received: (qmail 96957 invoked by uid 500); 30 Nov 2017 18:56:47 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 96948 invoked by uid 99); 30 Nov 2017 18:56:47 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2017 18:56:47 +0000 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 0A2913A0111 for ; Thu, 30 Nov 2017 18:56:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1816744 - /comdev/helpwanted.apache.org/site/js/hw.js Date: Thu, 30 Nov 2017 18:56:43 -0000 To: commits@community.apache.org From: eyal@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171130185646.0A2913A0111@svn01-us-west.apache.org> archived-at: Thu, 30 Nov 2017 18:56:49 -0000 Author: eyal Date: Thu Nov 30 18:56:42 2017 New Revision: 1816744 URL: http://svn.apache.org/viewvc?rev=1816744&view=rev Log: COMDEV 229 Add Gradle and Maven to list of "languages" Modified: comdev/helpwanted.apache.org/site/js/hw.js Modified: comdev/helpwanted.apache.org/site/js/hw.js URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/js/hw.js?rev=1816744&r1=1816743&r2=1816744&view=diff ============================================================================== --- comdev/helpwanted.apache.org/site/js/hw.js (original) +++ comdev/helpwanted.apache.org/site/js/hw.js Thu Nov 30 18:56:42 2017 @@ -135,7 +135,7 @@ diff = ['Beginner', 'Journeyman', 'Inter diff_explanation = ['This is an easy task that anyone can get started on', 'This requires a bit of knowledge of the project, but otherwise is an easy task', 'This requires a good knowledge of the project', 'This requires a good knowledge of the project and good technical skills', 'This requires intimate knowledge of the project and excellent technical skills']; -langs = ['c', 'xml', 'c++', 'c-sharp', 'objective-c', 'java', 'javascript', 'css', 'html', 'perl', 'ruby', 'lua', 'python', 'go', 'rust', 'erlang', 'swift', 'groovy', 'haskell', 'scala', 'php', 'pig', 'bash', 'tcl', 'jsp', 'svg']; +langs = ['c', 'xml', 'c++', 'c-sharp', 'objective-c', 'java', 'javascript', 'css', 'html', 'perl', 'ruby', 'lua', 'python', 'go', 'rust', 'erlang', 'swift', 'groovy', 'haskell', 'scala', 'php', 'pig', 'bash', 'tcl', 'jsp', 'svg', 'maven', 'gradle']; spoken_langs = ['english', 'french', 'german', 'spanish', 'russian', 'italian', 'japanese', 'chinese'];