Browse Source

undo accidental commit

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@957 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-2.1.3
James Ahlborn 8 years ago
parent
commit
1809de489c
3 changed files with 2 additions and 13 deletions
  1. 1
    1
      pom.xml
  2. 1
    1
      src/main/java/com/healthmarketscience/jackcess/DatabaseBuilder.java
  3. 0
    11
      src/site/site.xml

+ 1
- 1
pom.xml View File

@@ -3,7 +3,7 @@
<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>

+ 1
- 1
src/main/java/com/healthmarketscience/jackcess/DatabaseBuilder.java View File

@@ -38,7 +38,7 @@ import com.healthmarketscience.jackcess.util.MemFileChannel;
* </pre>
* <p/>
* Advanced example usage:
* <pre class="prettyprint linenums">
* <pre>
* Database db = new DatabaseBuilder(new File("test.mdb"))
* .setReadOnly(true)
* .open();

+ 0
- 11
src/site/site.xml View File

@@ -1,11 +1,6 @@
<?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"/>
@@ -20,11 +15,5 @@
<menu ref="reports"/>

</body>

<custom>
<fluidoSkin>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
</fluidoSkin>
</custom>
</project>

Loading…
Cancel
Save