Author: jonesde
Date: Sat Jul 1 12:42:13 2006
New Revision: 418501
URL:
http://svn.apache.org/viewvc?rev=418501&view=revLog:
Moved derby properties to framework/data directory which makes more sense than the site/derby directory, which is now abolished
Added:
incubator/ofbiz/trunk/framework/data/derby.properties
- copied unchanged from r418498, incubator/ofbiz/site/derby/derby.properties
Removed:
incubator/ofbiz/site/derby/
Modified:
incubator/ofbiz/trunk/framework/build.xml
Modified: incubator/ofbiz/trunk/framework/build.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/build.xml?rev=418501&r1=418500&r2=418501&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/build.xml (original)
+++ incubator/ofbiz/trunk/framework/build.xml Sat Jul 1 12:42:13 2006
@@ -56,7 +56,7 @@
</target>
<target name="copy-derby-props" if="isMac">
- <copy file="../website/derby/derby.properties" todir="data/derby"/>
+ <copy file="data/derby.properties" todir="data/derby"/>
</target>
<!-- ================================================================== -->