Skip to content

Commit

Permalink
Fixed build script now that Castle.NVelocity lives under CVSI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonorossi committed Nov 15, 2010
1 parent 66cad2b commit 4926f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.build
Expand Up @@ -24,9 +24,9 @@
<target name="compile">
<!-- Castle.NVelocity.dll -->
<csc target="library" output="build\bin\common\Castle.NVelocity.dll"
keyfile="..\..\Castle.NVelocity\trunk\src\Castle.NVelocity\Castle.NVelocity.snk">
keyfile="src\Castle.NVelocity\Castle.NVelocity.snk">
<sources>
<include name="..\..\Castle.NVelocity\trunk\src\Castle.NVelocity\**\*.cs" />
<include name="src\Castle.NVelocity\**\*.cs" />
</sources>
</csc>

Expand Down

0 comments on commit 4926f33

Please sign in to comment.