diff options
Diffstat (limited to 'buildscripts/jGrouseDoc/themes/simple/build.xml')
-rw-r--r-- | buildscripts/jGrouseDoc/themes/simple/build.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/buildscripts/jGrouseDoc/themes/simple/build.xml b/buildscripts/jGrouseDoc/themes/simple/build.xml deleted file mode 100644 index c4c8f57f..00000000 --- a/buildscripts/jGrouseDoc/themes/simple/build.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0"?>
-
-<project name="sample theme" default="applyJGrouseDoc">
-
- <target name="applyJGrouseDoc">
- <echo>Applying simple theme</echo>
- <copy todir="${outputDir}">
- <fileset dir="${jGrouseHome}/themes/simple/css" includes="*.css"></fileset>
- </copy>
- </target>
-</project>
|