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/02/06 08:44:13 UTC

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

Author: jleroux
Date: Fri Feb  6 07:44:13 2009
New Revision: 741463

URL: http://svn.apache.org/viewvc?rev=741463&view=rev
Log:
Keep .classpath sorted to avoid local conflicts (like groovy plugin in Eclipse, or whatever)

Modified:
    ofbiz/trunk/.classpath

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=741463&r1=741462&r2=741463&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Fri Feb  6 07:44:13 2009
@@ -135,6 +135,7 @@
 	<classpathentry kind="lib" path="framework/base/lib/scripting/groovy-1.5.6.jar"/>
 	<classpathentry kind="lib" path="framework/base/lib/jpim-0.1.jar"/>
 	<classpathentry kind="lib" path="framework/base/lib/freemarker-2.3.15.jar"/>
+	<classpathentry kind="lib" path="framework/base/lib/owasp-esapi-full-java-1.4.jar"/>    
 	<classpathentry kind="lib" path="framework/webapp/lib/json-lib-2.2.3-jdk15.jar"/>
 	<classpathentry kind="lib" path="framework/webapp/lib/ezmorph-0.9.1.jar"/>
 	<classpathentry kind="lib" path="specialpurpose/pos/lib/looks-2.0.2.jar"/>
@@ -151,6 +152,6 @@
 	<classpathentry kind="lib" path="framework/webapp/lib/xmlrpc-common-3.0.jar"/>
 	<classpathentry kind="lib" path="framework/webapp/lib/xmlrpc-server-3.0.jar"/>
 	<classpathentry kind="lib" path="framework/webapp/lib/xmlrpc-client-3.0.jar"/>
-	<classpathentry kind="lib" path="framework/base/lib/owasp-esapi-full-java-1.4.jar"/>
+	<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>



Re: svn commit: r741463 - /ofbiz/trunk/.classpath

Posted by Jacopo Cappellato <ja...@hotwaxmedia.com>.
Sorry for the off topic...

it would be interesting to remove the .classpath file from svn and  
build it using an ant task; or maybe keeping it in svn but having an  
ant task that can be used to automatically maintain it.

Jacopo


On Feb 6, 2009, at 8:44 AM, jleroux@apache.org wrote:

> Author: jleroux
> Date: Fri Feb  6 07:44:13 2009
> New Revision: 741463
>
> URL: http://svn.apache.org/viewvc?rev=741463&view=rev
> Log:
> Keep .classpath sorted to avoid local conflicts (like groovy plugin  
> in Eclipse, or whatever)
>
> Modified:
>    ofbiz/trunk/.classpath
>
> Modified: ofbiz/trunk/.classpath
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=741463&r1=741462&r2=741463&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- ofbiz/trunk/.classpath (original)
> +++ ofbiz/trunk/.classpath Fri Feb  6 07:44:13 2009
> @@ -135,6 +135,7 @@
> 	<classpathentry kind="lib" path="framework/base/lib/scripting/ 
> groovy-1.5.6.jar"/>
> 	<classpathentry kind="lib" path="framework/base/lib/jpim-0.1.jar"/>
> 	<classpathentry kind="lib" path="framework/base/lib/ 
> freemarker-2.3.15.jar"/>
> +	<classpathentry kind="lib" path="framework/base/lib/owasp-esapi- 
> full-java-1.4.jar"/>
> 	<classpathentry kind="lib" path="framework/webapp/lib/json- 
> lib-2.2.3-jdk15.jar"/>
> 	<classpathentry kind="lib" path="framework/webapp/lib/ 
> ezmorph-0.9.1.jar"/>
> 	<classpathentry kind="lib" path="specialpurpose/pos/lib/ 
> looks-2.0.2.jar"/>
> @@ -151,6 +152,6 @@
> 	<classpathentry kind="lib" path="framework/webapp/lib/xmlrpc- 
> common-3.0.jar"/>
> 	<classpathentry kind="lib" path="framework/webapp/lib/xmlrpc- 
> server-3.0.jar"/>
> 	<classpathentry kind="lib" path="framework/webapp/lib/xmlrpc- 
> client-3.0.jar"/>
> -	<classpathentry kind="lib" path="framework/base/lib/owasp-esapi- 
> full-java-1.4.jar"/>
> +	<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
> 	<classpathentry kind="output" path="bin"/>
> </classpath>
>
>