Repository: reef Updated Branches: refs/heads/master d3503ec1a -> 41de6d4dc
[REEF-1764] Create NuGet for IMRU Examples JIRA: [REEF-1764](https://issues.apache.org/jira/browse/REEF-1764) Pull Request: This closes #1282 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/41de6d4d Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/41de6d4d Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/41de6d4d Branch: refs/heads/master Commit: 41de6d4dc8715548bb93090f48085147dfacee65 Parents: d3503ec Author: Julia Wang <[email protected]> Authored: Mon Apr 3 17:26:58 2017 -0700 Committer: Markus Weimer <[email protected]> Committed: Tue Apr 4 08:53:41 2017 -0700 ---------------------------------------------------------------------- .../Org.Apache.REEF.FatNuGet.csproj | 4 ++ .../Org.Apache.REEF.FatNuGet.nuspec | 1 + .../Org.Apache.REEF.IMRU.Examples.csproj | 3 +- .../Org.Apache.REEF.IMRU.Examples.nuspec | 47 ++++++++++++++++++++ 4 files changed, 54 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/41de6d4d/lang/cs/Org.Apache.REEF.FatNuGet/Org.Apache.REEF.FatNuGet.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.FatNuGet/Org.Apache.REEF.FatNuGet.csproj b/lang/cs/Org.Apache.REEF.FatNuGet/Org.Apache.REEF.FatNuGet.csproj index 24ec096..423bfc3 100644 --- a/lang/cs/Org.Apache.REEF.FatNuGet/Org.Apache.REEF.FatNuGet.csproj +++ b/lang/cs/Org.Apache.REEF.FatNuGet/Org.Apache.REEF.FatNuGet.csproj @@ -84,6 +84,10 @@ under the License. <Project>{cdfb3464-4041-42b1-9271-83af24cd5008}</Project> <Name>Org.Apache.REEF.Wake</Name> </ProjectReference> + <ProjectReference Include="..\Org.Apache.REEF.IMRU.Examples\Org.Apache.REEF.IMRU.Examples.csproj"> + <Project>{6dc3b04e-2b99-4fda-bd23-2c7864f4c477}</Project> + <Name>Org.Apache.REEF.IMRU.Examples</Name> + </ProjectReference> </ItemGroup> <ItemGroup> <None Include="Org.Apache.REEF.FatNuGet.nuspec" /> http://git-wip-us.apache.org/repos/asf/reef/blob/41de6d4d/lang/cs/Org.Apache.REEF.FatNuGet/Org.Apache.REEF.FatNuGet.nuspec ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.FatNuGet/Org.Apache.REEF.FatNuGet.nuspec b/lang/cs/Org.Apache.REEF.FatNuGet/Org.Apache.REEF.FatNuGet.nuspec index 9a8e757..47fc0b2 100644 --- a/lang/cs/Org.Apache.REEF.FatNuGet/Org.Apache.REEF.FatNuGet.nuspec +++ b/lang/cs/Org.Apache.REEF.FatNuGet/Org.Apache.REEF.FatNuGet.nuspec @@ -50,6 +50,7 @@ under the License. <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.FatNuGet\Org.Apache.REEF.FatNuGet.pdb" target="lib\net45" /> <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.FatNuGet\Org.Apache.REEF.IMRU.dll" target="lib\net45" /> <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.FatNuGet\Org.Apache.REEF.IMRU.pdb" target="lib\net45" /> + <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.FatNuGet\Org.Apache.REEF.IMRU.Examples.exe" target="lib\net45" /> <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.FatNuGet\Org.Apache.REEF.IO.dll" target="lib\net45" /> <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.FatNuGet\Org.Apache.REEF.IO.pdb" target="lib\net45" /> <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.FatNuGet\Org.Apache.REEF.Network.dll" target="lib\net45" /> http://git-wip-us.apache.org/repos/asf/reef/blob/41de6d4d/lang/cs/Org.Apache.REEF.IMRU.Examples/Org.Apache.REEF.IMRU.Examples.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.IMRU.Examples/Org.Apache.REEF.IMRU.Examples.csproj b/lang/cs/Org.Apache.REEF.IMRU.Examples/Org.Apache.REEF.IMRU.Examples.csproj index a6f365b..782f40d 100644 --- a/lang/cs/Org.Apache.REEF.IMRU.Examples/Org.Apache.REEF.IMRU.Examples.csproj +++ b/lang/cs/Org.Apache.REEF.IMRU.Examples/Org.Apache.REEF.IMRU.Examples.csproj @@ -31,7 +31,7 @@ under the License. <Import Project="$(SolutionDir)\build.props" /> <PropertyGroup> <RestorePackages>true</RestorePackages> - <BuildPackage>false</BuildPackage> + <BuildPackage>true</BuildPackage> </PropertyGroup> <ItemGroup> <Reference Include="System" /> @@ -112,6 +112,7 @@ under the License. <None Include="$(SolutionDir)\App.config"> <Link>App.config</Link> </None> + <None Include="Org.Apache.REEF.IMRU.Examples.nuspec" /> <None Include="packages.config" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> http://git-wip-us.apache.org/repos/asf/reef/blob/41de6d4d/lang/cs/Org.Apache.REEF.IMRU.Examples/Org.Apache.REEF.IMRU.Examples.nuspec ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.IMRU.Examples/Org.Apache.REEF.IMRU.Examples.nuspec b/lang/cs/Org.Apache.REEF.IMRU.Examples/Org.Apache.REEF.IMRU.Examples.nuspec new file mode 100644 index 0000000..3e4d3ad --- /dev/null +++ b/lang/cs/Org.Apache.REEF.IMRU.Examples/Org.Apache.REEF.IMRU.Examples.nuspec @@ -0,0 +1,47 @@ +<?xml version="1.0"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<package > + <metadata> + <id>Org.Apache.REEF.IMRU.Examples</id> + <version>$version$</version> + <title>Org.Apache.REEF.IMRU.Examples</title> + <authors>The Apache REEF project</authors> + <owners>The Apache REEF project</owners> + <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> + <projectUrl>http://reef.apache.org/</projectUrl> + <requireLicenseAcceptance>false</requireLicenseAcceptance> + <description>Iterative Map Reduce Update for REEF Examples.</description> + <copyright>The Apache Software Foundation</copyright> + <tags>REEF IMRU EXAMPLES</tags> + <dependencies> + <dependency id="Org.Apache.REEF.Utilities" version="$version$" /> + <dependency id="Org.Apache.REEF.Tang" version="$version$" /> + <dependency id="Org.Apache.REEF.Wake" version="$version$" /> + <dependency id="Org.Apache.REEF.Common" version="$version$" /> + <dependency id="Org.Apache.REEF.Network" version="$version$" /> + <dependency id="Org.Apache.REEF.Driver" version="$version$" /> + <dependency id="Org.Apache.REEF.IMRU" version="$version$" /> + <dependency id="Org.Apache.REEF.Examples" version="$version$" /> + <dependency id="Rx-Core" version="2.2.5" /> + <dependency id="protobuf-net" version="2.0.0.668" /> + </dependencies> + </metadata> + <files> + <file src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.IMRU.Examples\Org.Apache.REEF.IMRU.Examples.exe" target="lib\net45" /> + </files> +</package>
