move src/* to the root There is no need of an src/ folder except for an aesthetic reason, we are obviously distributing a source. This layout is alos more common in the Erlang world, and most editor and package manager understand it.
Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/a92ef9ac Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/tree/a92ef9ac Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/diff/a92ef9ac Branch: refs/heads/1994-merge-rcouch Commit: a92ef9aceabf86d493e6b3e12e11b9520ef8fd17 Parents: bf97776 Author: benoitc <[email protected]> Authored: Sun Jan 12 10:17:31 2014 +0100 Committer: Paul J. Davis <[email protected]> Committed: Wed Feb 12 18:16:58 2014 -0600 ---------------------------------------------------------------------- test/01-load.t | 2 +- test/02-httpc-pool.t | 2 +- test/03-replication-compact.t | 2 +- test/04-replication-large-atts.t | 2 +- test/05-replication-many-leaves.t | 2 +- test/06-doc-missing-stubs.t | 2 +- test/07-use-checkpoints.t | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/a92ef9ac/test/01-load.t ---------------------------------------------------------------------- diff --git a/test/01-load.t b/test/01-load.t index d901ee8..b900297 100644 --- a/test/01-load.t +++ b/test/01-load.t @@ -1,6 +1,6 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./src/deps/*/ebin -pa ./src/apps/*/ebin -pa ./src/test/etap +%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/a92ef9ac/test/02-httpc-pool.t ---------------------------------------------------------------------- diff --git a/test/02-httpc-pool.t b/test/02-httpc-pool.t index 50f40db..9446c9b 100755 --- a/test/02-httpc-pool.t +++ b/test/02-httpc-pool.t @@ -1,6 +1,6 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./src/deps/*/ebin -pa ./src/apps/*/ebin -pa ./src/test/etap +%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/a92ef9ac/test/03-replication-compact.t ---------------------------------------------------------------------- diff --git a/test/03-replication-compact.t b/test/03-replication-compact.t index d42049a..d89a539 100755 --- a/test/03-replication-compact.t +++ b/test/03-replication-compact.t @@ -1,6 +1,6 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./src/deps/*/ebin -pa ./src/apps/*/ebin -pa ./src/test/etap +%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/a92ef9ac/test/04-replication-large-atts.t ---------------------------------------------------------------------- diff --git a/test/04-replication-large-atts.t b/test/04-replication-large-atts.t index eb750e6..04e7861 100755 --- a/test/04-replication-large-atts.t +++ b/test/04-replication-large-atts.t @@ -1,6 +1,6 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./src/deps/*/ebin -pa ./src/apps/*/ebin -pa ./src/test/etap +%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/a92ef9ac/test/05-replication-many-leaves.t ---------------------------------------------------------------------- diff --git a/test/05-replication-many-leaves.t b/test/05-replication-many-leaves.t index 5c2aa27..fbb9d95 100755 --- a/test/05-replication-many-leaves.t +++ b/test/05-replication-many-leaves.t @@ -1,6 +1,6 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./src/deps/*/ebin -pa ./src/apps/*/ebin -pa ./src/test/etap +%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/a92ef9ac/test/06-doc-missing-stubs.t ---------------------------------------------------------------------- diff --git a/test/06-doc-missing-stubs.t b/test/06-doc-missing-stubs.t index 2e37d59..5fbb7f3 100755 --- a/test/06-doc-missing-stubs.t +++ b/test/06-doc-missing-stubs.t @@ -1,6 +1,6 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./src/deps/*/ebin -pa ./src/apps/*/ebin -pa ./src/test/etap +%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/a92ef9ac/test/07-use-checkpoints.t ---------------------------------------------------------------------- diff --git a/test/07-use-checkpoints.t b/test/07-use-checkpoints.t index 1631328..193b17d 100755 --- a/test/07-use-checkpoints.t +++ b/test/07-use-checkpoints.t @@ -1,5 +1,5 @@ #!/usr/bin/env escript -%%! -pa ./src/deps/*/ebin -pa ./src/apps/*/ebin -pa ./src/test/etap +%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap %% -*- erlang -*- % Licensed under the Apache License, Version 2.0 (the "License"); you may not
