From bdcdecac3eb0e6822bfd414697e52803ae1bc5c9 Mon Sep 17 00:00:00 2001 From: SJ Date: Fri, 5 Aug 2022 21:37:50 -0400 Subject: [PATCH] See issue #77: Moved helloswift into new namespace --- {helloswift => examples/swift}/BUILD.pants | 0 {helloswift => examples/swift}/Core/greeter.swift | 0 {helloswift => examples/swift}/Sources/main.swift | 0 {helloswift => examples/swift}/Sources/speaker.swift | 0 {helloswift => examples/swift}/Sources/talker.swift | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {helloswift => examples/swift}/BUILD.pants (100%) rename {helloswift => examples/swift}/Core/greeter.swift (100%) rename {helloswift => examples/swift}/Sources/main.swift (100%) rename {helloswift => examples/swift}/Sources/speaker.swift (100%) rename {helloswift => examples/swift}/Sources/talker.swift (100%) diff --git a/helloswift/BUILD.pants b/examples/swift/BUILD.pants similarity index 100% rename from helloswift/BUILD.pants rename to examples/swift/BUILD.pants diff --git a/helloswift/Core/greeter.swift b/examples/swift/Core/greeter.swift similarity index 100% rename from helloswift/Core/greeter.swift rename to examples/swift/Core/greeter.swift diff --git a/helloswift/Sources/main.swift b/examples/swift/Sources/main.swift similarity index 100% rename from helloswift/Sources/main.swift rename to examples/swift/Sources/main.swift diff --git a/helloswift/Sources/speaker.swift b/examples/swift/Sources/speaker.swift similarity index 100% rename from helloswift/Sources/speaker.swift rename to examples/swift/Sources/speaker.swift diff --git a/helloswift/Sources/talker.swift b/examples/swift/Sources/talker.swift similarity index 100% rename from helloswift/Sources/talker.swift rename to examples/swift/Sources/talker.swift