User: jonathon.rossi Date: 2010/01/12 07:00 AM Added: /InversionOfControl/trunk/src/ Logging.build
Removed: /Facilities/Logging/trunk/src/ Logging.build Log: Moving the logging facility into the Windsor project. Directory Changes: Directory: /svn:mergeinfo/ ========================== + /branches/ActiveRecord/trunk/Facilities/Logging/Logging.build:5876 File Changes: Directory: /Facilities/Logging/trunk/src/ ========================================= File [removed]: Logging.build Delta lines: +20 -0 =================================================================== --- InversionOfControl/trunk/src/Logging.build (rev 0) +++ InversionOfControl/trunk/src/Logging.build 2010-01-12 14:00:05 UTC (rev 6642) @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding='iso-8859-1' ?> +<project + name="logging-facility" + default="build" + xmlns="http://nant.sf.net/release/0.85/nant.xsd" +> + + <property name="root.dir" value="../.." /> + <include buildfile="${root.dir}/common-project.xml" /> + + <fileset id="buildfiles.all"> + <!-- Files have to be in dependency order --> + <include name="Castle.Facilities.Logging/Castle.Facilities.Logging.build" /> + <include name="Castle.Facilities.Logging.Tests/Castle.Facilities.Logging.Tests.build" if="${common.testrunner.enabled}"/> + </fileset> + + <target name="build" depends="common.build" /> + + <target name="generate-assemblyinfo" depends="common.assemblyinfo" /> + Directory: /InversionOfControl/trunk/src/ ========================================= File [added]: Logging.build Delta lines: +0 -0 =================================================================== Property changes on: InversionOfControl/trunk/src/Logging.build ___________________________________________________________________
-- You received this message because you are subscribed to the Google Groups "Castle Project Commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-commits?hl=en.
