Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
reconciled the build file a little bit more 馃懛
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Apr 7, 2015
1 parent 8572b8c commit ab5da5f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build/phing/build.xml
Expand Up @@ -80,13 +80,14 @@
<target name="make"
description="Run drush make">

<!-- Copy in the govCMS installation profile. -->
<mkdir dir="${docroot}/profiles" />
<copy todir="${docroot}/profiles/govcms"
overwrite="true"
includeemptydirs="true"
haltonerror="true">
<fileset dir="${repo.root}/govcms">
<include name="**" />
<fileset dir="${repo.root}">
<include name="govcms.*" />
</fileset>
</copy>

Expand All @@ -110,6 +111,9 @@
<!-- Symlink custom profile, themes and modules into the project. -->
<exec dir="${docroot}" command="mkdir -p sites/all/modules" logoutput="true" passthru="true" />
<symlink target="${repo.root}/acsf/govcms_tweaks" link="${docroot}/sites/all/modules/govcms" />
<symlink target="${repo.root}/modules/custom" link="${docroot}/profiles/govcms/modules/custom" />
<symlink target="${repo.root}/modules/features" link="${docroot}/profiles/govcms/modules/features" />
<symlink target="${repo.root}/themes/govcms" link="${docroot}/profiles/govcms/themes/govcms" />

<!-- Use govCMS favicon -->
<!-- <delete file="${docroot}/profiles/govcms/themes/govcms/govcms_zen/favicon.ico" /> -->
Expand Down

0 comments on commit ab5da5f

Please sign in to comment.