You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by sc...@apache.org on 2009/01/30 05:21:31 UTC

svn commit: r739163 [1/2] - in /incubator/etch/trunk: ./ examples/chat/ examples/chat/src/main/csharp/ChatClientProj/ examples/chat/src/main/csharp/ChatClientProj/Properties/ examples/chat/src/main/csharp/ChatListenerProj/ examples/chat/src/main/csharp...

Author: sccomer
Date: Fri Jan 30 04:21:28 2009
New Revision: 739163

URL: http://svn.apache.org/viewvc?rev=739163&view=rev
Log:
finished java package name conversion. some conversion of csharp code.

Added:
    incubator/etch/trunk/examples/chat/src/main/java/org/
    incubator/etch/trunk/examples/chat/src/main/java/org/apache/
    incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/
    incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/
    incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/
      - copied from r739092, incubator/etch/trunk/examples/chat/src/main/java/etch/examples/chat/
    incubator/etch/trunk/examples/chat/src/test/java/org/
    incubator/etch/trunk/examples/chat/src/test/java/org/apache/
    incubator/etch/trunk/examples/chat/src/test/java/org/apache/etch/
    incubator/etch/trunk/examples/chat/src/test/java/org/apache/etch/examples/
    incubator/etch/trunk/examples/chat/src/test/java/org/apache/etch/examples/chat/
      - copied from r739092, incubator/etch/trunk/examples/chat/src/test/java/etch/examples/chat/
    incubator/etch/trunk/examples/distmap/src/main/java/org/
    incubator/etch/trunk/examples/distmap/src/main/java/org/apache/
    incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/
    incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/
    incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/
      - copied from r739092, incubator/etch/trunk/examples/distmap/src/main/java/etch/examples/distmap/
    incubator/etch/trunk/examples/distmap/src/test/java/org/
    incubator/etch/trunk/examples/distmap/src/test/java/org/apache/
    incubator/etch/trunk/examples/distmap/src/test/java/org/apache/etch/
    incubator/etch/trunk/examples/distmap/src/test/java/org/apache/etch/examples/
    incubator/etch/trunk/examples/distmap/src/test/java/org/apache/etch/examples/distmap/
      - copied from r739092, incubator/etch/trunk/examples/distmap/src/test/java/etch/examples/distmap/
    incubator/etch/trunk/examples/example/src/main/java/org/
    incubator/etch/trunk/examples/example/src/main/java/org/apache/
    incubator/etch/trunk/examples/example/src/main/java/org/apache/etch/
    incubator/etch/trunk/examples/example/src/main/java/org/apache/etch/examples/
    incubator/etch/trunk/examples/example/src/main/java/org/apache/etch/examples/example/
      - copied from r739092, incubator/etch/trunk/examples/example/src/main/java/etch/examples/example/
    incubator/etch/trunk/examples/example/src/test/java/org/
    incubator/etch/trunk/examples/example/src/test/java/org/apache/
    incubator/etch/trunk/examples/example/src/test/java/org/apache/etch/
    incubator/etch/trunk/examples/example/src/test/java/org/apache/etch/examples/
    incubator/etch/trunk/examples/example/src/test/java/org/apache/etch/examples/example/
      - copied from r739092, incubator/etch/trunk/examples/example/src/test/java/etch/examples/example/
    incubator/etch/trunk/examples/perf/src/main/java/org/
    incubator/etch/trunk/examples/perf/src/main/java/org/apache/
    incubator/etch/trunk/examples/perf/src/main/java/org/apache/etch/
    incubator/etch/trunk/examples/perf/src/main/java/org/apache/etch/examples/
    incubator/etch/trunk/examples/perf/src/main/java/org/apache/etch/examples/perf/
      - copied from r739092, incubator/etch/trunk/examples/perf/src/main/java/etch/examples/perf/
    incubator/etch/trunk/examples/perf/src/test/java/org/
    incubator/etch/trunk/examples/perf/src/test/java/org/apache/
    incubator/etch/trunk/examples/perf/src/test/java/org/apache/etch/
    incubator/etch/trunk/examples/perf/src/test/java/org/apache/etch/examples/
    incubator/etch/trunk/examples/perf/src/test/java/org/apache/etch/examples/perf/
      - copied from r739092, incubator/etch/trunk/examples/perf/src/test/java/etch/examples/perf/
Removed:
    incubator/etch/trunk/examples/chat/src/main/java/etch/examples/chat/
    incubator/etch/trunk/examples/chat/src/test/java/etch/examples/chat/
    incubator/etch/trunk/examples/distmap/src/main/java/etch/examples/distmap/
    incubator/etch/trunk/examples/distmap/src/test/java/etch/examples/distmap/
    incubator/etch/trunk/examples/example/src/main/java/etch/examples/example/
    incubator/etch/trunk/examples/example/src/test/java/etch/examples/example/
    incubator/etch/trunk/examples/perf/src/main/java/etch/examples/perf/
    incubator/etch/trunk/examples/perf/src/test/java/etch/examples/perf/
