Author: jleroux
Date: Fri Feb 6 07:44:13 2009
New Revision: 741463
URL:
http://svn.apache.org/viewvc?rev=741463&view=revLog:
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>