From 67a1448fcdf4fca6f7b32f75fd35985ed4197f60 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Sun, 11 Aug 2019 16:54:31 -0700 Subject: [PATCH] rename launch names to match expected sequence of operations --- ...pExample1Telnet.properties => 1a.TcpExample1Telnet.properties} | 0 ...ing.properties => 1b.TcpExample2ConnectionCounting.properties} | 0 ...pExample3Server.properties => 1c.TcpExample3Server.properties} | 0 ...pExample3Client.properties => 1d.TcpExample3Client.properties} | 0 ...eadServer.properties => 1e.TcpExample4ThreadServer.properties} | 0 ...pExample4Client.properties => 1f.TcpExample4Client.properties} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename examples/nbproject/configs/{TcpExample1Telnet.properties => 1a.TcpExample1Telnet.properties} (100%) rename examples/nbproject/configs/{TcpExample2ConnectionCounting.properties => 1b.TcpExample2ConnectionCounting.properties} (100%) rename examples/nbproject/configs/{TcpExample3Server.properties => 1c.TcpExample3Server.properties} (100%) rename examples/nbproject/configs/{TcpExample3Client.properties => 1d.TcpExample3Client.properties} (100%) rename examples/nbproject/configs/{TcpExample4ThreadServer.properties => 1e.TcpExample4ThreadServer.properties} (100%) rename examples/nbproject/configs/{TcpExample4Client.properties => 1f.TcpExample4Client.properties} (100%) diff --git a/examples/nbproject/configs/TcpExample1Telnet.properties b/examples/nbproject/configs/1a.TcpExample1Telnet.properties similarity index 100% rename from examples/nbproject/configs/TcpExample1Telnet.properties rename to examples/nbproject/configs/1a.TcpExample1Telnet.properties diff --git a/examples/nbproject/configs/TcpExample2ConnectionCounting.properties b/examples/nbproject/configs/1b.TcpExample2ConnectionCounting.properties similarity index 100% rename from examples/nbproject/configs/TcpExample2ConnectionCounting.properties rename to examples/nbproject/configs/1b.TcpExample2ConnectionCounting.properties diff --git a/examples/nbproject/configs/TcpExample3Server.properties b/examples/nbproject/configs/1c.TcpExample3Server.properties similarity index 100% rename from examples/nbproject/configs/TcpExample3Server.properties rename to examples/nbproject/configs/1c.TcpExample3Server.properties diff --git a/examples/nbproject/configs/TcpExample3Client.properties b/examples/nbproject/configs/1d.TcpExample3Client.properties similarity index 100% rename from examples/nbproject/configs/TcpExample3Client.properties rename to examples/nbproject/configs/1d.TcpExample3Client.properties diff --git a/examples/nbproject/configs/TcpExample4ThreadServer.properties b/examples/nbproject/configs/1e.TcpExample4ThreadServer.properties similarity index 100% rename from examples/nbproject/configs/TcpExample4ThreadServer.properties rename to examples/nbproject/configs/1e.TcpExample4ThreadServer.properties diff --git a/examples/nbproject/configs/TcpExample4Client.properties b/examples/nbproject/configs/1f.TcpExample4Client.properties similarity index 100% rename from examples/nbproject/configs/TcpExample4Client.properties rename to examples/nbproject/configs/1f.TcpExample4Client.properties -- GitLab