You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/04/25 10:03:20 UTC

[sling-whiteboard] branch master updated: [Sling Feature Model] Move ConfigurationUtil to Karaf module

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ab892a  [Sling Feature Model] Move ConfigurationUtil to Karaf module
1ab892a is described below

commit 1ab892af3bcae117e493415946257dcf144ed5e4
Author: David Bosschaert <da...@gmail.com>
AuthorDate: Wed Apr 25 11:02:09 2018 +0100

    [Sling Feature Model] Move ConfigurationUtil to Karaf module
    
    ConfigurationUtil is only used by the Karaf module, so move it there.
---
 .../main/java/org/apache/sling/feature/karaf}/ConfigurationUtil.java    | 2 +-
 .../main/java/org/apache/sling/feature/karaf/KarafFeatureWriter.java    | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/featuremodel/feature-support/src/main/java/org/apache/sling/feature/support/ConfigurationUtil.java b/featuremodel/feature-karaf/src/main/java/org/apache/sling/feature/karaf/ConfigurationUtil.java
similarity index 98%
rename from featuremodel/feature-support/src/main/java/org/apache/sling/feature/support/ConfigurationUtil.java
rename to featuremodel/feature-karaf/src/main/java/org/apache/sling/feature/karaf/ConfigurationUtil.java
index 54a636a..e29e7a9 100644
--- a/featuremodel/feature-support/src/main/java/org/apache/sling/feature/support/ConfigurationUtil.java
+++ b/featuremodel/feature-karaf/src/main/java/org/apache/sling/feature/karaf/ConfigurationUtil.java
@@ -14,7 +14,7 @@
  * License for the specific language governing permissions and limitations under
  * the License.
  */
-package org.apache.sling.feature.support;
+package org.apache.sling.feature.karaf;
 
 import java.io.IOException;
 import java.io.OutputStream;
diff --git a/featuremodel/feature-karaf/src/main/java/org/apache/sling/feature/karaf/KarafFeatureWriter.java b/featuremodel/feature-karaf/src/main/java/org/apache/sling/feature/karaf/KarafFeatureWriter.java
index d6e426e..990fc0c 100644
--- a/featuremodel/feature-karaf/src/main/java/org/apache/sling/feature/karaf/KarafFeatureWriter.java
+++ b/featuremodel/feature-karaf/src/main/java/org/apache/sling/feature/karaf/KarafFeatureWriter.java
@@ -39,7 +39,6 @@ import org.apache.sling.feature.Extension;
 import org.apache.sling.feature.Feature;
 import org.apache.sling.feature.io.ArtifactHandler;
 import org.apache.sling.feature.io.ArtifactManager;
-import org.apache.sling.feature.support.ConfigurationUtil;
 import org.apache.sling.feature.support.SlingConstants;
 
 

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.