Skip to content

Commit

Permalink
change strucutre
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed May 18, 2016
1 parent a54046a commit a6ffc31
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 328 deletions.
15 changes: 2 additions & 13 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@ import PackageDescription

let package = Package(
name: "Fluent",
targets: [
Target(
name: "Fluent",
dependencies: [
.Target(name: "libc")
]
),
Target(
name: "FluentDev",
dependencies: [
.Target(name: "Fluent"),
]
),
dependencies: [
.Package(url: "https://github.com/qutheory/libc.git", majorVersion: 0, minor: 1),
]
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions Sources/FluentDev/Address.swift

This file was deleted.

20 changes: 0 additions & 20 deletions Sources/FluentDev/User.swift

This file was deleted.

210 changes: 0 additions & 210 deletions Sources/FluentDev/main.swift

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
64 changes: 0 additions & 64 deletions Sources/Tests/FluentTests.swift

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions Sources/libc/libc.swift

This file was deleted.

0 comments on commit a6ffc31

Please sign in to comment.