summaryrefslogtreecommitdiff
path: root/buildscripts/jGrouseDoc/themes/prado/build.xml
blob: 80b31b409e1e0ad0a40634ffd164453ec54ee24e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>

<project name="prado theme" default="applyJGrouseDoc">

    <target name="applyJGrouseDoc">
        <echo>Applying simple theme</echo>
        <copy todir="${outputDir}">
            <fileset dir="${jGrouseHome}/themes/prado/css" includes="*.css"></fileset>
        </copy>
    </target>
</project>