Repository: incubator-reef
Updated Branches:
  refs/heads/master 48c16b8ce -> 8382114b0


[REEF-746] Remove nuget for Org.Apache.REEF.Bridge

As a following up to REEF-642, we need to remove the references to Bridge NuGet
and its specification

JIRA:
  [REEF-746](https://issues.apache.org/jira/browse/REEF-746)

Pull Request:
  This closes #489


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/8382114b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/8382114b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/8382114b

Branch: refs/heads/master
Commit: 8382114b08e5debf0a2084d81be8ac3b3ccfc56e
Parents: 48c16b8
Author: Julia Wang <[email protected]>
Authored: Mon Sep 14 15:00:13 2015 -0700
Committer: Markus Weimer <[email protected]>
Committed: Mon Sep 14 15:29:55 2015 -0700

----------------------------------------------------------------------
 .../Org.Apache.REEF.All.nuspec                  |  1 -
 .../Org.Apache.REEF.Bridge.nuspec               | 38 --------------------
 .../Org.Apache.REEF.Client.nuspec               |  1 -
 3 files changed, 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/8382114b/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec 
b/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec
index 48c0cd7..5d97516 100644
--- a/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec
+++ b/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec
@@ -36,7 +36,6 @@ under the License.
       <dependency id="Org.Apache.REEF.Driver" version="$version$" />
       <dependency id="Org.Apache.REEF.Network" version="$version$" />
       <dependency id="Org.Apache.REEF.Evaluator" version="$version$" />
-      <dependency id="Org.Apache.REEF.Bridge" version="$version$" />      
       <dependency id="Org.Apache.REEF.Examples" version="$version$" />
       <dependency id="Org.Apache.REEF.Client" version="$version$" />
      </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/8382114b/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.nuspec 
b/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.nuspec
deleted file mode 100644
index 7329595..0000000
--- a/lang/cs/Org.Apache.REEF.Bridge/Org.Apache.REEF.Bridge.nuspec
+++ /dev/null
@@ -1,38 +0,0 @@
-<?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.Bridge</id>
-    <version>$version$</version>
-    <title>Org.Apache.REEF.Bridge</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.incubator.apache.org/</projectUrl>
-    <requireLicenseAcceptance>false</requireLicenseAcceptance>
-    <description>Clr Bridge for REEF.NET</description>
-    <copyright>The Apache Software Foundation</copyright>
-    <dependencies>
-      <dependency id="Org.Apache.REEF.Driver" version="$version$" />
-    </dependencies>
-  </metadata>
-  <files>
-      <file 
src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.Bridge\Org.Apache.REEF.Bridge.dll"
 target="lib\net45" />
-      <file 
src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.Bridge\Org.Apache.REEF.Bridge.pdb"
 target="lib\net45" />
-  </files>
-</package>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/8382114b/lang/cs/Org.Apache.REEF.Client/Org.Apache.REEF.Client.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Client/Org.Apache.REEF.Client.nuspec 
b/lang/cs/Org.Apache.REEF.Client/Org.Apache.REEF.Client.nuspec
index efdffe1..8bebc8b 100644
--- a/lang/cs/Org.Apache.REEF.Client/Org.Apache.REEF.Client.nuspec
+++ b/lang/cs/Org.Apache.REEF.Client/Org.Apache.REEF.Client.nuspec
@@ -34,7 +34,6 @@ under the License.
       <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.Bridge" 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" />

Reply via email to