From 876767ff5fc50874306b2882ce245dcd1b480ffb Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Mon, 8 Sep 2008 20:06:32 +0000 Subject: [PATCH] Renaming Ethernet examples part 2 (apparently SVN doesn't allow renaming of a file at the same time as its containing directory). --- .../examples/ChatServer/{chat_server.pde => ChatServer.pde} | 0 .../Ethernet/examples/WebClient/{web_client.pde => WebClient.pde} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename hardware/libraries/Ethernet/examples/ChatServer/{chat_server.pde => ChatServer.pde} (100%) rename hardware/libraries/Ethernet/examples/WebClient/{web_client.pde => WebClient.pde} (100%) diff --git a/hardware/libraries/Ethernet/examples/ChatServer/chat_server.pde b/hardware/libraries/Ethernet/examples/ChatServer/ChatServer.pde similarity index 100% rename from hardware/libraries/Ethernet/examples/ChatServer/chat_server.pde rename to hardware/libraries/Ethernet/examples/ChatServer/ChatServer.pde diff --git a/hardware/libraries/Ethernet/examples/WebClient/web_client.pde b/hardware/libraries/Ethernet/examples/WebClient/WebClient.pde similarity index 100% rename from hardware/libraries/Ethernet/examples/WebClient/web_client.pde rename to hardware/libraries/Ethernet/examples/WebClient/WebClient.pde