Repository: incubator-reef Updated Branches: refs/heads/master 6afc9728c -> 658507289
[REEF-605] Remove HelloCLRBridge folder in Org.Apache.REEF.Examples This deletes `<ItemGroup>` entry for HelloCLRBridge from `Org.Apache.REEF.Examples.csproj` JIRA: [REEF-605] (https://issues.apache.org/jira/browse/REEF-605) Pull Request: This closes #384 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/65850728 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/65850728 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/65850728 Branch: refs/heads/master Commit: 658507289dad56a7379fa9f90a60ff99e8415e1f Parents: 6afc972 Author: [email protected] <[email protected]> Authored: Wed Aug 19 18:02:43 2015 +0200 Committer: Markus Weimer <[email protected]> Committed: Wed Aug 19 09:50:16 2015 -0700 ---------------------------------------------------------------------- lang/cs/Org.Apache.REEF.Examples/Org.Apache.REEF.Examples.csproj | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/65850728/lang/cs/Org.Apache.REEF.Examples/Org.Apache.REEF.Examples.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Examples/Org.Apache.REEF.Examples.csproj b/lang/cs/Org.Apache.REEF.Examples/Org.Apache.REEF.Examples.csproj index 7dae616..7730365 100644 --- a/lang/cs/Org.Apache.REEF.Examples/Org.Apache.REEF.Examples.csproj +++ b/lang/cs/Org.Apache.REEF.Examples/Org.Apache.REEF.Examples.csproj @@ -89,9 +89,6 @@ under the License. </ProjectReference> </ItemGroup> <ItemGroup> - <Folder Include="HelloCLRBridge\Handlers\" /> - </ItemGroup> - <ItemGroup> <None Include="ConfigFiles\evaluator.conf"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None>
