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

Commit

Permalink
Improved assembly of nocore builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperg committed Dec 14, 2012
1 parent cf974f2 commit 058a069
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.xml
Expand Up @@ -958,7 +958,12 @@ called from `init` target. -->
appropriate directory. -->
<copy todir="${project.drupal.dir}/profiles/${drupal.profile}/">
<fileset dir="${project.basedir}">
<include name="${drupal.profile}.*" />
<exclude name="${drupal.make.dir}/**" />
<exclude name="build/**" />
<exclude name="coverage/**" />
<exclude name="logs/**" />
<exclude name="tests/**" />
<exclude name="tools/**" />
</fileset>
</copy>
</then>
Expand Down

0 comments on commit 058a069

Please sign in to comment.