You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/02/05 22:03:39 UTC

[jira] [Created] (REEF-1190) Fix mismatched AssemblyTitle and AssemblyProduct info

Dongjoon Hyun created REEF-1190:
-----------------------------------

             Summary: Fix mismatched AssemblyTitle and AssemblyProduct info
                 Key: REEF-1190
                 URL: https://issues.apache.org/jira/browse/REEF-1190
             Project: REEF
          Issue Type: Bug
          Components: REEF.NET Evaluator
            Reporter: Dongjoon Hyun
            Assignee: Dongjoon Hyun
            Priority: Trivial


This issue fixes the following information in .Net modules in order to make them consistent with others.
 
{code:title=Org.Apache.REEF.Network.Examples.Client/Properties/AssemblyInfo.cs|borderStyle=solid}
-[assembly: AssemblyTitle("Org.Apache.REEF.Tests.Yarn")]
+[assembly: AssemblyTitle("Org.Apache.REEF.Network.Examples.Client")]
...
-[assembly: AssemblyProduct("Org.Apache.REEF.Tests.Yarn")]
+[assembly: AssemblyProduct("Org.Apache.REEF.Network.Examples.Client")]
...
{code}

{code:title=Org.Apache.REEF.Evaluator/Properties/AssemblyInfo.cs|borderStyle=solid}
-[assembly: AssemblyTitle("Evaluator")]
+[assembly: AssemblyTitle("Org.Apache.REEF.Evaluator")]
...
-[assembly: AssemblyProduct("Evaluator")]
+[assembly: AssemblyProduct("Org.Apache.REEF.Evaluator")]
...
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)