Repository: incubator-reef Updated Branches: refs/heads/master f7689fd9f -> 23ed475e9
[REEF-799] Remove unused Bridge reference from HelloREEF and tests JIRA: [REEF-799](https://issues.apache.org/jira/browse/REEF-799) Pull Request: This closes #534 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/23ed475e Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/23ed475e Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/23ed475e Branch: refs/heads/master Commit: 23ed475e9c0dcfe2000582a1e1d6278112b40819 Parents: f7689fd Author: Julia Wang <[email protected]> Authored: Thu Oct 1 19:15:56 2015 -0700 Committer: Markus Weimer <[email protected]> Committed: Thu Oct 1 20:45:03 2015 -0700 ---------------------------------------------------------------------- .../Org.Apache.REEF.Examples.HelloREEF.csproj | 4 ---- .../Org.Apache.REEF.IMRU.Examples.csproj | 4 ---- lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj | 4 ---- 3 files changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/23ed475e/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Org.Apache.REEF.Examples.HelloREEF.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Org.Apache.REEF.Examples.HelloREEF.csproj b/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Org.Apache.REEF.Examples.HelloREEF.csproj index 18def0f..75c3293 100644 --- a/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Org.Apache.REEF.Examples.HelloREEF.csproj +++ b/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Org.Apache.REEF.Examples.HelloREEF.csproj @@ -36,10 +36,6 @@ <None Include="Readme.md" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Bridge\Org.Apache.REEF.Bridge.vcxproj"> - <Project>{4e69d40a-26d6-4d4a-b96d-729946c07fe1}</Project> - <Name>Org.Apache.REEF.Bridge</Name> - </ProjectReference> <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Client\Org.Apache.REEF.Client.csproj"> <Project>{5094c35b-4fdb-4322-ac05-45d684501cbf}</Project> <Name>Org.Apache.REEF.Client</Name> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/23ed475e/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 9096b1f..876bea2 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 @@ -57,10 +57,6 @@ under the License. <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Bridge\Org.Apache.REEF.Bridge.vcxproj"> - <Project>{4e69d40a-26d6-4d4a-b96d-729946c07fe1}</Project> - <Name>Org.Apache.REEF.Bridge</Name> - </ProjectReference> <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Client\Org.Apache.REEF.Client.csproj"> <Project>{5094c35b-4fdb-4322-ac05-45d684501cbf}</Project> <Name>Org.Apache.REEF.Client</Name> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/23ed475e/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj b/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj index a8d2b92..04a56e0 100644 --- a/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj +++ b/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj @@ -107,10 +107,6 @@ under the License. <Project>{1b983182-9c30-464c-948d-f87eb93a8240}</Project> <Name>Org.Apache.REEF.Evaluator</Name> </ProjectReference> - <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Bridge\Org.Apache.REEF.Bridge.vcxproj"> - <Project>{4e69d40a-26d6-4d4a-b96d-729946c07fe1}</Project> - <Name>Org.Apache.REEF.Bridge</Name> - </ProjectReference> <ProjectReference Include="$(SolutionDir)\Org.Apache.REEF.Network.Examples\Org.Apache.REEF.Network.Examples.csproj"> <Project>{b1b43b60-ddd0-4805-a9b4-ba84a0ccb7c7}</Project> <Name>Org.Apache.REEF.Network.Examples</Name>
