You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:25:27 UTC

[sling-org-apache-sling-datasource] 17/22: SLING-4147 - Remove extensions from package name org.apache.sling.extensions.datasource.internal

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.datasource-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-datasource.git

commit 4d503bd7b2cf35c3cfd132d3c7b659cc10ef17be
Author: Chetan Mehrotra <ch...@apache.org>
AuthorDate: Thu Jan 15 10:58:40 2015 +0000

    SLING-4147 - Remove extensions from package name org.apache.sling.extensions.datasource.internal
    
    -- Fixing the artifactId to not have extension
    -- Fix test class package name and jacoco config to not have extensions
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/datasource@1652046 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                                               | 4 ++--
 .../org/apache/sling/{extensions => }/datasource/DataSourceIT.java    | 2 +-
 .../apache/sling/{extensions => }/datasource/DataSourceTestBase.java  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ddd8fa7..f078ce3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <version>22</version>
   </parent>
 
-  <artifactId>org.apache.sling.extensions.datasource</artifactId>
+  <artifactId>org.apache.sling.datasource</artifactId>
   <packaging>bundle</packaging>
   <version>1.0.1-SNAPSHOT</version>
 
@@ -268,7 +268,7 @@
                 <configuration>
                   <propertyName>coverage.command</propertyName>
                   <includes>
-                    <include>org.apache.sling.extensions.datasource.internal.*</include>
+                    <include>org.apache.sling.datasource.internal.*</include>
                   </includes>
                 </configuration>
               </execution>
diff --git a/src/test/java/org/apache/sling/extensions/datasource/DataSourceIT.java b/src/test/java/org/apache/sling/datasource/DataSourceIT.java
similarity index 98%
rename from src/test/java/org/apache/sling/extensions/datasource/DataSourceIT.java
rename to src/test/java/org/apache/sling/datasource/DataSourceIT.java
index 73fd3f2..9a771f5 100644
--- a/src/test/java/org/apache/sling/extensions/datasource/DataSourceIT.java
+++ b/src/test/java/org/apache/sling/datasource/DataSourceIT.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.sling.extensions.datasource;
+package org.apache.sling.datasource;
 
 import java.sql.Connection;
 import java.util.Dictionary;
diff --git a/src/test/java/org/apache/sling/extensions/datasource/DataSourceTestBase.java b/src/test/java/org/apache/sling/datasource/DataSourceTestBase.java
similarity index 99%
rename from src/test/java/org/apache/sling/extensions/datasource/DataSourceTestBase.java
rename to src/test/java/org/apache/sling/datasource/DataSourceTestBase.java
index 7415017..b7b7899 100644
--- a/src/test/java/org/apache/sling/extensions/datasource/DataSourceTestBase.java
+++ b/src/test/java/org/apache/sling/datasource/DataSourceTestBase.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.sling.extensions.datasource;
+package org.apache.sling.datasource;
 
 import java.io.File;
 import java.io.IOException;

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.