Changeset 319

Show
Ignore:
Timestamp:
03/02/07 12:41:26 (1 year ago)
Author:
mikey
Message:

added possibility to configure database connection data via xml

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/stubbles/build.xml

    r306 r319  
    4242    <copy file="${project.basedir}/../../config/xml/logging.xml" tofile="${build.src.dir}/config/xml/logging-dist.xml" /> 
    4343    <copy file="${project.basedir}/../../config/xml/processors.xml" tofile="${build.src.dir}/config/xml/processors-dist.xml" /> 
     44    <copy file="${project.basedir}/../../config/xml/rdbms.xml" tofile="${build.src.dir}/config/xml/rdbms-dist.xml" /> 
    4445     
    4546    <mkdir dir="${build.src.dir}/docroot" />