Modified:
    incubator/etch/trunk/.classpath
    incubator/etch/trunk/examples/chat/build.xml
    incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj
    incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj
    incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatClient.cs
    incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatServer.cs
    incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatClient.cs
    incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatListener.cs
    incubator/etch/trunk/examples/chat/src/main/etch/Chat.etch
    incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/ImplChatClient.java
    incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/ImplChatServer.java
    incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/MainChatClient.java
    incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/MainChatListener.java
    incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj
    incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/chat/src/test/csharp/etch.examples.chat/TestRemoteChatServer.cs
    incubator/etch/trunk/examples/chat/src/test/java/org/apache/etch/examples/chat/TestRemoteChatServer.java
    incubator/etch/trunk/examples/distmap/build.xml
    incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/DistMapClientProj.csproj
    incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/DistMapListenerProj.csproj
    incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/ImplDistributedHashTableClient.cs
    incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/ImplDistributedHashTableServer.cs
    incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableClient.cs
    incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableListener.cs
    incubator/etch/trunk/examples/distmap/src/main/etch/DistributedHashTable.etch
    incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/ImplDistributedHashTableClient.java
    incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/ImplDistributedHashTableServer.java
    incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/MainDistributedHashTableClient.java
    incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/MainDistributedHashTableListener.java
    incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/DistMapTestProj.csproj
    incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/distmap/src/test/csharp/etch.examples.distmap/TestDistributedHashTable.cs
    incubator/etch/trunk/examples/distmap/src/test/java/org/apache/etch/examples/distmap/TestRemoteDistributedHashTableServer.java
    incubator/etch/trunk/examples/example/build.xml
    incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/ExampleClientProj.csproj
    incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/ExampleListenerProj.csproj
    incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/ImplExampleClient.cs
    incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/ImplExampleServer.cs
    incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/MainExampleClient.cs
    incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/MainExampleListener.cs
    incubator/etch/trunk/examples/example/src/main/etch/Example.etch
    incubator/etch/trunk/examples/example/src/main/java/org/apache/etch/examples/example/ImplExampleClient.java
    incubator/etch/trunk/examples/example/src/main/java/org/apache/etch/examples/example/ImplExampleServer.java
    incubator/etch/trunk/examples/example/src/main/java/org/apache/etch/examples/example/MainExampleClient.java
    incubator/etch/trunk/examples/example/src/main/java/org/apache/etch/examples/example/MainExampleListener.java
    incubator/etch/trunk/examples/example/src/test/csharp/ExampleTestProj/ExampleTestProj.csproj
    incubator/etch/trunk/examples/example/src/test/csharp/ExampleTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/example/src/test/csharp/etch.examples.example/TestExampleServer.cs
    incubator/etch/trunk/examples/example/src/test/java/org/apache/etch/examples/example/TestExampleServer.java
    incubator/etch/trunk/examples/perf/build.xml
    incubator/etch/trunk/examples/perf/src/main/csharp/PerfClientProj/PerfClientProj.csproj
    incubator/etch/trunk/examples/perf/src/main/csharp/PerfClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/perf/src/main/csharp/PerfListenerProj/PerfListenerProj.csproj
    incubator/etch/trunk/examples/perf/src/main/csharp/PerfListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/ImplPerfClient.cs
    incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/ImplPerfServer.cs
    incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfClient.cs
    incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfListener.cs
    incubator/etch/trunk/examples/perf/src/main/etch/Perf.etch
    incubator/etch/trunk/examples/perf/src/main/java/org/apache/etch/examples/perf/ImplPerfClient.java
    incubator/etch/trunk/examples/perf/src/main/java/org/apache/etch/examples/perf/ImplPerfServer.java
    incubator/etch/trunk/examples/perf/src/main/java/org/apache/etch/examples/perf/MainPerfClient.java
    incubator/etch/trunk/examples/perf/src/main/java/org/apache/etch/examples/perf/MainPerfListener.java
    incubator/etch/trunk/examples/perf/src/test/csharp/PerfTestProj/PerfTestProj.csproj
    incubator/etch/trunk/examples/perf/src/test/csharp/PerfTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/perf/src/test/csharp/etch.examples.perf/TestPerfServer.cs
    incubator/etch/trunk/examples/perf/src/test/java/org/apache/etch/examples/perf/TestPerfServer.java
    incubator/etch/trunk/plugins/ant/src/test/resources/etch/examples/mixin/Foo.etch
    incubator/etch/trunk/plugins/ant/src/test/resources/etch/examples/mixin/bar/Bar.etch
    incubator/etch/trunk/plugins/ant/src/test/resources/etch/examples/mixin/baz/Baz.etch

Modified: incubator/etch/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/.classpath?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/.classpath (original)
+++ incubator/etch/trunk/.classpath Fri Jan 30 04:21:28 2009
@@ -28,12 +28,12 @@
 	<classpathentry kind="src" path="examples/chat/src/test/java"/>
 	<classpathentry kind="src" path="examples/distmap/src/main/java"/>
 	<classpathentry kind="src" path="examples/distmap/target/generated-sources/main/etch/java"/>
+	<classpathentry kind="src" path="examples/distmap/src/test/java"/>
 	<classpathentry kind="src" path="examples/example/src/main/java"/>
 	<classpathentry kind="src" path="examples/example/target/generated-sources/main/etch/java"/>
+	<classpathentry kind="src" path="examples/example/src/test/java"/>
 	<classpathentry kind="src" path="examples/perf/src/main/java"/>
 	<classpathentry kind="src" path="examples/perf/target/generated-sources/main/etch/java"/>
-	<classpathentry kind="src" path="examples/distmap/src/test/java"/>
-	<classpathentry kind="src" path="examples/example/src/test/java"/>
 	<classpathentry kind="src" path="examples/perf/src/test/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ETCH_DEPENDENT_JARS"/>

Modified: incubator/etch/trunk/examples/chat/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/build.xml?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/build.xml (original)
+++ incubator/etch/trunk/examples/chat/build.xml Fri Jan 30 04:21:28 2009
@@ -232,9 +232,9 @@
 To run java chat, open a cmd window and run these commands:
 
 > cd target\bin
