svn commit: r430994 - /incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r430994 - /incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml

jonesde
Author: jonesde
Date: Sat Aug 12 01:29:02 2006
New Revision: 430994

URL: http://svn.apache.org/viewvc?rev=430994&view=rev
Log:
Fixed component name, was conflicting with example component

Modified:
    incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml

Modified: incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml?rev=430994&r1=430993&r2=430994&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml (original)
+++ incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml Sat Aug 12 01:29:02 2006
@@ -15,7 +15,7 @@
 under the License.
 -->
 
-<ofbiz-component name="example"
+<ofbiz-component name="testtools"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/ofbiz-component.xsd">
     <!-- define resource loaders; most common is to use the component resource loader -->