Changeset 638
- Timestamp:
- 04/27/07 16:47:15 (2 years ago)
- Files:
-
- trunk/src/main/resources/phing/build-stubbles.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/resources/phing/build-stubbles.xml
r637 r638 94 94 95 95 <!-- Enable website functionality --> 96 <target name="setup-website" description="Basic setup for loggingfunctionality">96 <target name="setup-website" description="Basic setup for website functionality"> 97 97 <copy file="${stubbles.config.path}/xml/config-dist.xml" tofile="${stubbles.config.path}/xml/config.xml" overwrite="true" /> 98 98 <copy file="${stubbles.config.path}/xml/interceptors-dist.xml" tofile="${stubbles.config.path}/xml/interceptors.xml" overwrite="true" />
