Skip to content

Commit

Permalink
Merge pull request #75 from ec-europa/develop
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
jonhy81 authored Jan 30, 2018
2 parents 6b5f3a3 + 41a4d1f commit 7e05511
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions build.default.props
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,7 @@ share.name = share
share.path.global = ${share.path}/${share.name}
share.path.composer = ${share.path.global}/composer
share.path.platform = ${share.path.global}/platform
share.path.subsites = ${share.path.global}/subsites
share.path.composer.packages = ${share.path.composer}/packages
share.path.subsites = ${share.path.global}/subsitesshare.path.composer.packages = ${share.path.composer}/packages
share.path.composer.packages.shared = ${share.path.composer.packages}/shared
share.path.platform.packages = ${share.path.platform}/packages
share.path.platform.packages.database = ${share.path.platform.packages}/database
Expand Down Expand Up @@ -400,5 +399,3 @@ varnish.server.port = 8888
# Drush Context configuration.
# ----------------------------
drush.db.dump = ${build.platform.dir}/dump.sql


2 changes: 1 addition & 1 deletion build.project.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ project.admin.email = ${project.admin.username}@example.com
# Platform configuration.
# -----------------------
profile = multisite_drupal_standard
platform.package.version = 2.3
platform.package.version = 2.4
2 changes: 1 addition & 1 deletion includes/templates/subsite/build.project.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
4# Subsite configuration.
# Subsite configuration.
# ----------------------
project.id = toolkit
project.install.modules =
Expand Down

0 comments on commit 7e05511

Please sign in to comment.