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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
Author: jleroux
Date: Sat Jan 10 01:14:47 2009
New Revision: 733249

URL: http://svn.apache.org/viewvc?rev=733249&view=rev
Log:
To avoid conflicts at bottom of file (Groovy Plugin for instance), anyway it's better sorted

Modified:
    ofbiz/trunk/.classpath

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=733249&r1=733248&r2=733249&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Sat Jan 10 01:14:47 2009
@@ -134,6 +134,7 @@
  <classpathentry kind="lib" path="framework/base/lib/scripting/asm-util-2.2.jar"/>
  <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/webapp/lib/json-lib-0.9.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"/>
@@ -150,6 +151,5 @@
  <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/freemarker-2.3.15.jar"/>
  <classpathentry kind="output" path="bin"/>
 </classpath>