Author: jleroux
Date: Mon Nov 23 09:33:12 2009
New Revision: 883291
URL:
http://svn.apache.org/viewvc?rev=883291&view=revLog:
A patch from Erwan de FERRIERES "add path to framework/sql in classpath file" (
https://issues.apache.org/jira/browse/OFBIZ-3231) - OFBIZ-3231
With the new framework/sql /* files, we should add the path in the classpath file. If not added, we have errors in eclipse...
Modified:
ofbiz/trunk/.classpath
Modified: ofbiz/trunk/.classpath
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=883291&r1=883290&r2=883291&view=diff==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Mon Nov 23 09:33:12 2009
@@ -38,6 +38,8 @@
<classpathentry kind="src" path="framework/minilang/src"/>
<classpathentry kind="src" path="framework/security/src"/>
<classpathentry kind="src" path="framework/service/src"/>
+ <classpathentry kind="src" path="framework/sql/src"/>
+ <classpathentry kind="src" path="framework/sql/build/gen-src/javacc"/>
<classpathentry excluding="org/enhydra/|org/ofbiz/" kind="src" path="specialpurpose/shark/src"/>
<classpathentry excluding="org/ofbiz/webapp/ftl/FreeMarkerViewRenderer.java|org/ofbiz/webapp/ftl/JpCacheIncludeTransform.java|org/ofbiz/webapp/view/FopPdfViewHandler.java|org/ofbiz/webapp/view/GenericViewRenderer.java|org/ofbiz/webapp/view/JPublishViewHandler.java|org/ofbiz/webapp/view/JPublishWrapper.java|org/ofbiz/webapp/view/JasperReportsPdfViewHandler.java|org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java|org/ofbiz/webapp/view/JasperReportsJXlsViewHandler.java|org/ofbiz/webapp/view/JasperReportsPoiXlsViewHandler.java" kind="src" path="framework/webapp/src"/>
<classpathentry kind="src" path="framework/webtools/src"/>