You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by we...@apache.org on 2015/06/19 21:14:17 UTC

incubator-reef git commit: [REEF-392] Add Client and Examples projects to All and update snapshot

Repository: incubator-reef
Updated Branches:
  refs/heads/master d79f4ece2 -> 647b30a16


[REEF-392]  Add Client and Examples projects to All and update snapshot

 * Include Org.Apache.REEF.Client and Org.Apache.REEF.Examples projects
   to Org.Apache.REEF.ALL
 * Update snapshot number to 03 for next release

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

Pull Request:
  This closes #231


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

Branch: refs/heads/master
Commit: 647b30a16f250a93e90baf8401d0b40ab6cb3171
Parents: d79f4ec
Author: Julia Wang <jw...@yahoo.com>
Authored: Fri Jun 19 11:58:52 2015 -0700
Committer: Markus Weimer <we...@apache.org>
Committed: Fri Jun 19 12:12:45 2015 -0700

----------------------------------------------------------------------
 lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.csproj | 8 ++++++++
 lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.nuspec | 4 +++-
 lang/cs/build.props                                    | 2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/647b30a1/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.csproj
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.csproj b/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.csproj
index 582242b..9feecdb 100644
--- a/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.csproj
+++ b/lang/cs/Org.Apache.REEF.All/Org.Apache.REEF.All.csproj
@@ -37,6 +37,10 @@ under the License.
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\Org.Apache.REEF.Client\Org.Apache.REEF.Client.csproj">
+      <Project>{5094c35b-4fdb-4322-ac05-45d684501cbf}</Project>
+      <Name>Org.Apache.REEF.Client</Name>
+    </ProjectReference>
     <ProjectReference Include="..\Org.Apache.REEF.Common\Org.Apache.REEF.Common.csproj">
       <Project>{545a0582-4105-44ce-b99c-b1379514a630}</Project>
       <Name>Org.Apache.REEF.Common</Name>
@@ -49,6 +53,10 @@ under the License.
       <Project>{1b983182-9c30-464c-948d-f87eb93a8240}</Project>
       <Name>Org.Apache.REEF.Evaluator</Name>
     </ProjectReference>
+    <ProjectReference Include="..\Org.Apache.REEF.Examples\Org.Apache.REEF.Examples.csproj">
+      <Project>{75503f90-7b82-4762-9997-94b5c68f15db}</Project>
+      <Name>Org.Apache.REEF.Examples</Name>
+    </ProjectReference>
     <ProjectReference Include="..\Org.Apache.REEF.Network\Org.Apache.REEF.Network.csproj">
       <Project>{883ce800-6a6a-4e0a-b7fe-c054f4f2c1dc}</Project>
       <Name>Org.Apache.REEF.Network</Name>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/647b30a1/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 26995f6..96298e0 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
@@ -38,6 +38,8 @@ under the License.
       <dependency id="Org.Apache.REEF.Evaluator" version="$version$" />
       <dependency id="Org.Apache.REEF.Bridge" version="$version$" />
       <dependency id="Org.Apache.REEF.Bridge.JAR" version="$version$" />
-    </dependencies>
+      <dependency id="Org.Apache.REEF.Examples" version="$version$" />
+      <dependency id="Org.Apache.REEF.Client" version="$version$" />
+     </dependencies>
   </metadata>
 </package>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/647b30a1/lang/cs/build.props
----------------------------------------------------------------------
diff --git a/lang/cs/build.props b/lang/cs/build.props
index da5ea00..4d83b10 100644
--- a/lang/cs/build.props
+++ b/lang/cs/build.props
@@ -54,7 +54,7 @@ under the License.
   <PropertyGroup>
     <RemoveIncubating>true</RemoveIncubating>
     <IsSnapshot>true</IsSnapshot>
-    <SnapshotNumber>02</SnapshotNumber>
+    <SnapshotNumber>03</SnapshotNumber>
     <PushPackages>false</PushPackages>
     <NuGetRepository>https://www.nuget.org</NuGetRepository>
   </PropertyGroup>