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:23:14 UTC

[sling-org-apache-sling-commons-osgi] 14/38: SLING-402: Move osgi/commons to commons/osgi - refactor to commons package.

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

rombert pushed a commit to annotated tag org.apache.sling.commons.osgi-2.0.2-incubator
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-osgi.git

commit d353e247e3d3c51f18b217cf0025259f73bc027e
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri May 2 16:54:33 2008 +0000

    SLING-402: Move osgi/commons to commons/osgi - refactor to commons package.
    
    git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/commons/osgi@652817 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/{osgi/commons => commons/osgi}/OsgiUtil.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/osgi/commons/OsgiUtil.java b/src/main/java/org/apache/sling/commons/osgi/OsgiUtil.java
similarity index 99%
rename from src/main/java/org/apache/sling/osgi/commons/OsgiUtil.java
rename to src/main/java/org/apache/sling/commons/osgi/OsgiUtil.java
index 705b960..d335c50 100644
--- a/src/main/java/org/apache/sling/osgi/commons/OsgiUtil.java
+++ b/src/main/java/org/apache/sling/commons/osgi/OsgiUtil.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.sling.osgi.commons;
+package org.apache.sling.commons.osgi;
 
 import java.util.ArrayList;
 import java.util.Dictionary;

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