summaryrefslogtreecommitdiff
path: root/buildscripts/jGrouseDoc/themes/simple
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/jGrouseDoc/themes/simple')
-rw-r--r--buildscripts/jGrouseDoc/themes/simple/build.xml11
-rw-r--r--buildscripts/jGrouseDoc/themes/simple/css/theme.css1
2 files changed, 12 insertions, 0 deletions
diff --git a/buildscripts/jGrouseDoc/themes/simple/build.xml b/buildscripts/jGrouseDoc/themes/simple/build.xml
new file mode 100644
index 00000000..c4c8f57f
--- /dev/null
+++ b/buildscripts/jGrouseDoc/themes/simple/build.xml
@@ -0,0 +1,11 @@
+<?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>
diff --git a/buildscripts/jGrouseDoc/themes/simple/css/theme.css b/buildscripts/jGrouseDoc/themes/simple/css/theme.css
new file mode 100644
index 00000000..2ec9fe9b
--- /dev/null
+++ b/buildscripts/jGrouseDoc/themes/simple/css/theme.css
@@ -0,0 +1 @@
+/* empty theme */ \ No newline at end of file