You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by ey...@apache.org on 2017/11/30 18:56:43 UTC

svn commit: r1816744 - /comdev/helpwanted.apache.org/site/js/hw.js

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'];