git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@957
f203690c-595d-4dc9-a70b-
905162fa7fd2
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.1.1</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
* </pre>
* <p/>
* Advanced example usage:
- * <pre class="prettyprint linenums">
+ * <pre>
* Database db = new DatabaseBuilder(new File("test.mdb"))
* .setReadOnly(true)
* .open();
<?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"/>
<menu ref="reports"/>
</body>
-
- <custom>
- <fluidoSkin>
- <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
- </fluidoSkin>
- </custom>
</project>