-> start java -cp chat.jar etch.examples.chat.MainChatListener
-> start java -cp chat.jar etch.examples.chat.MainChatClient
-> start java -cp chat.jar etch.examples.chat.MainChatClient
+> start java -cp chat.jar org.apache.etch.examples.chat.MainChatListener
+> start java -cp chat.jar org.apache.etch.examples.chat.MainChatClient
+> start java -cp chat.jar org.apache.etch.examples.chat.MainChatClient
 
 Two chat clients will be started; there is a help command;
 login as a different user in each with any password; they

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=739163&r1=739162&r2=739163&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 Fri Jan 30 04:21:28 2009
@@ -31,43 +31,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">

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs Fri Jan 30 04:21:28 2009
@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about an assembly is controlled through the following 

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj Fri Jan 30 04:21:28 2009
@@ -31,43 +31,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\ImplChatServer.cs">

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs Fri Jan 30 04:21:28 2009
@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about an assembly is controlled through the following 

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatClient.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatClient.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatClient.cs Fri Jan 30 04:21:28 2009
@@ -17,14 +17,9 @@
 
 using System;
 using System.Collections.Generic;
-using System.Text;
-
-using Etch.Msg;
-using Etch.Support;
-using Etch.Transport;
 using Etch.Util;
 
-namespace etch.examples.chat
+namespace org.apache.etch.examples.chat
 {
     public class ImplChatClient : BaseChatClient
     {

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatServer.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatServer.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/ImplChatServer.cs Fri Jan 30 04:21:28 2009
@@ -17,11 +17,10 @@
 
 using System;
 using System.Collections.Generic;
-
 using System.Runtime.CompilerServices;
 using Etch.Util;
 
-namespace etch.examples.chat
+namespace org.apache.etch.examples.chat
 {
     public class ImplChatServer : BaseChatServer
     {
@@ -48,7 +47,7 @@
         public override void login( string name, string pwd )
         {
             if ( (bool) isLoggedIn() )
-                throw new types.Chat.Failure( "Already logged in" );
+                throw new org.apache.etch.examples.chat.types.Chat.Failure( "Already logged in" );
 
             if ( name == null )
                 throw new types.Chat.Failure("Name is null");

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatClient.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatClient.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatClient.cs Fri Jan 30 04:21:28 2009
@@ -21,7 +21,7 @@
 using Etch.Support;
 using Etch.Util;
 
-namespace etch.examples.chat
+namespace org.apache.etch.examples.chat
 {
     public class MainChatClient : ChatClient, ObjSession
     {
@@ -29,11 +29,6 @@
         private readonly DateTimeFormatInfo myDTFI = new CultureInfo("en-US", false).DateTimeFormat;
 
 
-        public MainChatClient()
-        {
-   
-        }
-
         public static void Main( String[] args )
         {
             string uri;
@@ -158,7 +153,7 @@
                 server.login( name, pwd );
                 Console.WriteLine( "login successful" );
             }
-            catch ( types.Chat.Failure e )
+            catch ( org.apache.etch.examples.chat.types.Chat.Failure e )
             {
                 Console.WriteLine( "failed : " + e.GetMessage() );
             }
@@ -187,7 +182,7 @@
                 String msg = st[ 0 ];
                 server.send( who, msg );
             }
-            catch ( types.Chat.Failure e )
+            catch ( org.apache.etch.examples.chat.types.Chat.Failure e )
             {
                 Console.WriteLine( "failed : " + e.GetMessage() );
             }

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatListener.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatListener.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/etch.examples.chat/MainChatListener.cs Fri Jan 30 04:21:28 2009
@@ -16,16 +16,11 @@
  */
 
 using System;
-using System.Collections;
 using System.Collections.Generic;
-using System.Text;
-using System.Runtime.CompilerServices;
-using Etch.Util;
-using Etch.Msg;
 using Etch.Support;
-using Etch.Transport;
+using Etch.Util;
 
-namespace etch.examples.chat
+namespace org.apache.etch.examples.chat
 {
     ///
     ///<summary> Main implementation for ChatListener. </summary>

Modified: incubator/etch/trunk/examples/chat/src/main/etch/Chat.etch
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/etch/Chat.etch?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/etch/Chat.etch (original)
+++ incubator/etch/trunk/examples/chat/src/main/etch/Chat.etch Fri Jan 30 04:21:28 2009
@@ -15,7 +15,7 @@
  * under the License.
  */
 
-module etch.examples.chat
+module org.apache.etch.examples.chat
 
 /**
  * The Chat example program implements a simple service

Modified: incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/ImplChatClient.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/ImplChatClient.java?rev=739163&r1=739092&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/ImplChatClient.java (original)
+++ incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/ImplChatClient.java Fri Jan 30 04:21:28 2009
@@ -15,14 +15,17 @@
  * under the License.
  */
 
-package etch.examples.chat;
+package org.apache.etch.examples.chat;
 
 import java.util.HashSet;
 import java.util.Set;
 
+import org.apache.etch.examples.chat.BaseChatClient;
+import org.apache.etch.examples.chat.RemoteChatServer;
 import org.apache.etch.util.core.io.Session;
 
 
+
 /**
  * Your custom implementation of BaseChatClient. Add methods here to provide
  * implementations of messages from the server.

Modified: incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/ImplChatServer.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/ImplChatServer.java?rev=739163&r1=739092&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/ImplChatServer.java (original)
+++ incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/ImplChatServer.java Fri Jan 30 04:21:28 2009
@@ -15,17 +15,20 @@
  * under the License.
  */
 
-package etch.examples.chat;
+package org.apache.etch.examples.chat;
 
 import java.util.Collection;
 import java.util.HashSet;
 import java.util.Map;
 import java.util.Set;
 
+import org.apache.etch.examples.chat.BaseChatServer;
+import org.apache.etch.examples.chat.RemoteChatClient;
 import org.apache.etch.util.Log;
 import org.apache.etch.util.core.io.Session;
 
 
+
 /**
  * Your custom implementation of BaseChatServer. Add methods here to provide
  * implementations of messages from the client.

Modified: incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/MainChatClient.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/MainChatClient.java?rev=739163&r1=739092&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/MainChatClient.java (original)
+++ incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/MainChatClient.java Fri Jan 30 04:21:28 2009
@@ -15,7 +15,7 @@
  * under the License.
  */
 
-package etch.examples.chat;
+package org.apache.etch.examples.chat;
 
 import java.io.BufferedReader;
 import java.io.InputStreamReader;
@@ -30,11 +30,16 @@
 
 import org.apache.etch.bindings.java.support.ObjSession;
 import org.apache.etch.bindings.java.support._Etch_AuthException;
+import org.apache.etch.examples.chat.ChatClient;
+import org.apache.etch.examples.chat.ChatHelper;
+import org.apache.etch.examples.chat.ChatServer;
+import org.apache.etch.examples.chat.RemoteChatServer;
 import org.apache.etch.util.Log;
 import org.apache.etch.util.core.io.Session;
 import org.apache.etch.util.core.io.Transport;
 
 
+
 /**
  * Simple command line chat client.
  */

Modified: incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/MainChatListener.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/MainChatListener.java?rev=739163&r1=739092&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/MainChatListener.java (original)
+++ incubator/etch/trunk/examples/chat/src/main/java/org/apache/etch/examples/chat/MainChatListener.java Fri Jan 30 04:21:28 2009
@@ -15,17 +15,21 @@
  * under the License.
  */
 
-package etch.examples.chat;
+package org.apache.etch.examples.chat;
 
 import java.util.Collections;
 import java.util.HashMap;
 import java.util.Map;
 
 import org.apache.etch.bindings.java.support.ServerFactory;
+import org.apache.etch.examples.chat.ChatHelper;
+import org.apache.etch.examples.chat.ChatServer;
+import org.apache.etch.examples.chat.RemoteChatClient;
 import org.apache.etch.util.Log;
 import org.apache.etch.util.core.io.Transport;
 
 
+
 /**
  * Main program for ChatServer. This program makes a listener to accept
  * connections from MainChatClient.

Modified: incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj (original)
+++ incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj Fri Jan 30 04:21:28 2009
@@ -37,43 +37,43 @@
     <Reference Include="System.Xml" />
   </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="..\..\..\main\csharp\etch.examples.chat\ImplChatClient.cs">

Modified: incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs Fri Jan 30 04:21:28 2009
@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about an assembly is controlled through the following 

Modified: incubator/etch/trunk/examples/chat/src/test/csharp/etch.examples.chat/TestRemoteChatServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/test/csharp/etch.examples.chat/TestRemoteChatServer.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/test/csharp/etch.examples.chat/TestRemoteChatServer.cs (original)
+++ incubator/etch/trunk/examples/chat/src/test/csharp/etch.examples.chat/TestRemoteChatServer.cs Fri Jan 30 04:21:28 2009
@@ -15,13 +15,12 @@
 // under the License.
 
 using System;
-using NUnit.Framework;
-
 using Etch.Support;
 using Etch.Util;
-using etch.examples.chat.types.Chat;
+using NUnit.Framework;
+using org.apache.etch.examples.chat.types.Chat;
 
-namespace etch.examples.chat
+namespace org.apache.etch.examples.chat
 {
     [TestFixture]
     public class TestRemoteChatServer

Modified: incubator/etch/trunk/examples/chat/src/test/java/org/apache/etch/examples/chat/TestRemoteChatServer.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/test/java/org/apache/etch/examples/chat/TestRemoteChatServer.java?rev=739163&r1=739092&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/test/java/org/apache/etch/examples/chat/TestRemoteChatServer.java (original)
+++ incubator/etch/trunk/examples/chat/src/test/java/org/apache/etch/examples/chat/TestRemoteChatServer.java Fri Jan 30 04:21:28 2009
@@ -15,11 +15,17 @@
  * under the License.
  */
 
-package etch.examples.chat;
+package org.apache.etch.examples.chat;
 
 // import static org.junit.Assert.*; 
 
 import org.apache.etch.bindings.java.support.ServerFactory;
+import org.apache.etch.examples.chat.ChatClient;
+import org.apache.etch.examples.chat.ChatHelper;
+import org.apache.etch.examples.chat.ImplChatClient;
+import org.apache.etch.examples.chat.MainChatListener;
+import org.apache.etch.examples.chat.RemoteChatServer;
+import org.apache.etch.examples.chat.Chat.Failure;
 import org.apache.etch.util.Log;
 import org.apache.etch.util.core.io.Transport;
 import org.junit.After;
@@ -27,7 +33,6 @@
 import org.junit.BeforeClass;
 import org.junit.Test;
 
-import etch.examples.chat.Chat.Failure;
 
 /**
  * Tests RemoteChatServer.

Modified: incubator/etch/trunk/examples/distmap/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/build.xml?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/build.xml (original)
+++ incubator/etch/trunk/examples/distmap/build.xml Fri Jan 30 04:21:28 2009
@@ -233,8 +233,8 @@
 commands:
 
 > cd target\bin
-> start java -cp distmap.jar etch.examples.distmap.MainDistributedHashTableListener
-> start java -cp distmap.jar etch.examples.distmap.MainDistributedHashTableClient
+> start java -cp distmap.jar org.apache.etch.examples.distmap.MainDistributedHashTableListener
+> start java -cp distmap.jar org.apache.etch.examples.distmap.MainDistributedHashTableClient
 
 To run csharp distributed map:
 

Modified: incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/DistMapClientProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/DistMapClientProj.csproj?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/DistMapClientProj.csproj (original)
+++ incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/DistMapClientProj.csproj Fri Jan 30 04:21:28 2009
@@ -37,51 +37,48 @@
   </Target>
   -->
   <ItemGroup>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\BaseDistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\BaseDistributedHashTableClient.cs">
       <Link>BaseDistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\BaseDistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\BaseDistributedHashTableServer.cs">
       <Link>BaseDistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTable.cs">
       <Link>DistributedHashTable.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTableClient.cs">
       <Link>DistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTableHelper.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTableHelper.cs">
       <Link>DistributedHashTableHelper.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTableServer.cs">
       <Link>DistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\RemoteDistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\RemoteDistributedHashTable.cs">
       <Link>RemoteDistributedHashTable.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\RemoteDistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\RemoteDistributedHashTableClient.cs">
       <Link>RemoteDistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\RemoteDistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\RemoteDistributedHashTableServer.cs">
       <Link>RemoteDistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\StubDistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\StubDistributedHashTable.cs">
       <Link>StubDistributedHashTable.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\StubDistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\StubDistributedHashTableClient.cs">
       <Link>StubDistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\StubDistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\StubDistributedHashTableServer.cs">
       <Link>StubDistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\ValueFactoryDistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\ValueFactoryDistributedHashTable.cs">
       <Link>ValueFactoryDistributedHashTable.cs</Link>
     </Compile>
     <Compile Include="..\etch.examples.distmap\ImplDistributedHashTableClient.cs">
       <Link>ImplDistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\etch.examples.distmap\ImplDistributedHashTableServer.cs">
-      <Link>ImplDistributedHashTableServer.cs</Link>
-    </Compile>
     <Compile Include="..\etch.examples.distmap\MainDistributedHashTableClient.cs">
       <Link>MainDistributedHashTableClient.cs</Link>
     </Compile>

Modified: incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/Properties/AssemblyInfo.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/Properties/AssemblyInfo.cs Fri Jan 30 04:21:28 2009
@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about an assembly is controlled through the following 

Modified: incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/DistMapListenerProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/DistMapListenerProj.csproj?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/DistMapListenerProj.csproj (original)
+++ incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/DistMapListenerProj.csproj Fri Jan 30 04:21:28 2009
@@ -37,48 +37,45 @@
   </Target>
   -->
   <ItemGroup>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\BaseDistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\BaseDistributedHashTableClient.cs">
       <Link>BaseDistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\BaseDistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\BaseDistributedHashTableServer.cs">
       <Link>BaseDistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTable.cs">
       <Link>DistributedHashTable.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTableClient.cs">
       <Link>DistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTableHelper.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTableHelper.cs">
       <Link>DistributedHashTableHelper.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTableServer.cs">
       <Link>DistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\RemoteDistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\RemoteDistributedHashTable.cs">
       <Link>RemoteDistributedHashTable.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\RemoteDistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\RemoteDistributedHashTableClient.cs">
       <Link>RemoteDistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\RemoteDistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\RemoteDistributedHashTableServer.cs">
       <Link>RemoteDistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\StubDistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\StubDistributedHashTable.cs">
       <Link>StubDistributedHashTable.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\StubDistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\StubDistributedHashTableClient.cs">
       <Link>StubDistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\StubDistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\StubDistributedHashTableServer.cs">
       <Link>StubDistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\ValueFactoryDistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\ValueFactoryDistributedHashTable.cs">
       <Link>ValueFactoryDistributedHashTable.cs</Link>
     </Compile>
-    <Compile Include="..\etch.examples.distmap\ImplDistributedHashTableClient.cs">
-      <Link>ImplDistributedHashTableClient.cs</Link>
-    </Compile>
     <Compile Include="..\etch.examples.distmap\ImplDistributedHashTableServer.cs">
       <Link>ImplDistributedHashTableServer.cs</Link>
     </Compile>

Modified: incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/Properties/AssemblyInfo.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/Properties/AssemblyInfo.cs Fri Jan 30 04:21:28 2009
@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about an assembly is controlled through the following 

Modified: incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/ImplDistributedHashTableClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/ImplDistributedHashTableClient.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/ImplDistributedHashTableClient.cs (original)
+++ incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/ImplDistributedHashTableClient.cs Fri Jan 30 04:21:28 2009
@@ -15,15 +15,10 @@
  * under the License.
  */
 
-using System;
-
-
-
-using etch.examples.distmap.types.DistributedHashTable;
 
 ///<summary>Your custom implementation of BaseDistributedHashTableClient. Add methods here to provide
 ///implementation of messages from the server. </summary>
-namespace etch.examples.distmap
+namespace org.apache.etch.examples.distmap
 {
 	///<summary>Implementation for ImplDistributedHashTableClient</summary>
 	public class ImplDistributedHashTableClient : BaseDistributedHashTableClient

Modified: incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/ImplDistributedHashTableServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/ImplDistributedHashTableServer.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/ImplDistributedHashTableServer.cs (original)
+++ incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/ImplDistributedHashTableServer.cs Fri Jan 30 04:21:28 2009
@@ -17,12 +17,11 @@
 
 using System;
 using System.Collections.Generic;
-
-using etch.examples.distmap.types.DistributedHashTable;
+using org.apache.etch.examples.distmap.types.DistributedHashTable;
 
 ///<summary>Your custom implementation of BaseDistributedHashTableServer. Add methods here to provide
 ///implementation of messages from the client. </summary>
-namespace etch.examples.distmap
+namespace org.apache.etch.examples.distmap
 {
     ///<summary>Implementation for ImplDistributedHashTableServer</summary>
     public class ImplDistributedHashTableServer : BaseDistributedHashTableServer

Modified: incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableClient.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableClient.cs (original)
+++ incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableClient.cs Fri Jan 30 04:21:28 2009
@@ -16,10 +16,9 @@
  */
 
 using System;
-using etch.examples.distmap.types.DistributedHashTable;
+using org.apache.etch.examples.distmap.types.DistributedHashTable;
 
-
-namespace etch.examples.distmap
+namespace org.apache.etch.examples.distmap
 {
     ///<summary>Main implementation for DistributedHashTableClient.</summary>
     public class MainDistributedHashTableClient : DistributedHashTableHelper.DistributedHashTableClientFactory

Modified: incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableListener.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableListener.cs (original)
+++ incubator/etch/trunk/examples/distmap/src/main/csharp/etch.examples.distmap/MainDistributedHashTableListener.cs Fri Jan 30 04:21:28 2009
@@ -17,11 +17,10 @@
 
 using System;
 using System.Collections.Generic;
-
 using Etch.Support;
 using Etch.Util;
 
-namespace etch.examples.distmap
+namespace org.apache.etch.examples.distmap
 {
 	///<summary>Main implementation for DistributedHashTableListener.</summary>
 	public class MainDistributedHashTableListener : DistributedHashTableHelper.DistributedHashTableServerFactory

Modified: incubator/etch/trunk/examples/distmap/src/main/etch/DistributedHashTable.etch
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/etch/DistributedHashTable.etch?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/etch/DistributedHashTable.etch (original)
+++ incubator/etch/trunk/examples/distmap/src/main/etch/DistributedHashTable.etch Fri Jan 30 04:21:28 2009
@@ -15,7 +15,7 @@
  * under the License.
  */
 
-module etch.examples.distmap
+module org.apache.etch.examples.distmap
 
 /**
  * The DistributedHashTable example program implements a simple service

Modified: incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/ImplDistributedHashTableClient.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/ImplDistributedHashTableClient.java?rev=739163&r1=739092&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/ImplDistributedHashTableClient.java (original)
+++ incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/ImplDistributedHashTableClient.java Fri Jan 30 04:21:28 2009
@@ -15,7 +15,10 @@
  * under the License.
  */
 
-package etch.examples.distmap;
+package org.apache.etch.examples.distmap;
+
+import org.apache.etch.examples.distmap.BaseDistributedHashTableClient;
+import org.apache.etch.examples.distmap.RemoteDistributedHashTableServer;
 
 /**
  * Your custom implementation of BaseDistributedHashTableClient. Add methods here to provide

Modified: incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/ImplDistributedHashTableServer.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/ImplDistributedHashTableServer.java?rev=739163&r1=739092&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/ImplDistributedHashTableServer.java (original)
+++ incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/ImplDistributedHashTableServer.java Fri Jan 30 04:21:28 2009
@@ -15,10 +15,14 @@
  * under the License.
  */
 
-package etch.examples.distmap;
+package org.apache.etch.examples.distmap;
 
 import java.util.Map;
 
+import org.apache.etch.examples.distmap.BaseDistributedHashTableServer;
+import org.apache.etch.examples.distmap.RemoteDistributedHashTableClient;
+
+
 /**
  * Your custom implementation of BaseDistributedHashTableServer. Add methods here to provide
  * implementations of messages from the client.

Modified: incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/MainDistributedHashTableClient.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/MainDistributedHashTableClient.java?rev=739163&r1=739092&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/MainDistributedHashTableClient.java (original)
+++ incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/MainDistributedHashTableClient.java Fri Jan 30 04:21:28 2009
@@ -15,11 +15,14 @@
  * under the License.
  */
 
-package etch.examples.distmap;
+package org.apache.etch.examples.distmap;
 
+import org.apache.etch.examples.distmap.DistributedHashTableClient;
+import org.apache.etch.examples.distmap.DistributedHashTableHelper;
+import org.apache.etch.examples.distmap.RemoteDistributedHashTableServer;
+import org.apache.etch.examples.distmap.DistributedHashTable.Entry;
 import org.apache.etch.util.Log;
 
-import etch.examples.distmap.DistributedHashTable.Entry;
 
 /**
  * Main program for DistributedHashTableClient. This program makes a connection to the

Modified: incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/MainDistributedHashTableListener.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/MainDistributedHashTableListener.java?rev=739163&r1=739092&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/MainDistributedHashTableListener.java (original)
+++ incubator/etch/trunk/examples/distmap/src/main/java/org/apache/etch/examples/distmap/MainDistributedHashTableListener.java Fri Jan 30 04:21:28 2009
@@ -15,16 +15,20 @@
  * under the License.
  */
 
-package etch.examples.distmap;
+package org.apache.etch.examples.distmap;
 
 import java.util.Collections;
 import java.util.HashMap;
 import java.util.Map;
 
 import org.apache.etch.bindings.java.support.ServerFactory;
+import org.apache.etch.examples.distmap.DistributedHashTableHelper;
+import org.apache.etch.examples.distmap.DistributedHashTableServer;
+import org.apache.etch.examples.distmap.RemoteDistributedHashTableClient;
 import org.apache.etch.util.core.io.Transport;
 
 
+
 /**
  * Main program for DistributedHashTableServer. This program makes a listener to accept
  * connections from MainDistributedHashTableClient.

Modified: incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/DistMapTestProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/DistMapTestProj.csproj?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/DistMapTestProj.csproj (original)
+++ incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/DistMapTestProj.csproj Fri Jan 30 04:21:28 2009
@@ -37,43 +37,43 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\BaseDistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\BaseDistributedHashTableClient.cs">
       <Link>BaseDistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\BaseDistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\BaseDistributedHashTableServer.cs">
       <Link>BaseDistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTable.cs">
       <Link>DistributedHashTable.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTableClient.cs">
       <Link>DistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTableHelper.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTableHelper.cs">
       <Link>DistributedHashTableHelper.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\DistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\DistributedHashTableServer.cs">
       <Link>DistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\RemoteDistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\RemoteDistributedHashTable.cs">
       <Link>RemoteDistributedHashTable.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\RemoteDistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\RemoteDistributedHashTableClient.cs">
       <Link>RemoteDistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\RemoteDistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\RemoteDistributedHashTableServer.cs">
       <Link>RemoteDistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\StubDistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\StubDistributedHashTable.cs">
       <Link>StubDistributedHashTable.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\StubDistributedHashTableClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\StubDistributedHashTableClient.cs">
       <Link>StubDistributedHashTableClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\StubDistributedHashTableServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\StubDistributedHashTableServer.cs">
       <Link>StubDistributedHashTableServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.distmap\ValueFactoryDistributedHashTable.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.distmap\ValueFactoryDistributedHashTable.cs">
       <Link>ValueFactoryDistributedHashTable.cs</Link>
     </Compile>
     <Compile Include="..\..\..\main\csharp\etch.examples.distmap\ImplDistributedHashTableClient.cs">

Modified: incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/Properties/AssemblyInfo.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/Properties/AssemblyInfo.cs Fri Jan 30 04:21:28 2009
@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about an assembly is controlled through the following 

Modified: incubator/etch/trunk/examples/distmap/src/test/csharp/etch.examples.distmap/TestDistributedHashTable.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/test/csharp/etch.examples.distmap/TestDistributedHashTable.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/test/csharp/etch.examples.distmap/TestDistributedHashTable.cs (original)
+++ incubator/etch/trunk/examples/distmap/src/test/csharp/etch.examples.distmap/TestDistributedHashTable.cs Fri Jan 30 04:21:28 2009
@@ -15,12 +15,12 @@
 // under the License.
 
 using System;
-using etch.examples.distmap.types.DistributedHashTable;
 using Etch.Support;
 using Etch.Util;
 using NUnit.Framework;
+using org.apache.etch.examples.distmap.types.DistributedHashTable;
 
-namespace etch.examples.distmap
+namespace org.apache.etch.examples.distmap
 {
 
     /// <summary>

Modified: incubator/etch/trunk/examples/distmap/src/test/java/org/apache/etch/examples/distmap/TestRemoteDistributedHashTableServer.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/test/java/org/apache/etch/examples/distmap/TestRemoteDistributedHashTableServer.java?rev=739163&r1=739092&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/test/java/org/apache/etch/examples/distmap/TestRemoteDistributedHashTableServer.java (original)
+++ incubator/etch/trunk/examples/distmap/src/test/java/org/apache/etch/examples/distmap/TestRemoteDistributedHashTableServer.java Fri Jan 30 04:21:28 2009
@@ -15,7 +15,7 @@
  * under the License.
  */
 
-package etch.examples.distmap;
+package org.apache.etch.examples.distmap;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNull;
@@ -25,6 +25,11 @@
 import java.util.Map;
 
 import org.apache.etch.bindings.java.support.ServerFactory;
+import org.apache.etch.examples.distmap.DistributedHashTableHelper;
+import org.apache.etch.examples.distmap.MainDistributedHashTableClient;
+import org.apache.etch.examples.distmap.MainDistributedHashTableListener;
+import org.apache.etch.examples.distmap.RemoteDistributedHashTableServer;
+import org.apache.etch.examples.distmap.DistributedHashTable.Entry;
 import org.apache.etch.util.Log;
 import org.apache.etch.util.core.io.Transport;
 import org.junit.After;
@@ -33,7 +38,6 @@
 import org.junit.BeforeClass;
 import org.junit.Test;
 
-import etch.examples.distmap.DistributedHashTable.Entry;
 
 /**
  * Tests the RemoteDistributedHashTableServer interface. Start the

Modified: incubator/etch/trunk/examples/example/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/example/build.xml?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/example/build.xml (original)
+++ incubator/etch/trunk/examples/example/build.xml Fri Jan 30 04:21:28 2009
@@ -233,8 +233,8 @@
 commands:
 
 > cd target\bin
-> start java -cp example.jar etch.examples.example.MainExmapleListener
-> start java -cp example.jar etch.examples.example.MainExampleClient
+> start java -cp example.jar org.apache.etch.examples.example.MainExmapleListener
+> start java -cp example.jar org.apache.etch.examples.example.MainExampleClient
 
 To run csharp example:
 

Modified: incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/ExampleClientProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/ExampleClientProj.csproj?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/ExampleClientProj.csproj (original)
+++ incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/ExampleClientProj.csproj Fri Jan 30 04:21:28 2009
@@ -31,51 +31,48 @@
     <Reference Include="System" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\BaseExampleClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\BaseExampleClient.cs">
       <Link>BaseExampleClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\BaseExampleServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\BaseExampleServer.cs">
       <Link>BaseExampleServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\Example.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\Example.cs">
       <Link>Example.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\ExampleClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\ExampleClient.cs">
       <Link>ExampleClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\ExampleHelper.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\ExampleHelper.cs">
       <Link>ExampleHelper.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\ExampleServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\ExampleServer.cs">
       <Link>ExampleServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\RemoteExample.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\RemoteExample.cs">
       <Link>RemoteExample.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\RemoteExampleClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\RemoteExampleClient.cs">
       <Link>RemoteExampleClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\RemoteExampleServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\RemoteExampleServer.cs">
       <Link>RemoteExampleServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\StubExample.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\StubExample.cs">
       <Link>StubExample.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\StubExampleClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\StubExampleClient.cs">
       <Link>StubExampleClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\StubExampleServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\StubExampleServer.cs">
       <Link>StubExampleServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\ValueFactoryExample.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\ValueFactoryExample.cs">
       <Link>ValueFactoryExample.cs</Link>
     </Compile>
     <Compile Include="..\etch.examples.example\ImplExampleClient.cs">
       <Link>ImplExampleClient.cs</Link>
     </Compile>
-    <Compile Include="..\etch.examples.example\ImplExampleServer.cs">
-      <Link>ImplExampleServer.cs</Link>
-    </Compile>
     <Compile Include="..\etch.examples.example\MainExampleClient.cs">
       <Link>MainExampleClient.cs</Link>
     </Compile>

Modified: incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/Properties/AssemblyInfo.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/Properties/AssemblyInfo.cs Fri Jan 30 04:21:28 2009
@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about an assembly is controlled through the following 

Modified: incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/ExampleListenerProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/ExampleListenerProj.csproj?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/ExampleListenerProj.csproj (original)
+++ incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/ExampleListenerProj.csproj Fri Jan 30 04:21:28 2009
@@ -31,48 +31,45 @@
     <Reference Include="System" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\BaseExampleClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\BaseExampleClient.cs">
       <Link>BaseExampleClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\BaseExampleServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\BaseExampleServer.cs">
       <Link>BaseExampleServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\Example.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\Example.cs">
       <Link>Example.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\ExampleClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\ExampleClient.cs">
       <Link>ExampleClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\ExampleHelper.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\ExampleHelper.cs">
       <Link>ExampleHelper.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\ExampleServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\ExampleServer.cs">
       <Link>ExampleServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\RemoteExample.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\RemoteExample.cs">
       <Link>RemoteExample.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\RemoteExampleClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\RemoteExampleClient.cs">
       <Link>RemoteExampleClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\RemoteExampleServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\RemoteExampleServer.cs">
       <Link>RemoteExampleServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\StubExample.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\StubExample.cs">
       <Link>StubExample.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\StubExampleClient.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\StubExampleClient.cs">
       <Link>StubExampleClient.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\StubExampleServer.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\StubExampleServer.cs">
       <Link>StubExampleServer.cs</Link>
     </Compile>
-    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\etch.examples.example\ValueFactoryExample.cs">
+    <Compile Include="..\..\..\..\target\generated-sources\main\etch\csharp\org.apache.etch.examples.example\ValueFactoryExample.cs">
       <Link>ValueFactoryExample.cs</Link>
     </Compile>
-    <Compile Include="..\etch.examples.example\ImplExampleClient.cs">
-      <Link>ImplExampleClient.cs</Link>
-    </Compile>
     <Compile Include="..\etch.examples.example\ImplExampleServer.cs">
       <Link>ImplExampleServer.cs</Link>
     </Compile>

Modified: incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/Properties/AssemblyInfo.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/Properties/AssemblyInfo.cs Fri Jan 30 04:21:28 2009
@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about an assembly is controlled through the following 

Modified: incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/ImplExampleClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/ImplExampleClient.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/ImplExampleClient.cs (original)
+++ incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/ImplExampleClient.cs Fri Jan 30 04:21:28 2009
@@ -15,15 +15,10 @@
  * under the License.
  */
 
-using System;
-
-
-
-using etch.examples.example.types.Example;
 
 ///<summary>Your custom implementation of BaseExampleClient. Add methods here to provide
 ///implementation of messages from the server. </summary>
-namespace etch.examples.example
+namespace org.apache.etch.examples.example
 {
 	///<summary>Implementation for ImplExampleClient</summary>
 	public class ImplExampleClient : BaseExampleClient

Modified: incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/ImplExampleServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/ImplExampleServer.cs?rev=739163&r1=739162&r2=739163&view=diff
==============================================================================
--- incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/ImplExampleServer.cs (original)
+++ incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/ImplExampleServer.cs Fri Jan 30 04:21:28 2009
@@ -15,15 +15,10 @@
  * under the License.
  */
 
-using System;
-
-
-
-using etch.examples.example.types.Example;
 
 ///<summary>Your custom implementation of BaseExampleServer. Add methods here to provide
 ///implementation of messages from the client. </summary>
-namespace etch.examples.example
+namespace org.apache.etch.examples.example
 {
 	///<summary>Implementation for ImplExampleServer</summary>
 	public class ImplExampleServer : BaseExampleServer