diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-10-07 02:32:46 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-10-07 02:32:46 +0000 |
commit | 04dcb1fffa3ec07471203259cdb46d45699cfb3f (patch) | |
tree | 65b3a15de9cc5c3397932aeb73cfa6ed385f75a2 /src/site/site.xml | |
parent | 76c4ed783858fb78c1a97bf472096f229de60cc8 (diff) | |
download | jackcess-04dcb1fffa3ec07471203259cdb46d45699cfb3f.tar.gz jackcess-04dcb1fffa3ec07471203259cdb46d45699cfb3f.zip |
add readme
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@956 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site/site.xml')
-rw-r--r-- | src/site/site.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/site/site.xml b/src/site/site.xml index e2167ba..12813ab 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,6 +1,11 @@ <?xml version="1.0"?> <project name="Jackcess"> + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.4</version> + </skin> <body> <menu name="Jackcess"> <item name="About" href="index.html"/> @@ -15,5 +20,11 @@ <menu ref="reports"/> </body> + + <custom> + <fluidoSkin> + <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> + </fluidoSkin> + </custom> </project> |