Skip to content

Commit

Permalink
removed index replication nuspec, fixed default.ps1 and removed all i…
Browse files Browse the repository at this point in the history
…ndex replication entries from ProjectRewriter and Samples.PrepareForRelease
  • Loading branch information
ppekrol committed Mar 4, 2014
1 parent c1417fc commit 6cd010d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 32 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -26,7 +26,6 @@ VERSION
/Samples/*/Servers/Shard*/Raven.Server.exe
/Samples/*/Servers/Shard*/Raven.Server.log
/Samples/*/Servers/Shard*/Raven.Server.log.*
/Samples/Raven.Samples.IndexReplication/Server/*
/Samples/Raven.Sample.Replication/Servers/*
ClientBin/
/Raven.Tests.Silverlight.Results.xml
Expand Down
19 changes: 0 additions & 19 deletions NuGet/RavenDB.Bundles.IndexReplication.nuspec

This file was deleted.

5 changes: 0 additions & 5 deletions Utilities/Raven.ProjectRewriter/Program.cs
Expand Up @@ -41,7 +41,6 @@ private static void Main(string[] args)
// {"Raven.Client.MvcIntegration", "{C15B86DA-033A-48FE-ACFE-65D5E34A1D18}"},
// {"Raven.Bundles.Authorization", "{9BB8DA55-DC8F-49F0-9FF8-0496D736C65F}"},
// {"Raven.Bundles.CascadeDelete", "{9C057FC4-C118-4AF9-8F6F-4F9AD35DED60}"},
// {"Raven.Bundles.IndexReplication", "{2E969670-3F50-4C78-88D3-709BC71B7D82}"},
// {"Raven.Bundles.UniqueConstraints", "{2B7E14D7-770F-43DE-A1D1-EC2B01F68A55}"},
// {"Raven.Web", "{6BB5ECF3-48FE-4FF7-B522-ABBAC1E259D4}"},
// {"Raven.Smuggler", "{C3B90695-3077-43C8-97DC-F6914981CA59}"},
Expand Down Expand Up @@ -91,10 +90,6 @@ private static void Main(string[] args)
// "Raven.Abstractions",
// "Raven.Database");
//
// Generate45("Bundles/Raven.Bundles.IndexReplication",
// "Raven.Abstractions",
// "Raven.Database");
//
// Generate45("Bundles/Raven.Bundles.UniqueConstraints",
// "Raven.Abstractions",
// "Raven.Database");
Expand Down
3 changes: 1 addition & 2 deletions Utilities/Raven.Samples.PrepareForRelease/Program.cs
Expand Up @@ -111,8 +111,7 @@ private static void RemoveProjectReferencesNotInSameDirectory(string path)
"Raven.Abstractions",
"Raven.Client.Embedded",
"Raven.Client.Lightweight",
"Bundles",
"Raven.Bundles.IndexReplication",
"Bundles"
};

var lastLineHadReferenceToParentDirectory = false;
Expand Down
5 changes: 0 additions & 5 deletions default.ps1
Expand Up @@ -271,7 +271,6 @@ task CopyBundles {
Copy-Item $base_dir\Bundles\Raven.Bundles.Authorization\bin\$global:configuration\Raven.Bundles.Authorization.??? $buildartifacts_dir\Output\Bundles
Copy-Item $base_dir\Bundles\Raven.Bundles.CascadeDelete\bin\$global:configuration\Raven.Bundles.CascadeDelete.??? $buildartifacts_dir\Output\Bundles
Copy-Item $base_dir\Bundles\Raven.Bundles.Encryption.IndexFileCodec\bin\$global:configuration\Raven.Bundles.Encryption.IndexFileCodec.??? $buildartifacts_dir\Output\Bundles
Copy-Item $base_dir\Bundles\Raven.Bundles.IndexReplication\bin\$global:configuration\Raven.Bundles.IndexReplication.??? $buildartifacts_dir\Output\Bundles
Copy-Item $base_dir\Bundles\Raven.Bundles.UniqueConstraints\bin\$global:configuration\Raven.Bundles.UniqueConstraints.??? $buildartifacts_dir\Output\Bundles
Copy-Item $base_dir\Bundles\Raven.Client.Authorization\bin\$global:configuration\Raven.Client.Authorization.??? $buildartifacts_dir\Output\Bundles
Copy-Item $base_dir\Bundles\Raven.Client.UniqueConstraints\bin\$global:configuration\Raven.Client.UniqueConstraints.??? $buildartifacts_dir\Output\Bundles
Expand Down Expand Up @@ -566,10 +565,6 @@ task CreateNugetPackages -depends Compile, InitNuget {
Copy-Item $base_dir\NuGet\RavenDB.Bundles.CascadeDelete.nuspec $nuget_dir\RavenDB.Bundles.CascadeDelete\RavenDB.Bundles.CascadeDelete.nuspec
@("Raven.Bundles.CascadeDelete.???") |% { Copy-Item "$base_dir\Bundles\Raven.Bundles.CascadeDelete.$_\bin\$global:configuration\$_" $nuget_dir\RavenDB.Bundles.CascadeDelete\lib\net45 }

New-Item $nuget_dir\RavenDB.Bundles.IndexReplication\lib\net45 -Type directory | Out-Null
Copy-Item $base_dir\NuGet\RavenDB.Bundles.IndexReplication.nuspec $nuget_dir\RavenDB.Bundles.IndexReplication\RavenDB.Bundles.IndexReplication.nuspec
@("Raven.Bundles.IndexReplication.???") |% { Copy-Item "$base_dir\Bundles\Raven.Bundles.IndexReplication.$_\bin\$global:configuration\$_" $nuget_dir\RavenDB.Bundles.IndexReplication\lib\net45 }

New-Item $nuget_dir\RavenDB.Bundles.UniqueConstraints\lib\net45 -Type directory | Out-Null
Copy-Item $base_dir\NuGet\RavenDB.Bundles.UniqueConstraints.nuspec $nuget_dir\RavenDB.Bundles.UniqueConstraints\RavenDB.Bundles.UniqueConstraints.nuspec
@("Raven.Bundles.UniqueConstraints.???") |% { Copy-Item "$base_dir\Bundles\Raven.Bundles.UniqueConstraints.$_\bin\$global:configuration\$_" $nuget_dir\RavenDB.Bundles.UniqueConstraints\lib\net45 }
Expand Down

0 comments on commit 6cd010d

Please sign in to comment.