Description
To prepare for supporting multiple program languages such as C#, as discussed in issue #REEF-51, we would like to set up the folder structure like below:
/lang/java is where the current code goes
/lang/cs is where the c# code goes
/lang/cpp is where the C++ code for the bridge goes
This issue is for the second part that moves .Net Reef code under /lang/cs.
Name space should be also updated as below:
Org.Apache.Reef.
Org.Apache.Reef.Wake.
Org.Apache.Reef.Tang.
Org.Apache.Reef.Test
Org.Apache.Reef.Tang.Test
Org.Apache.Reef.Wake.Test
Org.Apache.Reef.Utilities