|
From: Si C. <si...@gr...> - 2007-05-10 16:16:08
|
Author: sichen
Date: 2007-05-10 09:16:05 -0700 (Thu, 10 May 2007)
New Revision: 64
Modified:
versions/0.9/trunk/README.txt
Log:
Fix typos
Modified: versions/0.9/trunk/README.txt
===================================================================
--- versions/0.9/trunk/README.txt 2007-05-09 22:29:40 UTC (rev 63)
+++ versions/0.9/trunk/README.txt 2007-05-10 16:16:05 UTC (rev 64)
@@ -7,7 +7,8 @@
To use it, put this entire module and all its sub-directories in the hot-deploy/ directory
of your opentaps/OFBiz suite.
- If you are using this module with the current SVN version of OFBIZ, you
+ This version is designed to work with opentaps 0.9. You should use the 1.0 version for opentaps 1.0.
+If you are using this module with another SVN version of OFBIZ, you
will need to mdoify the build file build.xml to use the new directory
structure in the OFBIZ framework. You can either use patch to change the
build.xml by doing a:
@@ -19,12 +20,12 @@
If you have problems with
$ ant
-then edit the financials/build.xml file and change the line for
+then edit the dataimport/build.xml file and change the line for
<property name="ofbiz.dir" value="../../"/>
to the absolute path of your ofbiz/ directory.
If you are using Eclipse, edit the .classpath file in your ofbiz/ directory and add the line
- <classpathentry kind="src" path="hot-deploy/financials/src"/>
+ <classpathentry kind="src" path="hot-deploy/dataimport/src"/>
so Eclipse would load the src/ directory as Java files.
Licensing
@@ -38,7 +39,7 @@
as a service. The HPL allows you to use, modify, and re-distribute it, provided you meet its requirements.
The HPL is a very different license than the MIT/Apache License of OFBiz. Please take the time to
-understand its differences and observe them in your use of both the Financials module and of larger
+understand its differences and observe them in your use of both the dataimport module and of larger
applications with which you have combined it.
If you do not wish to be bound by the HPL in your use of this application, we also offer
|