Skip to content

Commit

Permalink
Update build.xml because it fails with changes in repository
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Aug 18, 2013
1 parent e106557 commit dc152c0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,13 @@
<include name="libraries/kunena/forum/forum.php"/>
<include name="**/*.xml"/>
</fileset>
<firstmatchmapper>
<mapper type="regexp" from="^libraries/(.*)$$" to="lib_\1"/>
<mapper type="regexp" from="^media/([^/]*)/(.*)$$" to="\1_media/\2"/>
<mapper type="glob" from="plugins/*" to="*"/>
</firstmatchmapper>
<fileset dir="${project_dir}/plugins"/>
</copy>
<copy todir="${tmp_dir}/packages/lib_kunena" overwrite="true">
<fileset dir="${project_dir}/libraries"/>
</copy>
<copy todir="${tmp_dir}/packages/kunena_media" overwrite="true">
<fileset dir="${project_dir}/media"/>
</copy>
<copy todir="${tmp_dir}/packages/com_kunena" overwrite="true" filtering="true">
<fileset dir="${project_dir}/${kunena.admin}">
Expand Down Expand Up @@ -191,7 +193,7 @@
<include name="**/*.css" />
<exclude name="template/mirage/css/*.css" />
</yui-compressor>
<yui-compressor warn="false" munge="true" charset="UTF-8" fromdir="${tmp_dir}/packages/kunena_media/js" todir="${tmp_dir}/packages/kunena_media/js">
<yui-compressor warn="false" munge="true" charset="UTF-8" fromdir="${tmp_dir}/packages/kunena_media/kunena/js" todir="${tmp_dir}/packages/kunena_media/kunena/js">
<include name="**/*.js" />
</yui-compressor>
</target>
Expand Down

0 comments on commit dc152c0

Please sign in to comment.