You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by di...@apache.org on 2009/02/12 15:09:20 UTC

svn commit: r743752 - /incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj

Author: dixson
Date: Thu Feb 12 14:09:19 2009
New Revision: 743752

URL: http://svn.apache.org/viewvc?rev=743752&view=rev
Log:
correct package names in Chat Client project

Modified:
    incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj?rev=743752&r1=743751&r2=743752&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj Thu Feb 12 14:09:19 2009
@@ -25,7 +25,7 @@
     <ProjectGuid>{13BBC268-2F31-4C68-B62B-3C2CFD0228BE}</ProjectGuid>
     <OutputType>Exe</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>etch.examples.chat</RootNamespace>
+    <RootNamespace>org.apache.etch.examples.chat</RootNamespace>
     <AssemblyName>ChatClient</AssemblyName>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -49,43 +49,43 @@
     <Reference Include="System" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\BaseChatClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\BaseChatClient.cs">
       <Link>BaseChatClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\BaseChatServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\BaseChatServer.cs">
       <Link>BaseChatServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\Chat.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\Chat.cs">
       <Link>Chat.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\ChatClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\ChatClient.cs">
       <Link>ChatClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\ChatHelper.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\ChatHelper.cs">
       <Link>ChatHelper.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\ChatServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\ChatServer.cs">
       <Link>ChatServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\RemoteChat.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\RemoteChat.cs">
       <Link>RemoteChat.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\RemoteChatClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\RemoteChatClient.cs">
       <Link>RemoteChatClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\RemoteChatServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\RemoteChatServer.cs">
       <Link>RemoteChatServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\StubChat.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\StubChat.cs">
       <Link>StubChat.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\StubChatClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\StubChatClient.cs">
       <Link>StubChatClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\StubChatServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\StubChatServer.cs">
       <Link>StubChatServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.chat\ValueFactoryChat.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.chat\ValueFactoryChat.cs">
       <Link>ValueFactoryChat.cs</Link>
     </Compile>
     <Compile Include="..\etch.examples.chat\ImplChatClient.cs">