[exo-jcr-commits] exo-jcr SVN: r1777 - in jcr/trunk: exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 12 11:25:00 EST 2010


Author: pnedonosko
Date: 2010-02-12 11:24:59 -0500 (Fri, 12 Feb 2010)
New Revision: 1777

Added:
   jcr/trunk/maven-build-readme.txt
Removed:
   jcr/trunk/README.txt
Modified:
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/DialectDetecter.java
Log:
EXOJCR-469 maven-build-readme.txt; import cleanup

Deleted: jcr/trunk/README.txt
===================================================================
--- jcr/trunk/README.txt	2010-02-12 16:14:51 UTC (rev 1776)
+++ jcr/trunk/README.txt	2010-02-12 16:24:59 UTC (rev 1777)
@@ -1,13 +0,0 @@
-JCR core
-========
-Goto JCR exo.jcr.component.core and call:
-mvn clean test                - to run eXo JCR internal tests (all now)
-mvn clean test -Prun-all      - to run eXo JCR internal tests + TCK (tck files are automatically downloaded. No manual task needed).
-mvn clean test -Prun-tck      - to run TCK only (tck files are automatically downloaded. No manual task needed).
-mvn clean test -Prun-devtests - to run custom set of tests, useful for on-task development.
-
-JCR Ext
-=======
-Goto JCR exo.jcr.component.ext and call:
-mvn clean test                - to run eXo JCR Ext tests... tests set managed by surefire-plugin configuration.
-

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/DialectDetecter.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/DialectDetecter.java	2010-02-12 16:14:51 UTC (rev 1776)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/DialectDetecter.java	2010-02-12 16:24:59 UTC (rev 1777)
@@ -18,13 +18,9 @@
  */
 package org.exoplatform.services.jcr.impl.storage.jdbc;
 
-import java.sql.Connection;
 import java.sql.DatabaseMetaData;
 import java.sql.SQLException;
 
-import javax.jcr.RepositoryException;
-import javax.sql.DataSource;
-
 /**
  * JDBC dialect detecter based on database metadata and vendor product name.
  * 

Copied: jcr/trunk/maven-build-readme.txt (from rev 1773, jcr/trunk/README.txt)
===================================================================
--- jcr/trunk/maven-build-readme.txt	                        (rev 0)
+++ jcr/trunk/maven-build-readme.txt	2010-02-12 16:24:59 UTC (rev 1777)
@@ -0,0 +1,13 @@
+JCR core
+========
+Goto JCR exo.jcr.component.core and call:
+mvn clean test                - to run eXo JCR internal tests (all now)
+mvn clean test -Prun-all      - to run eXo JCR internal tests + TCK (tck files are automatically downloaded. No manual task needed).
+mvn clean test -Prun-tck      - to run TCK only (tck files are automatically downloaded. No manual task needed).
+mvn clean test -Prun-devtests - to run custom set of tests, useful for on-task development.
+
+JCR Ext
+=======
+Goto JCR exo.jcr.component.ext and call:
+mvn clean test                - to run eXo JCR Ext tests... tests set managed by surefire-plugin configuration.
+



More information about the exo-jcr-commits mailing list