Commits

Brian Pratt committed 158b8820a9a
Fix bug that causes ignored 'exclude' directive When building a `Package` that has one or more `Target`s specified, the `exclude` gets treated as though it's a key of the latest target. By moving the `exclude` directive above `Target`, this bug is fixed.