diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-23 17:40:30 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-24 00:02:39 -0400 |
commit | b36352b641c3a477e950636a76e1aa10570174f1 (patch) | |
tree | 318fe3bb27ef6c4d219091cc8a7af485816e47a5 /rules | |
parent | 288c893f1c7f675aab7f03be9ae00aa43f50f240 (diff) |
de-bootstrap aether-core
Diffstat (limited to 'rules')
-rw-r--r-- | rules/aether-core/subdir-deps.mk (renamed from rules/aether-core-bootstrap/subdir-deps.mk) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rules/aether-core-bootstrap/subdir-deps.mk b/rules/aether-core/subdir-deps.mk index 2a3c957..dc7d2fe 100644 --- a/rules/aether-core-bootstrap/subdir-deps.mk +++ b/rules/aether-core/subdir-deps.mk @@ -7,6 +7,4 @@ aether-connector-basic_deps = aether-api aether-spi aether-util aether-transport-classpath_deps = aether-api aether-spi aether-util aether-transport-file_deps = aether-api aether-spi aether-transport-http_deps = aether-api aether-spi aether-util - -subdirs := $(filter-out aether-impl,$(subdirs)) # depends on slf4j and sisu-inject -subdirs := $(filter-out aether-transport-wagon,$(subdirs)) # depends on wagon, others +aether-transport-wagon_deps = aether-api aether-spi aether-util |