Extend properties element to accept multiple resources
------------------------------------------------------

         Key: IBATISNET-75
         URL: http://issues.apache.org/jira/browse/IBATISNET-75
     Project: iBatis for .NET
        Type: Improvement
    Reporter: Ted Husted
 Assigned to: Gilles Bayon 
    Priority: Minor


To allow use of multiple properties file, the element could be extended to 
permit 

        <properties>
         <resource>sqlmap-config.xml</resource>
         <resource>${root}Resources/Query/database.xml</resource>
       </properties>

where ${root} is defined in the first resource listed. 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to