You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2009/08/20 00:42:31 UTC

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

Author: lektran
Date: Wed Aug 19 22:42:29 2009
New Revision: 806002

URL: http://svn.apache.org/viewvc?rev=806002&view=rev
Log:
Fix on last commit, exclude the whole selenium folder from .classpath

Modified:
    ofbiz/trunk/.classpath

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=806002&r1=806001&r2=806002&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Wed Aug 19 22:42:29 2009
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
     <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-    <classpathentry kind="src" path="framework/testtools/src" excluding="org/ofbiz/testtools/seleniumxml/RemoteRequest.java"/>
+    <classpathentry kind="src" path="framework/testtools/src" excluding="org/ofbiz/testtools/seleniumxml/**"/>
     <classpathentry kind="src" path="framework/webslinger/src"/>
     <classpathentry kind="src" path="specialpurpose/oagis/src"/>
     <classpathentry kind="src" path="specialpurpose/hhfacility/src"/>