-
Notifications
You must be signed in to change notification settings - Fork 4
/
ripple.config
27 lines (27 loc) · 1.26 KB
/
ripple.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<ripple xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>FubuMVC.Navigation</Name>
<NugetSpecFolder>packaging/nuget</NugetSpecFolder>
<SourceFolder>src</SourceFolder>
<BuildCommand>rake</BuildCommand>
<FastBuildCommand>rake compile</FastBuildCommand>
<DefaultFloatConstraint>Current</DefaultFloatConstraint>
<DefaultFixedConstraint>Current,NextMajor</DefaultFixedConstraint>
<Feeds>
<Feed Url="http://build.fubu-project.org/guestAuth/app/nuget/v1/FeedService.svc" Mode="Float" Stability="ReleasedOnly" />
<Feed Url="http://nuget.org/api/v2" Mode="Fixed" Stability="ReleasedOnly" />
<Feed Url="http://packages.nuget.org/v1/FeedService.svc" Mode="Fixed" Stability="ReleasedOnly" />
</Feeds>
<Nugets>
<Dependency Name="FubuMVC.Core" Version="1.1.0.1509" Mode="Float" />
<Dependency Name="NUnit" Version="2.5.10.11092" Mode="Fixed" />
<Dependency Name="RhinoMocks" Version="3.6.1" Mode="Fixed" />
<Dependency Name="structuremap" Version="2.6.3" Mode="Fixed" />
<Dependency Name="structuremap.automocking" Version="2.6.3" Mode="Fixed" />
</Nugets>
<Groups />
<References>
<IgnoreAssemblies />
</References>
<Nuspecs />
</ripple>