fixing accidental naming of the mvc4 output assemblies using mvc3 naming in the build script

This commit is contained in:
Steve Bohlen
2012-05-04 17:54:11 -04:00
parent c4244c172b
commit 6fa349bb5b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<project name="Spring.Web.Mvc3" default="build" xmlns="http://nant.sf.net/schemas/nant.xsd">
<project name="Spring.Web.Mvc4" default="build" xmlns="http://nant.sf.net/schemas/nant.xsd">
<!--
Required properties:
* current.bin.dir - (path) root level to build to

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<project name="Spring.Web.Mvc3.Tests" default="test" xmlns="http://nant.sf.net/schemas/nant.xsd">
<project name="Spring.Web.Mvc4.Tests" default="test" xmlns="http://nant.sf.net/schemas/nant.xsd">
<include buildfile="${spring.basedir}/common-project.include" />
<!--