-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathripple.config
41 lines (41 loc) · 2.34 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<ripple xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>FubuPersistence</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.JQueryUI" Version="0.5.0.226" Mode="Fixed" />
<Dependency Name="FubuMVC.OwinHost" Version="" Mode="Float" />
<Dependency Name="FubuMVC.StructureMap" Version="" Mode="Float" />
<Dependency Name="Microsoft.AspNet.WebApi.Client" Version="4.0.20710.0" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.WebApi.Core" Version="4.0.20710.0" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.WebApi.SelfHost" Version="4.0.20710.0" Mode="Fixed" />
<Dependency Name="Microsoft.CompilerServices.AsyncTargetingPack" Version="1.0.1" Mode="Fixed" />
<Dependency Name="Microsoft.Net.Http" Version="2.0.20710.0" Mode="Fixed" />
<Dependency Name="Newtonsoft.Json" Version="4.5.9" Mode="Fixed" />
<Dependency Name="NUnit" Version="2.5.10.11092" Mode="Fixed" />
<Dependency Name="Owin" Version="1.0.0.0" Mode="Fixed" />
<Dependency Name="Owin.Extensions" Version="0.6.4.0" Mode="Fixed" />
<Dependency Name="RavenDB.Client" Version="2.5.2750" Mode="Fixed" />
<Dependency Name="RavenDB.Database" Version="2.5.2750" Mode="Fixed" />
<Dependency Name="RavenDB.Embedded" Version="2.5.2750" Mode="Fixed" />
<Dependency Name="RhinoMocks" Version="3.6.1" Mode="Fixed" />
<Dependency Name="Spark" Version="1.7.5.0" 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>