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 2015/09/20 16:02:59 UTC

svn commit: r1704146 - /ofbiz/trunk/.classpath

Author: jleroux
Date: Sun Sep 20 14:02:59 2015
New Revision: 1704146

URL: http://svn.apache.org/viewvc?rev=1704146&view=rev
Log:
A patch from Martin Becker for "Eclipse .classpath contains internal Groovy Library classpath container" https://issues.apache.org/jira/browse/OFBIZ-6640

There are unnecessarily eclipse internal Groovy Library classpath container referenced in the .classpath file. This may lead to conflicts with the OFBiz "original" groovy libs contained in the framework and produces errors while running OFBiz within eclipse.

{{<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>}}
{{<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>}}

I'll provide a patch for this.

jleroux: I must say I never clearly understood nor researched why we should hace those :D

Modified:
    ofbiz/trunk/.classpath

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1704146&r1=1704145&r2=1704146&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Sun Sep 20 14:02:59 2015
@@ -198,7 +198,5 @@
 	<classpathentry kind="src" path="specialpurpose/solr/src"/>
 	<classpathentry kind="src" path="specialpurpose/webpos/src"/>
 	<classpathentry kind="src" path="specialpurpose/passport/src"/>
-	<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
-	<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>