From 67fa655ba78360381491c221083452dab929e730 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Sun, 7 Aug 2016 19:16:38 -0400 Subject: [PATCH] Removing changes from rebase. --- phing/tasks/properties.xml | 11 ----------- phing/tasks/setup.xml | 2 +- template/readme/repo-architecture.md | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/phing/tasks/properties.xml b/phing/tasks/properties.xml index 70926e632..9de055d98 100644 --- a/phing/tasks/properties.xml +++ b/phing/tasks/properties.xml @@ -23,17 +23,6 @@ - - - - - - - - - - - Executing commands against multisite "${multisite.name}" diff --git a/phing/tasks/setup.xml b/phing/tasks/setup.xml index 091a8767f..e26f5a30d 100644 --- a/phing/tasks/setup.xml +++ b/phing/tasks/setup.xml @@ -48,7 +48,7 @@ Making ${docroot}/sites/default writable. - + diff --git a/template/readme/repo-architecture.md b/template/readme/repo-architecture.md index 744ba748f..19bf07c45 100644 --- a/template/readme/repo-architecture.md +++ b/template/readme/repo-architecture.md @@ -36,7 +36,7 @@ The following is an overview of the purpose of each top level directory in the p ## Dependency Management -All project and Drupal (module, themes, libraries) dependencies are managed via Composer. The management strategy is based on [The Drupal Project](https://github.com/drupal-composer/drupal-project). +All project and Drupal (module, themes, libraries) dependencies are managed via Composer. The management strategy is based on [The Drupal Project](https://github.com/drupal-composer/drupal-project). Modules, themes, and other contributed drupal projects can be added as dependencies in the root composer.json file.