You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2013/09/05 16:12:58 UTC

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

Author: jacopoc
Date: Thu Sep  5 14:12:57 2013
New Revision: 1520322

URL: http://svn.apache.org/r1520322
Log:
Set classpathentry for the src folder of the specialpurpose/lucene component

Modified:
    ofbiz/trunk/.classpath

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1520322&r1=1520321&r2=1520322&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Thu Sep  5 14:12:57 2013
@@ -206,6 +206,7 @@
     <classpathentry kind="src" path="specialpurpose/pos/src"/>
     <classpathentry kind="src" path="specialpurpose/projectmgr/src"/>
     <classpathentry kind="src" path="specialpurpose/webpos/src"/>
+    <classpathentry kind="src" path="specialpurpose/lucene/src"/>
     <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
     <classpathentry kind="output" path="bin"/>
 </classpath>