You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/09/04 17:15:29 UTC

svn commit: r811440 - /ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml

Author: jleroux
Date: Fri Sep  4 15:15:28 2009
New Revision: 811440

URL: http://svn.apache.org/viewvc?rev=811440&view=rev
Log:
We have Groovy now

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml?rev=811440&r1=811439&r2=811440&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrTypeData.xml Fri Sep  4 15:15:28 2009
@@ -37,7 +37,7 @@
     <WorkEffortType workEffortTypeId="TASK_TEMPLATE" parentTypeId="TEMPLATE" description="Project Task Template"/>
 
     <!-- some skills required. -->
-    <SkillType skillTypeId="9000" description="Java/BSH"/>
+    <SkillType skillTypeId="9000" description="Java/Groovy/BSH"/>
     <SkillType skillTypeId="9001" description="Mini Language"/>
     <SkillType skillTypeId="9002" description="HTML/FTL"/>
     <SkillType skillTypeId="9003" description="Javascript/Dojo"/>