]> source.dussan.org Git - jackcess.git/commitdiff
undo accidental commit
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 7 Oct 2015 02:36:49 +0000 (02:36 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 7 Oct 2015 02:36:49 +0000 (02:36 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@957 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml
src/main/java/com/healthmarketscience/jackcess/DatabaseBuilder.java
src/site/site.xml

diff --git a/pom.xml b/pom.xml
index ccf854a91181109d81e63e818769f2fe2bf3ca13..817a0faeafcefeb1fcf7cee7ab02c732d8983504 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index c4d3e09b14c8b678fb1116d11a2642685e712890..aa81855f2c61376ac33b4b95cbf61fc2c9971934 100644 (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();
index 12813abcf9edcfea584304cb96d1e04b9ea71ec2..e2167ba04c09115c7793a1bc6cd0b6a3d7d66fac 100644 (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"/>
     <menu ref="reports"/>
 
   </body>
-
-  <custom>
-    <fluidoSkin>
-      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
-    </fluidoSkin>
-  </custom>
   
 </project>